:root {
  --black: #111214;
  --black-2: #191b1f;
  --steel: #626972;
  --line: #d7d7d2;
  --paper: #f7f6f1;
  --white: #ffffff;
  --yellow: #ffc400;
  --yellow-dark: #e0a900;
  --radius: 8px;
  --max: 1040px;
  color-scheme: light;
  font-family: Inter, Roboto, Arial, sans-serif;
}


/* Homepage company dossier */
.home-page .home-company-intro {
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px) 0 0 / 72px 72px,
    radial-gradient(circle at 16% 22%, rgba(255, 196, 0, 0.09), transparent 23rem),
    linear-gradient(135deg, #0a0d11 0%, #14191f 58%, #090c10 100%);
  padding: 54px 38px 64px;
}

.home-page .home-company-intro::before {
  background: url("ferox-x-mark.webp") center / contain no-repeat;
  content: "";
  height: min(56vw, 660px);
  opacity: 0.045;
  right: -6vw;
  top: 50%;
  transform: translateY(-50%) rotate(-6deg);
  width: min(56vw, 660px);
}

.home-page .company-intro-inner {
  gap: clamp(42px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.86fr) minmax(500px, 1.14fr);
  max-width: min(1180px, calc(100vw - 112px));
}

.home-page .company-copy .company-eyebrow {
  max-width: 100%;
}

.home-page .company-copy .company-lead {
  font-size: 0.98rem;
  line-height: 1.7;
}

.home-page .company-copy .company-summary {
  line-height: 1.72;
}

.company-text-link {
  align-items: center;
  border-bottom: 1px solid rgba(255, 196, 0, 0.5);
  color: var(--yellow);
  display: inline-flex;
  font-size: 0.73rem;
  font-weight: 900;
  gap: 12px;
  letter-spacing: 0.08em;
  margin-top: 24px;
  padding-bottom: 8px;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease;
}

.company-text-link span {
  font-size: 1rem;
  transition: transform 180ms ease;
}

.company-text-link:hover,
.company-text-link:focus-visible {
  border-color: #fff;
  color: #fff;
}

.company-text-link:hover span,
.company-text-link:focus-visible span {
  transform: translate(2px, -2px);
}

.home-page .company-visual {
  margin-bottom: 0;
}

.company-frame {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.025) 32%),
    #161c22;
  box-shadow: 22px 24px 0 rgba(255, 255, 255, 0.04), 0 28px 60px rgba(0, 0, 0, 0.36);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 34px 100%, 0 calc(100% - 34px));
  padding: 12px 12px 0;
  position: relative;
}

.home-page .company-media {
  align-items: initial;
  aspect-ratio: 1.52 / 1;
  background:
    linear-gradient(90deg, rgba(7, 11, 15, 0.04), rgba(7, 11, 15, 0.08)),
    url("ferox-factory-exterior.webp") center / cover no-repeat;
  border: 0;
  box-shadow: none;
  display: block;
  min-height: 390px;
}

.home-page .company-media::before {
  background:
    linear-gradient(var(--yellow), var(--yellow)) left top / 62px 2px no-repeat,
    linear-gradient(var(--yellow), var(--yellow)) left top / 2px 62px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) right bottom / 62px 1px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) right bottom / 1px 62px no-repeat;
  inset: 18px;
}

.home-page .company-media::after {
  background: linear-gradient(180deg, rgba(6, 9, 12, 0.04) 38%, rgba(6, 9, 12, 0.86) 100%);
}

.home-page .company-media .company-media-code {
  background: rgba(8, 11, 14, 0.78);
  border-left: 3px solid var(--yellow);
  left: auto;
  right: 30px;
  top: 30px;
}

.home-page .company-media .company-media-label {
  align-items: start;
  background: none;
  border: 0;
  bottom: 34px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: clamp(1rem, 1.5vw, 1.32rem);
  left: 34px;
  letter-spacing: 0.01em;
  padding: 0;
  position: absolute;
  text-transform: none;
}

.home-page .company-media .company-media-label {
  max-width: 56%;
}

.home-page .company-media-label small {
  color: var(--yellow);
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.company-media-caption {
  align-items: center;
  color: rgba(255, 255, 255, 0.52);
  display: flex;
  font-size: 0.6rem;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 0.13em;
  min-height: 46px;
  padding: 0 18px;
  text-transform: uppercase;
}

.company-media-caption span:last-child {
  color: rgba(255, 196, 0, 0.72);
}

.home-page .company-stats {
  background: linear-gradient(110deg, #252c33, #171c21);
  border-top: 3px solid var(--yellow);
  bottom: -52px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.42);
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  left: 34px;
  padding: 18px 22px;
  right: -18px;
  width: auto;
}

.home-page .company-stats div {
  display: block;
  min-width: 0;
  padding: 0 18px;
}

.home-page .company-stats div:first-child {
  padding-left: 0;
}

.home-page .company-stats div:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.home-page .company-stats dt {
  color: #fff;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 1000;
  letter-spacing: -0.045em;
  line-height: 1;
  white-space: nowrap;
}

.home-page .company-stats dt small {
  color: var(--yellow);
  font-size: 0.48em;
  letter-spacing: 0;
  margin-left: 2px;
}

.home-page .company-stats dd {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  margin: 7px 0 0;
  text-transform: uppercase;
}

@media (max-width: 1080px) and (min-width: 901px) {
  .home-page .company-intro-inner {
    gap: 34px;
    grid-template-columns: minmax(0, 0.88fr) minmax(390px, 1.12fr);
    max-width: calc(100vw - 80px);
  }

  .home-page .company-media {
    min-height: 340px;
  }
}

@media (max-width: 900px) {
  .home-page .home-company-intro {
    padding: 72px 24px 82px;
  }

  .home-page .company-intro-inner {
    grid-template-columns: 1fr;
    max-width: min(760px, calc(100vw - 48px));
  }

  .home-page .company-media {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .home-page .home-company-intro {
    padding: 56px 18px;
  }

  .home-page .company-intro-inner {
    gap: 44px;
    max-width: 100%;
  }

  .home-page .company-copy .company-eyebrow {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .home-page .company-copy .company-eyebrow span:last-child {
    margin-left: 0;
  }

  .company-frame {
    padding: 8px 8px 0;
  }

  .home-page .company-media {
    min-height: 285px;
  }

  .home-page .company-media .company-media-code {
    right: 18px;
    top: 18px;
  }

  .home-page .company-media .company-media-label {
    bottom: 22px;
    left: 22px;
    max-width: 46%;
  }

  .company-media-caption {
    font-size: 0.5rem;
    letter-spacing: 0.08em;
    min-height: 40px;
    padding: 0 10px;
  }

  .home-page .company-visual {
    margin-bottom: 0;
  }

  .home-page .company-stats {
    bottom: auto;
    left: auto;
    margin: -1px 8px 0;
    padding: 14px 10px;
    position: relative;
    right: auto;
  }

  .home-page .company-stats div {
    padding: 0 8px;
    text-align: center;
  }

  .home-page .company-stats dt {
    font-size: clamp(1.05rem, 6vw, 1.4rem);
  }

  .home-page .company-stats dd {
    font-size: 0.5rem;
    letter-spacing: 0.03em;
  }
}

/* SEO, evidence, and editorial components */
.article-byline {
  align-items: center;
  background: #f0eee7;
  border-left: 4px solid var(--yellow);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 30px;
  padding: 18px 20px;
}

.article-byline strong {
  color: var(--black);
}

.article-byline span,
.article-byline time,
.article-byline a {
  color: #626972;
  font-size: 0.86rem;
}

.article-byline a {
  font-weight: 900;
  text-decoration: underline;
}

.article-byline {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) minmax(150px, 0.7fr) minmax(150px, 0.7fr) auto;
}

.article-author,
.article-date {
  display: grid;
  gap: 3px;
}

.article-author {
  color: var(--black) !important;
  text-decoration: none !important;
}

.article-author span,
.article-date small {
  color: #747a82;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-author strong,
.article-date time {
  color: var(--black);
}

.article-profile-link {
  justify-self: end;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .article-byline {
    grid-template-columns: 1fr 1fr;
  }

  .article-profile-link {
    justify-self: start;
  }
}

.evidence-section {
  background: #eceae3;
  padding: 96px 24px;
}

.evidence-section > .pd-shell,
.evidence-section.ap-shell {
  margin-inline: auto;
}

.evidence-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 36px 0 24px;
}

.evidence-grid-large {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.evidence-grid article {
  background: #fff;
  border: 1px solid var(--line);
  min-height: 250px;
  padding: 28px;
}

.evidence-grid article > span {
  color: #a98300;
  display: block;
  font-size: 0.76rem;
  font-weight: 1000;
  margin-bottom: 38px;
}

.evidence-grid h3 {
  margin-bottom: 12px;
}

.evidence-grid p {
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.evidence-grid a {
  display: inline-block;
  font-weight: 900;
  margin-top: 14px;
  text-decoration: underline;
}

.about-evidence {
  padding-bottom: 105px;
  padding-top: 105px;
}

.about-warranty .article-content {
  margin-inline: auto;
}

.about-order-evidence .content-panel {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0;
}

.data-note,
.notice-box {
  background: #f0eee7;
  border-left: 4px solid var(--yellow-dark);
  color: #555c64;
  line-height: 1.65;
  margin-top: 22px;
  padding: 16px 18px;
}

.notice-box {
  margin-bottom: 30px;
  margin-top: 0;
}

.content-panel ol,
.content-panel ul {
  color: #4d535a;
  line-height: 1.75;
}

.site-footer .footer-column a:hover {
  color: var(--yellow);
}

@media (max-width: 900px) {
  .evidence-grid,
  .evidence-grid-large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .company-story {
    grid-template-columns: 1fr;
  }

  .company-story p:nth-child(even) {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .evidence-section {
    padding: 70px 18px;
  }

  .evidence-grid,
  .evidence-grid-large {
    grid-template-columns: 1fr;
  }

  .article-byline {
    align-items: flex-start;
    flex-direction: column;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--black);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  color: #4d535a;
  font-size: 1rem;
  line-height: 1.75;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  color: var(--white);
  font-size: clamp(2.75rem, 7vw, 5.8rem);
  line-height: 0.95;
  max-width: 900px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.04;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.25;
}

.site-header {
  align-items: center;
  background: rgba(17, 18, 20, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 0;
  padding: 18px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
  z-index: 20;
  backdrop-filter: blur(12px);
}

.site-header.header-transparent:not(.header-solid) {
  backdrop-filter: none;
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

.site-header.header-solid {
  backdrop-filter: blur(12px);
  background: rgba(17, 18, 20, 0.93);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0.08em;
}

.custom-brand .custom-logo-link {
  display: flex;
  align-items: center;
  height: 100%;
}

.custom-brand .custom-logo {
  display: block;
  width: auto;
  max-width: 170px;
  max-height: 48px;
}

.brand-mark {
  align-items: center;
  background: url("ferox-x-mark.webp") center / 53px 53px no-repeat;
  color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.brand > span:last-child {
  background: url("ferox-wordmark-header.png") center / contain no-repeat;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 0;
  height: 23px;
  width: 106px;
}

.main-nav {
  display: flex;
  gap: 28px;
  font-size: 0.93rem;
}

.menu-toggle {
  display: none;
}

.main-nav a,
.nav-item > a {
  color: rgba(255, 255, 255, 0.78);
}

.main-nav a:hover,
.nav-item:hover > a {
  color: var(--yellow);
}

.main-nav a[aria-current="page"],
.nav-item > a[aria-current="page"] {
  color: var(--white);
  position: relative;
}

.main-nav a[aria-current="page"]::after,
.nav-item > a[aria-current="page"]::after {
  background: var(--yellow);
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.nav-item {
  margin: -12px 0;
  padding: 12px 0;
  position: relative;
}

.nav-dropdown {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  display: grid;
  gap: 2px;
  left: 50%;
  min-width: 240px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 0);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-dropdown a {
  border-radius: 4px;
  color: var(--black);
  font-weight: 800;
  padding: 11px 12px;
}

.nav-dropdown a:hover {
  background: #f1f0eb;
  color: var(--black);
}

.main-nav .nav-dropdown a[href="hydraulic-breakers.html"] {
  display: none;
}

.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.button {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
}

.button-primary {
  background: var(--yellow);
  color: var(--black);
}

.header-social {
  align-items: center;
  display: flex;
  gap: 10px;
}

.header-social a {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.header-social .header-inquiry {
  background: var(--yellow);
  border-color: var(--yellow);
  border-radius: 4px;
  color: var(--black);
  font-size: 0.82rem;
  font-weight: 900;
  height: 40px;
  padding: 0 16px;
  text-transform: uppercase;
  width: auto;
}

.header-social .header-inquiry:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
}

.header-social svg {
  display: block;
  fill: currentColor;
  height: 20px;
  width: 20px;
}

.header-social a:hover {
  transform: translateY(-1px);
}

.social-facebook {
  color: #1877f2;
}

.social-linkedin {
  color: #0a66c2;
}

.social-instagram {
  color: #e4405f;
}

.social-tiktok {
  color: #ffffff;
}

.social-whatsapp {
  color: #25d366;
}

.social-facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: var(--white);
}

.social-linkedin:hover {
  background: #0a66c2;
  border-color: #0a66c2;
  color: var(--white);
}

.social-instagram:hover {
  background: #e4405f;
  border-color: #e4405f;
  color: var(--white);
}

.social-tiktok:hover {
  background: #000000;
  border-color: #25f4ee;
  color: var(--white);
}

.social-whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
  color: var(--white);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.hero {
  height: auto;
  min-height: clamp(670px, calc(100vh + 40px), 780px);
  overflow: hidden;
  position: relative;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.98) 0%, rgba(7, 10, 15, 0.9) 34%, rgba(7, 10, 15, 0.34) 78%),
    url("images/hero-hydraulic-breaker.webp") center right / cover no-repeat;
  inset: 0;
  position: absolute;
}

.hero-overlay {
  background:
    radial-gradient(circle at 24% 32%, rgba(255, 196, 0, 0.18), transparent 24%),
    linear-gradient(180deg, transparent 60%, var(--black) 100%);
  inset: 0;
  position: absolute;
}

.hero::after {
  display: none;
}

.hero-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  isolation: isolate;
  margin: 0 auto;
  max-width: 1160px;
  min-height: inherit;
  padding: 92px 24px 62px;
  position: relative;
  z-index: 2;
}

.hero-content::after {
  display: none;
}

.hero-content::before {
  display: none;
  color: rgba(255, 255, 255, 0.035);
  content: "BREAKING\A BOUNDARIES";
  font-size: clamp(4rem, 8.5vw, 7.4rem);
  font-weight: 1000;
  left: -70px;
  line-height: 0.82;
  position: absolute;
  text-transform: uppercase;
  top: 16%;
  white-space: pre;
  z-index: -1;
}

.hero-wordmark {
  color: var(--white);
  font-size: clamp(2rem, 3.35vw, 3rem);
  font-weight: 1000;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}

.hero-wordmark span {
  color: var(--yellow);
}

.hero-headline {
  font-family: "Arial Black", Impact, Inter, sans-serif;
  font-size: clamp(2.65rem, 4.7vw, 4.45rem);
  font-weight: 1000;
  isolation: isolate;
  letter-spacing: -0.045em;
  line-height: 0.88;
  margin: 0;
  max-width: 620px;
  position: relative;
  text-transform: uppercase;
}

.hero-headline::before {
  display: none;
}

.hero-headline span {
  color: var(--white);
  display: block;
  text-shadow: none;
}

.hero-headline span:last-child {
  color: var(--yellow);
  font-size: 0.94em;
  letter-spacing: -0.035em;
  margin-top: 0.11em;
}

.hero-rule {
  background: var(--yellow);
  height: 5px;
  margin: 18px 0 16px;
  width: 64px;
}

.hero-kicker {
  color: var(--white);
  font-size: clamp(1.12rem, 1.75vw, 1.55rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.95rem, 1.25vw, 1.1rem);
  letter-spacing: 0.03em;
  line-height: 1.45;
  max-width: 520px;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}

.hero-proof {
  background: transparent;
  border: 0;
  display: flex;
  gap: 22px;
  margin: 22px 0 0;
  max-width: none;
  padding: 10px 0;
  width: max-content;
}

.hero-proof div {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.42);
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  min-width: 0;
  padding: 0 22px 0 0;
}

.hero-proof div:first-child {
  padding-left: 0;
}

.hero-proof div:last-child {
  border-right: 0;
}

.hero-proof-icon {
  align-items: center;
  background:
    linear-gradient(145deg, rgba(255, 196, 0, 0.2), rgba(255, 196, 0, 0.04));
  border: 1px solid rgba(255, 196, 0, 0.78);
  border-radius: 8px;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.hero-proof-icon svg {
  fill: none;
  height: 21px;
  stroke: var(--yellow);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 21px;
}

.hero-proof dt {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-proof dd {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  grid-column: 2;
  margin: 0;
}

.section {
  margin: 0 auto;
  max-width: var(--max);
  padding: 96px 24px;
}

.section-tight {
  padding-top: 92px;
}

.section-heading {
  margin: 0 auto 42px;
  max-width: 820px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.align-left {
  margin-left: 0;
  text-align: left;
}

.product-grid,
.feature-grid,
.article-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.product-card,
.article-grid article,
.feature-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
}

.product-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  padding: 0;
  transition: none;
}

.product-card:hover {
  box-shadow: none;
  transform: none;
}

.product-card-link {
  display: grid;
  gap: 18px;
  height: 100%;
  padding: 0 0 18px;
  position: relative;
}

.product-card-link,
.product-card-link:focus,
.product-card-link:focus-visible {
  border: 0;
  box-shadow: none;
  outline: 0;
}

.catalog-card > a,
.catalog-card > a:focus,
.catalog-card > a:focus-visible,
.catalog-card > a:hover {
  border: 0;
  box-shadow: none;
  outline: 0;
}

.product-slider {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.product-slider-window {
  overflow: hidden;
}

.product-slider-track {
  display: flex;
  gap: 20px;
  transition: transform 260ms ease;
  will-change: transform;
}

.product-slider-track .product-card {
  flex: 0 0 calc((100% - 40px) / 3);
}

.product-slider-arrow {
  align-items: center;
  background: #111214;
  border: 1px solid rgba(255, 196, 0, 0.34);
  border-radius: 999px;
  color: var(--yellow);
  cursor: pointer;
  display: inline-flex;
  font-size: 2.3rem;
  font-weight: 400;
  height: 52px;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(17, 18, 20, 0.12);
  transition: border-color 240ms ease, box-shadow 240ms ease, color 240ms ease, transform 240ms ease;
  width: 52px;
}

.product-slider-arrow:hover {
  background: #111214;
  border-color: var(--yellow);
  box-shadow: 0 14px 34px rgba(17, 18, 20, 0.2), 0 0 0 4px rgba(255, 196, 0, 0.1);
  color: var(--yellow);
  transform: scale(1.04);
}

.product-slider-arrow:disabled {
  cursor: default;
  opacity: 0.32;
  transform: none;
}

@media (max-width: 980px) {
  .product-slider-track .product-card {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 760px) {
  .product-slider {
    gap: 10px;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
  }

  .product-slider-arrow {
    font-size: 1.9rem;
    height: 42px;
    width: 42px;
  }

  .product-slider-track .product-card {
    flex-basis: 100%;
  }
}

.product-image,
.article-image,
.feature-image,
.factory-image {
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.72), transparent 24%),
    linear-gradient(135deg, rgba(255, 196, 0, 0.24), transparent 34%),
    linear-gradient(145deg, #eff2f3 0%, #c8d2d8 48%, #9facb6 100%);
  border: 1px solid rgba(17, 18, 20, 0.1);
  display: block;
  overflow: hidden;
  position: relative;
}

.product-image::after,
.article-image::after,
.feature-image::after,
.factory-image::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), transparent 42%),
    linear-gradient(180deg, transparent 70%, rgba(17, 18, 20, 0.08)),
    repeating-linear-gradient(-35deg, transparent 0 18px, rgba(17, 18, 20, 0.055) 18px 19px);
  content: "";
  inset: 0;
  position: absolute;
}

.product-image {
  aspect-ratio: 3 / 4;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(17, 18, 20, 0.08);
  isolation: isolate;
  transition: border-color 360ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 2000ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.product-card h3 {
  color: #171a1e;
  padding: 0 6px;
  position: relative;
}

.product-card .product-image::after {
  background: rgba(52, 57, 62, 0.28);
  opacity: 0;
  transition: opacity 2000ms ease;
}

.card-number,
.article-grid article > span:not(.article-image) {
  color: var(--yellow-dark);
  display: block;
  font-size: 0.8rem;
  font-weight: 900;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.article-grid a,
.text-link {
  color: var(--black);
  display: inline-flex;
  font-weight: 900;
  margin-top: 12px;
}

.article-grid a:hover {
  color: var(--yellow-dark);
}

@media (hover: hover) and (pointer: fine) {
  .product-card-link:hover .product-image {
    border-color: rgba(17, 18, 20, 0.22);
    box-shadow: 0 24px 54px rgba(17, 18, 20, 0.18);
  }

  .product-card-link:hover .product-image img {
    transform: scale(1.065);
  }

  .product-card-link:hover .product-image::after {
    opacity: 1;
  }

  .product-card-link:hover h3 {
    color: #171a1e;
  }
}

.product-card-link:focus-visible .product-image {
  border-color: var(--yellow-dark);
  box-shadow: 0 0 0 4px rgba(255, 196, 0, 0.18), 0 20px 44px rgba(17, 18, 20, 0.16);
}

.dark-section {
  background: var(--black);
  color: var(--white);
  max-width: none;
}

.dark-section > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max);
}

.dark-section h2,
.dark-section h3 {
  color: var(--white);
}

.dark-section p {
  color: rgba(255, 255, 255, 0.68);
}

.home-company-intro {
  align-items: center;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 196, 0, 0.1), transparent 18rem),
    linear-gradient(135deg, #0d0f12 0%, #15191f 58%, #0d0f12 100%);
  box-sizing: border-box;
  color: var(--white);
  display: grid;
  isolation: isolate;
  min-height: calc(100svh - 68px);
  overflow: hidden;
  padding: 32px 24px;
  position: relative;
}

.home-company-intro::before {
  color: rgba(255, 196, 0, 0.035);
  content: "X";
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(26rem, 42vw, 40rem);
  font-weight: 1000;
  line-height: 0.7;
  pointer-events: none;
  position: absolute;
  right: -0.12em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.company-intro-inner {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  margin: 0 auto;
  max-width: min(1080px, calc(100vw - 210px));
  position: relative;
  z-index: 1;
}

.company-copy {
  position: relative;
}

.company-copy .company-eyebrow {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--yellow);
  display: flex;
  font-size: 0.66rem;
  font-weight: 900;
  gap: 16px;
  letter-spacing: 0.13em;
  margin: 0 0 20px;
  max-width: 330px;
  padding-bottom: 11px;
  text-transform: uppercase;
}

.company-copy .company-eyebrow span:last-child {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
}

.company-copy .company-heading {
  background: url("ferox-wordmark-header.png") left center / contain no-repeat;
  font-size: 0;
  height: 74px;
  margin: 0 0 46px;
  overflow: visible;
  position: relative;
  text-indent: 0;
  width: min(100%, 330px);
}

.company-copy .company-heading::after {
  background: var(--yellow);
  bottom: -22px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  text-indent: 0;
  width: 68px;
}

.company-copy .company-logo-title {
  color: #ffffff;
  font-family: "Arial Black", Impact, "Inter", system-ui, sans-serif;
  font-size: clamp(3rem, 5vw, 4.8rem);
  font-weight: 1000;
  letter-spacing: -0.02em;
  line-height: 0.9;
  max-width: none;
}

.company-copy .company-logo-title span {
  color: var(--yellow);
}

.company-copy blockquote {
  border-left: 4px solid var(--yellow);
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-style: italic;
  line-height: 1.55;
  margin: 22px 0 26px;
  padding-left: 24px;
}

.company-copy p {
  color: rgba(255, 255, 255, 0.68);
}

.company-copy .company-lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 16px;
}

.company-copy .company-summary {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
  line-height: 1.64;
  margin: 0;
}

.company-story {
  display: grid;
  gap: 0 44px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 8px;
}

.company-story p {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
  line-height: 1.68;
  margin: 0;
  padding: 22px 0 8px;
}

.company-story p:nth-child(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 44px;
}

.company-stats {
  background: #20262d;
  border-top: 4px solid var(--yellow);
  bottom: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  left: 28px;
  margin: 0;
  padding: 15px 18px;
  position: absolute;
  right: -18px;
  z-index: 2;
}

.company-stats div {
  align-items: center;
  border-bottom: 0;
  display: grid;
  gap: 5px 10px;
  grid-template-columns: 38px minmax(0, 1fr);
  padding: 0;
}

.company-stats div:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding-right: 12px;
}

.company-stat-icon {
  align-items: center;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.1), transparent 38%),
    linear-gradient(145deg, rgba(255, 196, 0, 0.17), rgba(255, 196, 0, 0.04));
  border: 1px solid rgba(255, 196, 0, 0.52);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px rgba(255, 196, 0, 0.035);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.company-stat-icon svg {
  fill: none;
  height: 20px;
  stroke: var(--yellow);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  width: 20px;
}

.company-stats strong {
  color: var(--white);
  display: block;
  font-size: clamp(1.2rem, 1.8vw, 1.62rem);
  font-weight: 1000;
  line-height: 1;
}

.company-stats span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 4px;
  text-transform: none;
}

.company-stats .company-stat-icon {
  align-items: center;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.1), transparent 38%),
    linear-gradient(145deg, rgba(255, 196, 0, 0.17), rgba(255, 196, 0, 0.04));
  border: 1px solid rgba(255, 196, 0, 0.52);
  border-radius: 50%;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  margin-top: 0;
  width: 38px;
}

.company-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.company-visual {
  min-width: 0;
  position: relative;
}

.company-media {
  align-items: center;
  aspect-ratio: 1.48 / 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 35%),
    repeating-linear-gradient(-35deg, transparent 0 18px, rgba(255, 255, 255, 0.07) 18px 19px),
    linear-gradient(135deg, #edf1f4 0%, #c3ccd3 52%, #909ca6 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    18px 18px 0 rgba(255, 255, 255, 0.05),
    -8px -8px 0 rgba(255, 196, 0, 0.075);
  display: flex;
  justify-content: center;
  min-height: 410px;
  overflow: hidden;
  position: relative;
}

.company-media::before {
  background:
    linear-gradient(var(--yellow), var(--yellow)) left top / 52px 2px no-repeat,
    linear-gradient(var(--yellow), var(--yellow)) left top / 2px 52px no-repeat,
    linear-gradient(var(--yellow), var(--yellow)) right bottom / 52px 2px no-repeat,
    linear-gradient(var(--yellow), var(--yellow)) right bottom / 2px 52px no-repeat;
  content: "";
  inset: 18px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.company-media::after {
  background:
    linear-gradient(180deg, transparent 66%, rgba(0, 0, 0, 0.18)),
    radial-gradient(circle at 76% 28%, rgba(255, 196, 0, 0.24), transparent 18rem);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.company-media .company-media-label {
  background: rgba(13, 15, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 12px 16px;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
}

.company-media .company-media-code,
.company-media .company-media-caption {
  background: rgba(13, 15, 18, 0.82);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 9px 11px;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}

.company-media .company-media-code {
  border-left: 3px solid var(--yellow);
  left: 28px;
  top: 28px;
}

.company-media .company-media-caption {
  bottom: 28px;
  left: 28px;
}

@media (max-width: 1080px) and (min-width: 901px) {
  .company-intro-inner {
    gap: 30px;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    max-width: min(980px, calc(100vw - 80px));
  }

  .company-media {
    min-height: 360px;
  }

  .company-stats {
    gap: 10px;
  }

  .company-stats div {
    gap: 5px 8px;
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .company-stats div:not(:last-child) {
    padding-right: 8px;
  }

  .company-stats .company-stat-icon {
    height: 38px;
    width: 38px;
  }

  .company-stat-icon svg {
    height: 20px;
    width: 20px;
  }

  .company-stats strong {
    font-size: 1.1rem;
  }
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
  margin: 42px auto 0;
}

.feature-grid article {
  background: var(--black-2);
  border-color: rgba(255, 255, 255, 0.1);
  min-height: 330px;
  padding: 16px 16px 28px;
}

.feature-image {
  aspect-ratio: 16 / 9;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  margin-bottom: 24px;
}

.split-section,
.dealer-band,
.final-cta {
  display: grid;
  gap: 44px;
  grid-template-columns: 1.05fr 0.95fr;
}

.factory-image {
  aspect-ratio: 3 / 2;
  border-radius: var(--radius);
  min-height: 360px;
}

.dealer-band {
  background: var(--black);
  border-radius: 0;
  color: var(--white);
  margin: 0;
  max-width: none;
  padding: 72px max(24px, calc((100vw - var(--max)) / 2));
}

.dealer-band h2,
.dealer-band p {
  color: inherit;
}

.dealer-band p {
  color: rgba(255, 255, 255, 0.7);
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 14px 16px;
}

.check-list li::before {
  color: var(--yellow);
  border-bottom: 2px solid var(--yellow);
  border-right: 2px solid var(--yellow);
  content: "";
  display: inline-block;
  height: 11px;
  margin-right: 10px;
  transform: rotate(42deg);
  width: 6px;
}

.dealer-contact {
  background:
    linear-gradient(135deg, rgba(255, 196, 0, 0.16), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 196, 0, 0.22);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  margin-top: 30px;
  padding: 24px;
}

.dealer-contact strong {
  color: var(--yellow);
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dealer-contact span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.dealer-contact div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.dealer-contact a {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 900;
  padding: 9px 13px;
}

.dealer-contact a:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--black);
}

.article-grid article {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 244, 239, 0.92));
  border-color: rgba(17, 18, 20, 0.08);
  box-shadow: 0 24px 54px rgba(17, 18, 20, 0.1);
  display: grid;
  min-height: 340px;
  overflow: hidden;
  padding: 16px 16px 30px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.article-grid article:hover {
  box-shadow: 0 26px 54px rgba(17, 18, 20, 0.13);
  transform: translateY(-3px);
}

#resources .article-grid,
.blog-hub .article-grid {
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

#resources .article-grid article,
.blog-hub .article-grid article {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
  overflow: visible;
  padding: 0;
}

#resources .article-grid article:hover,
.blog-hub .article-grid article:hover {
  box-shadow: none;
  transform: translateY(-2px);
}

#resources .article-grid article time,
.blog-hub .article-grid article time {
  color: #9aa2ad;
  display: block;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 10px 0 12px;
  text-transform: uppercase;
}

.article-grid article h2,
.article-grid article h3 {
  font-size: clamp(1.1rem, 1.55vw, 1.42rem);
  line-height: 1.18;
}

#resources .article-grid article h3,
.blog-hub .article-grid article h3 {
  margin-left: 0;
  margin-right: 0;
}

#resources .article-grid article h3,
.blog-hub .article-grid article h3 {
  min-height: 3.54em;
}

#resources .article-grid article p,
.blog-hub .article-grid article p {
  color: #566271;
  font-size: 0.92rem;
  line-height: 1.58;
  margin: 0 0 18px;
}

#resources .article-grid a,
.blog-hub .article-grid a {
  align-items: center;
  font-size: 0.94rem;
  gap: 10px;
  letter-spacing: 0.03em;
  margin: auto 0 0;
  text-transform: uppercase;
}

#resources .article-grid a::after,
.blog-hub .article-grid a::after {
  content: ">";
  font-size: 1.2rem;
  line-height: 1;
}

.article-image {
  background:
    linear-gradient(180deg, rgba(17, 18, 20, 0.12), rgba(17, 18, 20, 0.58)),
    url("images/hero-hydraulic-breaker.webp") center / cover no-repeat;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  border: 0;
  box-shadow: 0 18px 42px rgba(17, 18, 20, 0.12);
  display: block;
  margin-bottom: 26px;
  overflow: hidden;
}

.article-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.article-image[href*="side-vs-top-vs-silenced"] img {
  background: #fff;
  object-fit: contain;
  object-position: center;
}

#resources .article-image,
.blog-hub .article-image {
  margin-bottom: 0;
}

.clickable-card,
.clickable-card .article-image,
.clickable-card h2,
.clickable-card h3,
.clickable-card p,
.clickable-card time {
  cursor: pointer;
}

.article-image::after {
  display: none;
}

.brand-fit {
  padding-top: 24px;
}

.brand-fit-panel {
  background: transparent;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
  margin: 0 auto;
  max-width: 980px;
  padding: 34px;
}

.brand-fit-head {
  align-items: end;
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
  margin-bottom: 26px;
}

.brand-fit-head h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.65rem);
  line-height: 1.05;
}

.brand-fit-head p {
  margin: 0;
}

.brand-logo-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.brand-logo-card {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  min-height: 86px;
  padding: 10px;
}

.brand-logo-card svg {
  display: block;
  height: 42px;
  max-width: 128px;
  width: 100%;
}

.faq-section {
  padding-top: 60px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 900px;
}

details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 24px;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin-bottom: 0;
}

.faq-list details p {
  caret-color: transparent;
  cursor: default;
}

.final-cta {
  background: var(--yellow);
  max-width: none;
  padding: 82px max(24px, calc((100vw - var(--max)) / 2));
}

.final-cta .eyebrow,
.final-cta p {
  color: var(--black);
}

.catalog-download {
  align-items: flex-start;
  background: rgba(17, 18, 20, 0.12);
  border: 1px solid rgba(17, 18, 20, 0.18);
  border-radius: var(--radius);
  color: var(--black);
  display: grid;
  gap: 6px;
  margin-top: 34px;
  max-width: 420px;
  padding: 20px 22px;
}

.catalog-download span {
  font-size: 1.05rem;
  font-weight: 900;
}

.catalog-download small {
  color: rgba(17, 18, 20, 0.72);
  line-height: 1.55;
}

.quote-section {
  align-items: stretch;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 22px 60px rgba(17, 18, 20, 0.08);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) 330px;
  margin: 92px auto;
  max-width: var(--max);
  overflow: hidden;
  padding: 0;
}

.contact-page .quote-section {
  margin: 0 auto 48px;
}

.quote-main {
  padding: 50px;
}

.contact-page .quote-main {
  padding: 24px 50px;
}

.contact-page .quote-copy h2 {
  font-size: clamp(2.7rem, 4.2vw, 3.9rem);
  margin-bottom: 12px;
}

.contact-page .quote-copy p {
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  margin: 0;
}

.quote-copy h2 {
  color: #101827;
  font-size: clamp(2.4rem, 4.4vw, 4.2rem);
  line-height: 0.95;
}

.quote-copy p {
  color: #606672;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-style: italic;
  line-height: 1.45;
  max-width: 760px;
}

.quote-form {
  background: transparent;
  border-radius: 0;
  display: grid;
  gap: 22px 28px;
  grid-template-columns: 1fr 1fr;
  margin-top: 44px;
  padding: 0;
}

.quote-form label {
  color: var(--black);
  display: grid;
  font-size: 1rem;
  font-weight: 900;
  gap: 8px;
}

.quote-form .full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  border: 1px solid var(--line);
  border-radius: 4px;
  font: inherit;
  min-height: 44px;
  padding: 10px 12px;
}

textarea {
  min-height: 170px;
  resize: vertical;
}

.quote-form button {
  background: linear-gradient(135deg, #111214 0%, #1e232b 100%);
  border: 1px solid rgba(17, 18, 20, 0.9);
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(17, 18, 20, 0.18);
  color: var(--yellow);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  grid-column: 1 / -1;
  min-height: 48px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.quote-form button:hover {
  background: var(--yellow);
  box-shadow: 0 16px 32px rgba(255, 196, 0, 0.28);
  color: var(--black);
  transform: translateY(-1px);
}

.contact-page .quote-section #fluentform_1 fieldset {
  display: grid;
  gap: 12px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-page .quote-section .fluent-form-shell {
  display: block;
  margin-top: 22px;
}

.contact-page .quote-section .fluentform_wrapper_1,
.contact-page .quote-section #fluentform_1 {
  width: 100%;
}

.contact-page .quote-section #fluentform_1 input[type="hidden"] {
  display: none !important;
}

.contact-page .quote-section #fluentform_1 .ff-field_container,
.contact-page .quote-section #fluentform_1 .ff-el-group {
  margin: 0;
}

.contact-page .quote-section #fluentform_1 .ff-name-field-wrapper .ff-t-container {
  display: grid;
  grid-template-columns: 1fr;
}

.contact-page .quote-section #fluentform_1 .ff-t-cell {
  padding: 0;
}

.contact-page .quote-section #fluentform_1 .ff-t-cell[hidden] {
  display: none;
}

.contact-page .quote-section #fluentform_1 label {
  color: var(--black);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 6px;
}

.contact-page .quote-section #fluentform_1 .ff-el-form-control {
  background: #fff;
  border: 1px solid #d8d9dc;
  border-radius: 5px;
  color: #101827;
  font-size: 1rem;
  font-weight: 700;
  min-height: 52px;
  padding: 10px 18px;
  width: 100%;
}

.contact-page .quote-section #fluentform_1 .ff-el-form-control::placeholder {
  color: #68717d;
  opacity: 1;
}

.contact-page .quote-section #fluentform_1 .ff-el-form-control:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(255, 196, 0, 0.18);
  outline: none;
}

.contact-page .quote-section #fluentform_1 .ff_submit_btn_wrapper {
  grid-column: 1 / -1;
}

.contact-page .quote-section #fluentform_1 .ff-btn-submit {
  background: linear-gradient(135deg, #111214 0%, #1e232b 100%);
  border: 1px solid rgba(17, 18, 20, 0.9);
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(17, 18, 20, 0.18);
  color: var(--yellow);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  min-height: 52px;
  text-transform: uppercase;
  width: 100%;
}

.contact-page .quote-section #fluentform_1 .ff-btn-submit:hover {
  background: var(--yellow);
  box-shadow: 0 16px 32px rgba(255, 196, 0, 0.28);
  color: var(--black);
}

.contact-page .quote-section #fluentform_1 .cf-turnstile,
.contact-page .quote-section #fluentform_1 .cf-turnstile-wrapper,
.contact-page .quote-section #fluentform_1 [class*="turnstile"] {
  grid-column: 1 / -1;
}

.contact-page .quote-section #fluentform_1 br[class*="cf-turnstile-br"] {
  display: none;
}

.contact-location {
  background: #111827;
  border-radius: 0;
  box-shadow: 0 24px 60px rgba(17, 18, 20, 0.13);
  margin: -40px 0 92px;
  max-width: none;
  overflow: hidden;
  width: 100%;
}

.contact-location-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
  width: 100%;
}

.contact-location-copy {
  align-self: center;
  color: var(--white);
  padding: 42px;
}

.contact-location-copy h2 {
  color: var(--white);
  font-size: clamp(2.2rem, 3.5vw, 3.7rem);
  margin-bottom: 26px;
}

.contact-info-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
}

.contact-info-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: var(--white);
  display: block;
  min-height: 148px;
  padding: 18px;
  transition: border-color 160ms ease, transform 160ms ease;
}

.contact-info-card:hover {
  border-color: rgba(255, 196, 0, 0.48);
  transform: translateY(-2px);
}

.contact-info-address {
  grid-column: 1 / -1;
  min-height: 160px;
}

.contact-info-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.contact-info-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  color: var(--yellow);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.contact-info-icon svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 22px;
}

.contact-info-tag {
  background: var(--yellow);
  border-radius: 999px;
  color: #111827;
  font-size: 0.65rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
  padding: 7px 11px;
  text-transform: uppercase;
}

.contact-info-card > strong {
  color: var(--white);
  display: block;
  font-size: 0.98rem;
  margin-bottom: 7px;
}

.contact-info-card > span,
.contact-info-card address {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-style: normal;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.contact-socials {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  padding-top: 22px;
}

.contact-socials strong {
  color: var(--white);
  display: block;
  font-size: 0.9rem;
}

.contact-socials > div > span {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 0.72rem;
  margin-top: 4px;
}

.contact-socials nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.contact-socials nav a {
  align-items: center;
  background: var(--yellow);
  border-radius: 50%;
  color: #111827;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  transition: background 160ms ease, transform 160ms ease;
  width: 38px;
}

.contact-socials nav a:hover {
  background: var(--white);
  transform: translateY(-2px);
}

.contact-socials nav svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.contact-map {
  min-height: 460px;
}

.contact-map iframe {
  border: 0;
  display: block;
  height: 100%;
  min-height: 460px;
  width: 100%;
}

.quick-actions {
  display: grid;
  gap: 10px;
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 18;
}

@media (min-width: 1100px) {
  .quick-actions {
    right: 10px;
  }

  .home-page .section:not(.dealer-band),
  .home-page .quote-section,
  .product-browser {
    max-width: min(var(--max), calc(100vw - 150px));
  }

  .home-page .dealer-band {
    max-width: none;
  }
}

.home-page .quick-actions {
  opacity: 0;
  pointer-events: none;
  transform: translate(0, -50%);
}

.home-page.show-floating-actions .quick-actions {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.home-page:not(.show-floating-actions) .quick-actions {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(0, -50%) !important;
}

.home-page.show-floating-actions .quick-actions {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(0, -50%) !important;
}

.quick-actions a {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 18, 20, 0.08);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(17, 18, 20, 0.14);
  color: #60646b;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  transition: transform 160ms ease, color 160ms ease, background 160ms ease;
  width: 50px;
}

.quick-actions a:hover {
  background: var(--yellow);
  color: var(--black);
  transform: translateY(-2px);
}

.quick-actions svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 24px;
}

.quick-actions .quick-top svg {
  fill: #ef1717;
  stroke: #ef1717;
}

.product-detail {
  background: #fff;
  color: #151a20;
}

.pd-shell {
  margin: 0 auto;
  width: min(1240px, calc(100% - 40px));
}

.pd-hero {
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 196, 0, 0.13), transparent 20rem),
    linear-gradient(180deg, #fbfcfc 0%, #fff 100%);
  padding: 122px 0 64px;
}

.pd-breadcrumb {
  color: #65707c;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.pd-grid {
  align-items: start;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.pd-main-image,
.pd-thumb,
.pd-showcase-image,
.pd-detail-image {
  background: #1b2128;
  overflow: hidden;
}

.pd-main-image {
  aspect-ratio: 1.18 / 1;
  border-radius: 22px;
  box-shadow: 0 24px 54px rgba(12, 18, 24, 0.16);
}

.pd-main-image img,
.pd-thumb img,
.pd-showcase-image img,
.pd-detail-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pd-thumbs {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
}

.pd-thumb {
  border: 2px solid transparent;
  border-radius: 11px;
  cursor: pointer;
  height: 92px;
  transition: border-color 160ms ease, transform 160ms ease;
}

.pd-thumb:hover,
.pd-thumb:focus-visible,
.pd-thumb.is-active {
  border-color: var(--yellow);
}

.pd-thumb:focus-visible {
  outline: 2px solid rgba(255, 196, 0, 0.35);
  outline-offset: 3px;
}

.pd-kicker,
.pd-section-kicker {
  color: var(--yellow-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pd-copy .pd-kicker {
  display: none;
}

.pd-copy h1 {
  color: #151a20;
  font-size: clamp(2.55rem, 5vw, 4.25rem);
  letter-spacing: -0.05em;
  line-height: 1.02;
  margin: 0 0 14px;
}

.pd-model {
  background: #fff4c8;
  border-radius: 999px;
  color: #735300;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  padding: 7px 11px;
}

.pd-copy p {
  color: #58636f;
  font-size: 1.08rem;
}

.pd-facts {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin: 26px 0 28px;
}

.pd-facts div {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #e1e5e8;
  border-radius: 12px;
  padding: 14px 12px;
}

.pd-facts strong {
  display: block;
  font-size: 1.12rem;
  line-height: 1.2;
}

.pd-facts span {
  color: #65707c;
  font-size: 0.76rem;
  font-weight: 800;
}

.pd-icon-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pd-icon-facts div {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 6px 4px;
  text-align: center;
}

.pd-icon-facts .pd-fact-icon {
  align-items: center;
  color: #171b20;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.pd-icon-facts .pd-fact-icon svg {
  display: block;
  height: 100%;
  stroke: currentColor;
  width: 100%;
}

.pd-icon-facts strong {
  font-size: 0.82rem;
  letter-spacing: 0;
  line-height: 1.25;
  max-width: 130px;
  text-transform: uppercase;
}

.pd-hero-quote {
  align-items: center;
  background: var(--yellow);
  border: 2px solid var(--yellow);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(255, 196, 0, 0.24);
  color: #17130a;
  display: flex;
  font-size: 1rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 58px;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
  width: 100%;
}

.pd-hero-quote:hover,
.pd-hero-quote:focus-visible {
  background: #171d24;
  border-color: #171d24;
  color: #fff;
  transform: translateY(-2px);
}

.pd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pd-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 9px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 0 19px;
}

.pd-button-primary {
  background: var(--yellow);
  color: #211a04;
}

.pd-button-secondary {
  background: #fff;
  border-color: #ccd2d7;
  color: #151a20;
}

.pd-note {
  color: #65707c;
  font-size: 0.82rem;
  margin-top: 17px;
}

.pd-strip {
  background: #171d24;
  color: #fff;
  margin: 0;
  padding: 0;
}

.pd-strip-grid {
  display: grid;
  max-width: none;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.pd-strip-item {
  align-items: center;
  background: #171d24;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 20px;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 104px;
  padding: 31px clamp(24px, 4vw, 58px);
}

.pd-strip-item:last-child {
  border-right: 0;
}

.pd-strip-icon {
  align-items: center;
  color: var(--yellow);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.pd-strip-icon svg {
  display: block;
  height: 24px;
  stroke: currentColor;
  width: 24px;
}

.pd-strip-item strong {
  display: block;
  font-size: 1.22rem;
  line-height: 1.25;
}

.pd-strip-item span {
  color: #adb6bf;
  display: block;
  font-size: 0.92rem;
  line-height: 1.35;
  margin-top: 6px;
}

.pd-section {
  padding: 76px 0;
}

.pd-section-soft {
  background: #f5f7f8;
}

.pd-heading {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.55fr);
  margin-bottom: 30px;
}

.pd-heading h2,
.pd-showcase-copy h2,
.pd-panel h2,
.pd-quote-copy h2 {
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.05;
}

.pd-feature-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.pd-feature,
.pd-panel,
.pd-quote {
  background: #fff;
  border: 1px solid #e1e5e8;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(12, 18, 24, 0.06);
}

.pd-feature {
  padding: 36px;
}

.pd-feature-icon {
  align-items: center;
  background: #fff4c8;
  border-radius: 13px;
  color: #735300;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  margin-bottom: 28px;
  width: 54px;
}

.pd-feature-icon svg {
  display: block;
  height: 25px;
  stroke: currentColor;
  width: 25px;
}

.pd-feature h3 {
  font-size: 1.42rem;
  margin-bottom: 14px;
}

.pd-feature p {
  color: #65707c;
  font-size: 1rem;
  line-height: 1.65;
}

.pd-advantage-section {
  background: #fff;
  padding: 88px 0 96px;
}

.pd-advantage-heading {
  align-items: start;
  display: grid;
  gap: clamp(36px, 7vw, 96px);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  margin-bottom: 48px;
}

.pd-advantage-heading h2 {
  color: #151a20;
  font-size: clamp(2.5rem, 4.2vw, 4.4rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin-top: 14px;
}

.pd-advantage-lead {
  color: #687482;
  font-size: clamp(1.12rem, 1.45vw, 1.42rem);
  line-height: 1.65;
  margin: 0;
  padding-top: 8px;
}

.pd-showcase,
.pd-spec-grid,
.pd-quote {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
}

.pd-showcase-image,
.pd-detail-image {
  border-radius: 18px;
  min-height: 360px;
}

.pd-showcase-copy {
  align-self: center;
}

.pd-application-cards-section {
  background: #fff;
  padding: 78px 0 86px;
}

.pd-application-heading {
  margin-bottom: 34px;
  text-align: center;
}

.pd-application-heading h2 {
  color: #171b20;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.1;
  text-transform: uppercase;
}

.pd-application-heading::after {
  background: #c9252b;
  content: "";
  display: block;
  height: 3px;
  margin: 16px auto 0;
  width: 64px;
}

.pd-application-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pd-application-card {
  background: #fff;
  border: 1px solid #eceff2;
  box-shadow: 0 16px 34px rgba(12, 18, 24, 0.08);
  overflow: hidden;
}

.pd-application-card img {
  display: block;
  height: 170px;
  object-fit: cover;
  width: 100%;
}

.pd-application-card h3 {
  background: #fff;
  color: #171b20;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.25;
  padding: 22px 12px;
  text-align: center;
  text-transform: uppercase;
}

.pd-check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.pd-check-list li {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}

.pd-check-list li::before {
  color: var(--yellow-dark);
  content: "✓";
  font-weight: 1000;
}

.pd-panel {
  padding: 30px;
}

.pd-spec-table {
  border-collapse: collapse;
  margin-top: 20px;
  width: 100%;
}

.pd-spec-table td {
  border-bottom: 1px solid #e1e5e8;
  padding: 13px 0;
}

.pd-spec-table td:first-child {
  color: #65707c;
  font-weight: 900;
  width: 42%;
}

.pd-chip-group {
  margin-top: 18px;
}

.pd-chip-title {
  color: #65707c;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.pd-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pd-chips span {
  background: #f0f3f5;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
  padding: 7px 10px;
}

.pd-quote {
  align-items: start;
  padding: 34px;
}

.pd-quote-meta {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.pd-oem-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.pd-oem-tags span {
  background: #eef2f4;
  border-left: 3px solid var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding: 8px 10px;
  text-transform: uppercase;
}

.pd-form {
  display: grid;
  gap: 14px;
}

.pd-form label {
  display: grid;
  font-weight: 900;
  gap: 7px;
}

.pd-form textarea {
  min-height: 130px;
}

.pd-oem-form {
  gap: 18px;
}

.pd-oem-form fieldset {
  border: 1px solid #d9dfe4;
  margin: 0;
  padding: 18px;
}

.pd-oem-form legend {
  color: #132d47;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 0 8px;
  text-transform: uppercase;
}

.pd-form-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pd-oem-form fieldset textarea {
  min-height: 96px;
}

@media (max-width: 640px) {
  .pd-form-row {
    grid-template-columns: 1fr;
  }

  .pd-oem-form fieldset {
    padding: 15px;
  }
}

.form-note {
  color: #969ba6;
  font-size: 0.95rem;
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
}

.quote-side {
  background: #101827;
  color: var(--white);
  display: grid;
  gap: 30px;
  overflow: hidden;
  padding: 44px 28px;
}

.quote-side h2,
.quote-side h3 {
  color: var(--yellow);
}

.quote-side h2 {
  font-size: clamp(1.75rem, 2.35vw, 2.25rem);
}

.quote-side h3 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.12;
}

.contact-method {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 58px 1fr;
}

.contact-method span:last-child {
  color: var(--white);
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.contact-method small {
  color: #a8b0bf;
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.contact-icon {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 1.55rem;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.contact-icon svg {
  fill: none;
  height: 28px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 28px;
}

.contact-whatsapp {
  background: #22c55e;
}

.contact-email {
  background: var(--yellow);
  color: var(--black);
}

.quote-reasons {
  display: grid;
  gap: 16px;
}

.quote-reasons h3 {
  font-size: 2rem;
}

.quote-reasons p {
  color: rgba(255, 255, 255, 0.88);
  display: grid;
  gap: 14px;
  grid-template-columns: 34px 1fr;
  line-height: 1.45;
  margin: 0;
}

.quote-reasons p::before {
  background: rgba(255, 196, 0, 0.14);
  border-radius: 6px;
  color: var(--yellow);
  content: "✓";
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.quote-badge {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  color: var(--white);
  display: grid;
  gap: 12px;
  padding: 24px;
}

.quote-badge strong {
  color: var(--yellow);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-badge strong::before {
  background: #22c55e;
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
}

.quote-badge span {
  color: rgba(255, 255, 255, 0.72);
}

.product-browser {
  align-items: start;
  background: #f7f6f2;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 20px 55px rgba(17, 18, 20, 0.08);
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  margin: 64px auto 96px;
  max-width: var(--max);
  overflow: hidden;
}

.product-sidebar {
  background: #fff;
  border-right: 1px solid #e2e2df;
  align-self: stretch;
  font-family: Bahnschrift, "DIN Alternate", "Arial Narrow", Arial, sans-serif;
  padding: 38px 26px 34px;
  position: relative;
}

.product-menu-title {
  border-bottom: 1px solid #dadad7;
  padding-bottom: 28px;
}

.product-menu-title strong {
  color: #0f141b;
  display: block;
  font-size: 1.58rem;
  font-weight: 700;
  line-height: 1.1;
}

.product-menu-title span {
  color: #68707b;
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  margin-top: 12px;
  text-transform: uppercase;
}

.product-menu-list {
  display: grid;
  margin-top: 8px;
}

.product-menu-list details {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dadad7;
  border-radius: 0;
  padding: 0;
}

.product-menu-list summary,
.product-menu-list > a {
  align-items: center;
  border-bottom: 1px solid #dadad7;
  color: #111214;
  display: flex;
  font-size: 1.1rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.3;
  min-height: 70px;
  padding: 0;
}

.product-menu-list summary::after {
  color: #6c6c6c;
  content: "+";
  font-size: 2rem;
  font-weight: 400;
}

.product-menu-list details[open] > summary::after {
  content: "-";
}

.product-menu-list details a {
  color: #5f6670;
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 10px 0 10px 16px;
}

.product-menu-list details a:last-child {
  padding-bottom: 20px;
}

.product-menu-list a {
  background: transparent;
  border-radius: 0;
  margin: 0;
}

.product-menu-list .product-menu-nested {
  border-bottom: 0;
}

.product-menu-list .product-menu-nested > summary {
  border-bottom: 0;
  color: #5f6670;
  font-size: 0.95rem;
  font-weight: 600;
  min-height: auto;
  padding: 10px 0 10px 16px;
}

.product-menu-list .product-menu-nested > summary::after {
  font-size: 1.25rem;
  line-height: 1;
}

.product-parts-submenu {
  display: grid;
  padding: 2px 0 16px 22px;
}

.product-parts-submenu span {
  color: #727a84;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.35;
  padding: 6px 0 6px 13px;
  position: relative;
}

.product-parts-submenu span::before {
  background: var(--yellow-dark);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0.96em;
  width: 6px;
}

.product-sidebar a:hover,
.product-sidebar a.is-active {
  background: transparent;
  color: var(--yellow-dark);
}

.product-contact-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  color: #111827;
  margin-top: 28px;
  overflow: hidden;
}

.product-contact-card h2,
.product-contact-card h3 {
  background: #d71920;
  color: var(--white);
  font-size: 1.15rem;
  line-height: 1.15;
  margin: 0;
  padding: 16px 14px;
}

.product-contact-card dl {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 16px 14px 18px;
}

.product-contact-card dt {
  font-size: 0.86rem;
  font-weight: 900;
  margin-bottom: 5px;
}

.product-contact-card dd {
  color: #20252d;
  font-size: 0.86rem;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
}

.product-contact-card a {
  background: transparent;
  border: 0;
  color: #20252d;
  display: inline;
  margin: 0;
  padding: 0;
}

.product-contact-card a:hover {
  background: transparent;
  color: #d71920;
}

.product-showcase {
  background:
    radial-gradient(circle at top right, rgba(255, 196, 0, 0.12), transparent 24%),
    linear-gradient(180deg, #fffdfa 0%, #f4f3ef 100%);
  padding: 40px 30px 68px;
}

.product-showcase-heading {
  margin: 0 0 28px;
  max-width: 780px;
}

.product-showcase-heading h2 {
  font-size: clamp(2rem, 3.2vw, 2.85rem);
  line-height: 1.02;
}

.catalog-grid {
  display: grid;
  gap: 26px 22px;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
}

.product-category-group + .product-category-group {
  margin-top: 52px;
}

.product-category-group > h3 {
  color: #111214;
  font-size: 1.45rem;
  line-height: 1.2;
  margin: 0 0 22px;
}

.catalog-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  min-height: 0;
  overflow: hidden;
}

.catalog-card > a:first-child {
  color: #666b71;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  padding: 0;
  text-align: center;
}

.catalog-card h3 {
  color: #2f3338;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
}

.catalog-card p {
  display: none;
}

.catalog-image {
  align-self: center;
  background:
    linear-gradient(135deg, rgba(255, 196, 0, 0.16), transparent 38%),
    linear-gradient(145deg, #eef1f3 0%, #cbd4da 100%);
  border-radius: 8px;
  display: block;
  height: 280px;
  margin: 18px auto 0;
  max-width: none;
  width: 100%;
}

.catalog-inquiry {
  align-items: center;
  background: #111827;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white);
  display: flex;
  font-size: 1rem;
  font-weight: 800;
  justify-content: center;
  min-height: 70px;
}

.catalog-inquiry:hover {
  background: var(--yellow);
  color: var(--black);
}

.about-page-hero {
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.92) 0%, rgba(7, 10, 15, 0.74) 52%, rgba(7, 10, 15, 0.4) 100%),
    url("images/hero-hydraulic-breaker.webp") center / cover no-repeat;
  min-height: 560px;
  position: relative;
}

.about-page-hero::after {
  background:
    linear-gradient(135deg, rgba(255, 196, 0, 0.14), transparent 22%),
    repeating-linear-gradient(-35deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 28px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.about-intro {
  align-items: start;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 196, 0, 0.12), transparent 22rem),
    linear-gradient(135deg, #0f1115 0%, #161b22 64%, #0f1115 100%);
  color: var(--white);
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
}

.about-copy {
  max-width: 580px;
}

.about-copy h2,
.about-copy p {
  color: var(--white);
}

.about-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.about-copy h2,
.about-gallery h2,
.about-support-card h2 {
  font-size: clamp(2.1rem, 3.4vw, 3.5rem);
  line-height: 1;
}

.about-proof-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-proof-grid article {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
  min-height: 170px;
  padding: 24px;
}

.about-proof-grid span {
  color: var(--yellow);
  display: block;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 1000;
  line-height: 0.95;
  margin-bottom: 18px;
}

.about-proof-grid p {
  color: rgba(255, 255, 255, 0.7);
}

.about-process {
  background: #111827;
  border-radius: var(--radius);
  color: var(--white);
  max-width: var(--max);
  padding: 56px;
}

.about-process .section-heading {
  color: var(--white);
  margin-bottom: 36px;
  text-align: left;
}

.about-process .section-heading h2 {
  color: var(--white);
  font-size: clamp(2.2rem, 3.5vw, 3.6rem);
}

.process-line {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-line article {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 24px 20px;
}

.process-line span {
  color: var(--yellow);
  display: block;
  font-weight: 1000;
  margin-bottom: 18px;
}

.process-line h3 {
  color: var(--white);
  font-size: 1.15rem;
}

.process-line p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.96rem;
}

.about-gallery {
  align-items: start;
  background:
    linear-gradient(90deg, rgba(255, 196, 0, 0.06), transparent 26%),
    #f7f6f1;
  border-radius: 0;
  display: grid;
  gap: 34px;
  grid-template-columns: 0.75fr 1.25fr;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
}

.factory-gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.factory-gallery figure {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 46px rgba(17, 18, 20, 0.08);
  margin: 0;
  overflow: hidden;
}

.factory-gallery .factory-image {
  border: 0;
  border-radius: 0;
  display: block;
  height: 190px;
}

.factory-gallery figcaption {
  color: var(--black);
  font-weight: 900;
  padding: 14px 16px 16px;
}

.about-support {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.about-support-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px;
}

.about-dark-card {
  background: #111827;
  color: var(--white);
}

.about-dark-card h2,
.about-dark-card p {
  color: var(--white);
}

.about-dark-card .button {
  margin-top: 18px;
}

.article-summary {
  background: linear-gradient(90deg, rgba(255, 196, 0, 0.12), var(--white));
}

.side-panel.article-sidebar {
  background: #111827;
  border-color: #111827;
  color: var(--white);
}

.article-sidebar h2 {
  color: var(--white);
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.article-sidebar > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.article-sidebar a {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  gap: 12px;
}

.article-sidebar a span {
  color: var(--yellow);
  font-size: 0.8rem;
}

.sidebar-cta {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 18px;
}

.sidebar-cta strong {
  color: var(--yellow);
}

.sidebar-cta p {
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}

.sidebar-cta a {
  background: var(--yellow);
  color: var(--black);
  justify-content: center;
}

.article-sidebar-compact {
  align-self: start;
  display: grid;
  gap: 18px;
  padding: 28px;
  position: sticky;
  top: 92px;
}

.article-sidebar-compact h2 {
  font-size: clamp(1.55rem, 2vw, 2.1rem);
  line-height: 1.08;
  margin: 0;
}

.article-sidebar-links {
  display: grid;
  gap: 10px;
}

.side-panel .article-sidebar-links a {
  align-items: start;
  border: 0;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  padding: 0;
}

.article-sidebar-image {
  aspect-ratio: 16 / 9;
  background: #f4f3ee;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.article-sidebar-link-copy {
  align-content: center;
  align-self: stretch;
  color: inherit !important;
  display: grid !important;
  font-size: inherit !important;
  gap: 5px;
  min-width: 0;
  padding: 13px 15px 15px;
}

.article-sidebar-links a strong {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.35;
}

.article-sidebar-compact .sidebar-cta {
  margin-top: 0;
}

@media (max-width: 900px) {
  .article-sidebar-compact {
    position: static;
  }
}

.blog-hub {
  padding-top: 72px;
}

.blog-tools {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.4fr);
  margin-bottom: 34px;
}

.blog-tools label {
  color: var(--black);
  display: grid;
  font-weight: 900;
  gap: 8px;
}

.blog-tools input {
  background: var(--white);
}

.blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.blog-categories button {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #4e5560;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  padding: 10px 14px;
}

.blog-categories button.is-active,
.blog-categories button:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--black);
}

.blog-grid {
  grid-template-columns: repeat(3, 1fr);
}

#resources .article-meta,
.blog-grid .article-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 7px;
}

#resources .article-meta time,
#resources .article-author,
.blog-grid .article-meta time,
.blog-grid .article-author {
  margin: 0;
}

#resources .article-author,
.blog-grid .article-author {
  align-items: center;
  color: #66717b;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

#resources .article-author::before,
.blog-grid .article-author::before {
  background: var(--yellow-dark);
  border-radius: 50%;
  content: "";
  height: 4px;
  margin-right: 8px;
  width: 4px;
}

.blog-no-results {
  background: #f0eee7;
  border-left: 4px solid var(--yellow-dark);
  color: #555c64;
  grid-column: 1 / -1;
  margin: 0;
  padding: 22px 24px;
}

.blog-no-results[hidden] {
  display: none;
}

.blog-grid article[hidden] {
  display: none;
}

.dealer-page-hero {
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.96), rgba(7, 10, 15, 0.68)),
    url("images/hero-hydraulic-breaker.webp") center right / cover no-repeat;
}

.dealer-page-intro,
.dealer-process {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
}

.dealer-fit-grid,
.dealer-benefit-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dealer-fit-grid article,
.dealer-benefit-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(17, 18, 20, 0.06);
  padding: 24px;
}

.dealer-fit-grid strong,
.dealer-benefit-grid span {
  color: var(--yellow-dark);
  display: block;
  font-weight: 1000;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.dealer-fit-grid span {
  color: #565f69;
  line-height: 1.55;
}

.dealer-benefits {
  background: #111214;
  color: var(--white);
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
}

.dealer-benefits h2,
.dealer-benefits h3 {
  color: var(--white);
}

.dealer-benefit-grid article {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.dealer-benefit-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.dealer-process ol {
  counter-reset: step;
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dealer-process li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  counter-increment: step;
  display: grid;
  gap: 6px;
  grid-template-columns: 54px 1fr;
  padding: 20px;
}

.dealer-process li::before {
  align-items: center;
  background: var(--yellow);
  border-radius: 999px;
  content: counter(step, decimal-leading-zero);
  display: inline-flex;
  font-weight: 1000;
  grid-row: span 2;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.dealer-process span {
  color: #5e6670;
  line-height: 1.55;
}

.dealer-faq h2 {
  margin-bottom: 28px;
}

.dealer-quote {
  margin-top: 0;
}

.site-footer {
  background:
    linear-gradient(rgba(7, 11, 15, 0.66), rgba(7, 11, 15, 0.82)),
    url("ferox-footer-bg-2400x800.webp") center / cover no-repeat;
  color: var(--white);
  padding: 58px max(24px, calc((100vw - var(--max)) / 2)) 24px;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.58);
  max-width: 440px;
}

.footer-main {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
}

.footer-brand-block {
  max-width: 420px;
}

.footer-column {
  display: grid;
  gap: 12px;
}

.footer-column h3 {
  color: var(--white);
  font-size: 0.92rem;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.95rem;
}

.footer-column > span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.86rem;
  line-height: 1.55;
}

.footer-column a:hover {
  color: var(--yellow);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  font-size: 0.86rem;
  gap: 18px;
  justify-content: space-between;
  margin-top: 44px;
  padding-top: 20px;
}

@media (max-width: 1020px) {
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand-block {
    grid-column: 1 / -1;
  }
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.96) 0%, rgba(7, 10, 15, 0.86) 34%, rgba(7, 10, 15, 0.34) 58%, rgba(7, 10, 15, 0.08) 80%, rgba(7, 10, 15, 0) 100%),
    var(--ferox-hero-image, url("images/ferox-layered-banner.png")) center right / cover no-repeat;
  color: var(--white);
  padding: 150px max(24px, calc((100vw - var(--max)) / 2)) 82px;
}

.page-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  max-width: 760px;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.74);
  max-width: 720px;
}

.breadcrumb {
  color: rgba(255, 255, 255, 0.62);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.88rem;
  gap: 10px;
  margin-bottom: 28px;
}

.breadcrumb a:hover {
  color: var(--yellow);
}

.page-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.content-panel,
.side-panel,
.answer-box {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.content-panel {
  padding: 34px;
}

.side-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  position: sticky;
  top: 100px;
}

.side-panel a,
.internal-links a {
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 900;
  padding: 12px 14px;
}

.side-panel a:hover,
.internal-links a:hover {
  border-color: var(--yellow);
}

.spec-table {
  border-collapse: collapse;
  margin: 24px 0;
  width: 100%;
}

.table-scroll {
  overflow-x: auto;
}

.spec-table th,
.spec-table td {
  border: 1px solid var(--line);
  padding: 13px 14px;
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  background: #ecebe6;
  font-weight: 900;
}

.category-list,
.internal-links {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.category-list article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}

.attachment-list article {
  padding: 0;
  overflow: hidden;
}

.attachment-list a {
  display: grid;
  gap: 16px;
  height: 100%;
  padding: 24px;
}

.attachment-list a:hover h2 {
  color: var(--yellow-dark);
}

.answer-box {
  border-left: 5px solid var(--yellow);
  margin: 24px 0;
  padding: 22px 24px;
}

.article-content {
  max-width: 820px;
}

.article-featured-media {
  aspect-ratio: 16 / 9;
  background: #f4f3ee;
  border-radius: 8px;
  margin: 24px 0 30px;
  overflow: hidden;
}

.article-featured-media .article-featured-image {
  aspect-ratio: 16 / 9;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.article-content h2,
.content-panel h2 {
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  margin-top: 34px;
}

.article-content h2:first-child,
.content-panel h2:first-child {
  margin-top: 0;
}

@media (max-width: 920px) {
  #resources .article-grid article h3,
  .blog-hub .article-grid article h3 {
    min-height: 0;
  }

  .menu-toggle {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    height: 38px;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    width: 42px;
  }

  .menu-toggle > span[aria-hidden="true"] {
    background: var(--white);
    display: block;
    height: 2px;
    width: 20px;
  }

  .site-header > nav {
    background: rgba(17, 18, 20, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: none;
    left: 0;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    padding: 18px;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .site-header.menu-open > nav {
    display: block;
  }

  .main-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .main-nav > a,
  .nav-item > a {
    display: block;
    padding: 13px 8px;
  }

  .nav-item {
    margin: 0;
    padding: 0;
  }

  .nav-dropdown {
    background: rgba(255, 255, 255, 0.06);
    border: 0;
    box-shadow: none;
    display: grid;
    left: auto;
    min-width: 0;
    opacity: 1;
    padding: 4px 8px 8px 20px;
    pointer-events: auto;
    position: static;
    transform: none;
  }

  .nav-dropdown a {
    color: rgba(255, 255, 255, 0.78);
    padding: 9px 10px;
  }

  .has-dropdown:hover .nav-dropdown,
  .has-dropdown:focus-within .nav-dropdown {
    transform: none;
  }

  .product-grid,
  .article-grid,
  .split-section,
  .dealer-band,
  .final-cta,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .quote-section {
    background: var(--white);
    grid-template-columns: 1fr;
  }

  .quote-main {
    padding: 42px;
  }

  .quote-side {
    margin-top: 0;
    padding: 34px;
  }

  .product-browser {
    grid-template-columns: 1fr;
  }

  .product-sidebar {
    height: auto;
    max-height: none;
    position: static;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-proof {
    gap: 22px;
    flex-wrap: wrap;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .page-layout,
  .category-list,
  .internal-links,
  .blog-tools,
  .company-intro-inner,
  .dealer-page-intro,
  .dealer-process,
  .about-intro,
  .about-gallery,
  .about-support,
  .pd-grid,
  .pd-heading,
  .pd-showcase,
.pd-spec-grid,
.pd-quote {
    grid-template-columns: 1fr;
  }

  .process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pd-strip-grid,
  .pd-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-icon-facts,
  .pd-application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .side-panel {
    position: static;
  }
}

.pd-spec-full {
  display: block;
}

.pd-spec-full .pd-panel {
  overflow-x: auto;
}

.pd-model-table {
  border-collapse: collapse;
  margin-top: 22px;
  font-size: 0.78rem;
  min-width: 1080px;
  width: 100%;
}

.pd-model-table th,
.pd-model-table td {
  border: 1px solid #dfe4e8;
  padding: 10px 9px;
  text-align: center;
}

.pd-model-table th {
  background: #111827;
  color: var(--white);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.pd-model-table td:first-child {
  color: #111827;
  font-weight: 1000;
  text-align: left;
}

.pd-faq-section .faq-list {
  max-width: none;
}

/* About page redesign */
.about-redesign {
  background: #f5f4ef;
  overflow: hidden;
}

.about-rd-hero {
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(8, 10, 13, 0.96) 0%, rgba(8, 10, 13, 0.78) 48%, rgba(8, 10, 13, 0.2) 100%),
    url("images/hero-hydraulic-breaker.webp") center 58% / cover no-repeat;
  color: var(--white);
  display: flex;
  min-height: 720px;
  padding: 148px max(24px, calc((100vw - var(--max)) / 2)) 88px;
  position: relative;
}

.about-rd-hero::before {
  background: repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(255, 255, 255, 0.07) calc(25% - 1px) 25%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.about-rd-hero-inner {
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.about-rd-hero .breadcrumb,
.about-rd-hero .breadcrumb a,
.about-rd-hero h1,
.about-rd-hero p {
  color: var(--white);
}

.about-rd-hero h1 {
  font-size: clamp(3.8rem, 7.6vw, 7.4rem);
  letter-spacing: -0.065em;
  line-height: 0.86;
  margin: 38px 0 32px;
  text-transform: uppercase;
}

.about-rd-hero h1 span {
  color: var(--yellow);
}

.about-rd-lead {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.65;
  max-width: 670px;
}

.about-rd-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 36px;
}

.about-rd-text-link {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
}

.about-rd-text-link span {
  color: var(--yellow-dark);
  font-size: 1.25em;
}

.about-rd-hero .about-rd-text-link {
  color: var(--white);
}

.about-rd-hero-label {
  bottom: 88px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  position: absolute;
  right: max(24px, calc((100vw - var(--max)) / 2));
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
}

.about-rd-stats {
  background: var(--yellow);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
}

.about-rd-stats article {
  border-right: 1px solid rgba(17, 18, 20, 0.18);
  min-height: 180px;
  padding: 34px 28px;
}

.about-rd-stats article:first-child {
  border-left: 1px solid rgba(17, 18, 20, 0.18);
}

.about-rd-stats strong {
  color: #111214;
  display: block;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.about-rd-stats strong span {
  font-size: 0.42em;
  letter-spacing: 0;
  margin-left: 4px;
}

.about-rd-stats article > span {
  color: rgba(17, 18, 20, 0.68);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 20px;
  text-transform: uppercase;
}

.about-rd-story {
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  margin: auto;
  max-width: var(--max);
  padding: 120px 24px;
}

.about-rd-story h2,
.about-rd-manufacturing h2,
.about-rd-quality h2,
.about-rd-global h2,
.about-rd-cta h2 {
  font-size: clamp(2.6rem, 4.7vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.about-rd-story-copy {
  border-left: 1px solid #d4d1c9;
  padding-left: 56px;
}

.about-rd-story-copy p {
  color: #59616b;
  font-size: 1.06rem;
  line-height: 1.75;
}

.about-rd-story-copy blockquote {
  border-left: 5px solid var(--yellow);
  color: #111214;
  font-size: clamp(1.3rem, 2.1vw, 1.75rem);
  font-weight: 900;
  line-height: 1.35;
  margin: 36px 0 0;
  padding: 4px 0 4px 25px;
}

.about-rd-manufacturing {
  background: #11151b;
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 800px;
}

.about-rd-photo {
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.about-rd-photo img {
  filter: saturate(0.76) contrast(1.08);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-rd-photo::after {
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.78));
  content: "";
  inset: 0;
  position: absolute;
}

.about-rd-photo > span {
  bottom: 36px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  left: 40px;
  letter-spacing: 0.15em;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.about-rd-manufacturing-copy {
  align-self: center;
  padding: 72px max(40px, calc((100vw - var(--max)) / 2));
  padding-left: clamp(48px, 6vw, 100px);
}

.about-rd-manufacturing-copy h2,
.about-rd-manufacturing-copy p,
.about-rd-capabilities h3 {
  color: var(--white);
}

.about-rd-manufacturing-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

.about-rd-capabilities {
  margin-top: 40px;
}

.about-rd-capabilities article {
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: grid;
  gap: 24px;
  grid-template-columns: 38px 1fr;
  padding: 20px 0;
}

.about-rd-capabilities article > span {
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 1000;
}

.about-rd-capabilities h3 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.about-rd-capabilities p {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.9rem;
  margin: 0;
}

.about-rd-quality {
  display: grid;
  gap: 70px;
  grid-template-columns: 0.84fr 1.16fr;
  margin: auto;
  max-width: var(--max);
  padding: 120px 24px;
}

.about-rd-quality-intro > p:not(.eyebrow) {
  color: #626a74;
  line-height: 1.7;
  margin-bottom: 26px;
}

.about-rd-quality-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-rd-quality-grid article {
  background: var(--white);
  border: 1px solid #dedbd2;
  min-height: 250px;
  padding: 30px;
}

.about-rd-icon {
  align-items: center;
  background: #111214;
  color: var(--yellow);
  display: inline-flex;
  font-size: 1.15rem;
  font-weight: 1000;
  height: 48px;
  justify-content: center;
  margin-bottom: 42px;
  width: 48px;
}

.about-rd-quality-grid h3 {
  font-size: 1.18rem;
}

.about-rd-quality-grid p {
  color: #69717b;
  font-size: 0.92rem;
  line-height: 1.6;
}

.about-rd-global {
  background: #e5b700;
  display: grid;
  gap: 72px;
  grid-template-columns: 0.8fr 1.2fr;
  padding: 110px max(24px, calc((100vw - var(--max)) / 2));
}

.about-rd-global-copy p,
.about-rd-global-copy h2 {
  color: #111214;
}

.about-rd-global-copy > p:not(.eyebrow) {
  line-height: 1.7;
}

.about-rd-global-copy ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.about-rd-global-copy li {
  border-top: 1px solid rgba(17, 18, 20, 0.25);
  font-weight: 900;
  padding-top: 12px;
}

.about-rd-map {
  align-self: center;
  aspect-ratio: 1.75;
  background:
    radial-gradient(ellipse at 18% 38%, #111214 0 8%, transparent 8.5%),
    radial-gradient(ellipse at 32% 62%, #111214 0 6%, transparent 6.5%),
    radial-gradient(ellipse at 50% 31%, #111214 0 10%, transparent 10.5%),
    radial-gradient(ellipse at 62% 54%, #111214 0 12%, transparent 12.5%),
    radial-gradient(ellipse at 80% 42%, #111214 0 14%, transparent 14.5%),
    radial-gradient(ellipse at 86% 72%, #111214 0 6%, transparent 6.5%);
  border: 1px solid rgba(17, 18, 20, 0.3);
  position: relative;
}

.about-rd-map-grid {
  background:
    repeating-linear-gradient(0deg, transparent 0 calc(20% - 1px), rgba(17, 18, 20, 0.12) calc(20% - 1px) 20%),
    repeating-linear-gradient(90deg, transparent 0 calc(20% - 1px), rgba(17, 18, 20, 0.12) calc(20% - 1px) 20%);
  inset: 0;
  position: absolute;
}

.map-point {
  background: var(--white);
  border: 4px solid #111214;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.35);
  height: 13px;
  position: absolute;
  width: 13px;
}

.map-point-na { left: 19%; top: 31%; }
.map-point-eu { left: 49%; top: 25%; }
.map-point-me { left: 58%; top: 48%; }
.map-point-as { left: 76%; top: 35%; }
.map-point-af { left: 48%; top: 67%; }
.map-point-sa { left: 31%; top: 72%; }

.about-rd-map strong {
  bottom: 24px;
  color: #111214;
  font-size: clamp(2rem, 4vw, 4rem);
  left: 26px;
  letter-spacing: -0.05em;
  line-height: 0.8;
  position: absolute;
}

.about-rd-map small {
  display: block;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  margin-top: 14px;
  text-transform: uppercase;
}

.about-rd-values {
  margin: auto;
  max-width: var(--max);
  padding: 120px 24px;
}

.about-rd-value-grid {
  border-bottom: 1px solid #d3d0c7;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 52px;
}

.about-rd-value-grid article {
  border-left: 1px solid #d3d0c7;
  min-height: 290px;
  padding: 30px;
}

.about-rd-value-grid article:last-child {
  border-right: 1px solid #d3d0c7;
}

.about-rd-value-grid span {
  color: #a88a00;
  display: block;
  font-size: 0.76rem;
  font-weight: 1000;
  margin-bottom: 76px;
}

.about-rd-value-grid h3 {
  font-size: 1.35rem;
}

.about-rd-value-grid p {
  color: #656d76;
  font-size: 0.94rem;
  line-height: 1.65;
}

.about-rd-cta {
  align-items: end;
  background: #111214;
  color: var(--white);
  display: grid;
  gap: 70px;
  grid-template-columns: 1.3fr 0.7fr;
  padding: 100px max(24px, calc((100vw - var(--max)) / 2));
}

.about-rd-cta h2,
.about-rd-cta p {
  color: var(--white);
}

.about-rd-cta > div:last-child p {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

.about-rd-cta .button {
  margin-top: 18px;
}

@media (max-width: 980px) {
  .about-rd-hero {
    min-height: 650px;
  }

  .about-rd-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-rd-story,
  .about-rd-quality,
  .about-rd-global,
  .about-rd-cta {
    gap: 44px;
    grid-template-columns: 1fr;
  }

  .about-rd-story-copy {
    border-left: 0;
    border-top: 1px solid #d4d1c9;
    padding-left: 0;
    padding-top: 40px;
  }

  .about-rd-manufacturing {
    grid-template-columns: 1fr;
  }

  .about-rd-photo {
    min-height: 520px;
  }

  .about-rd-manufacturing-copy {
    padding: 70px 40px;
  }
}

@media (max-width: 680px) {
  .about-rd-hero {
    min-height: 640px;
    padding-bottom: 58px;
  }

  .about-rd-hero h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .about-rd-hero-label {
    display: none;
  }

  .about-rd-stats {
    padding: 0 20px;
  }

  .about-rd-stats article {
    min-height: 150px;
    padding: 28px 16px;
  }

  .about-rd-story,
  .about-rd-quality,
  .about-rd-values {
    padding-bottom: 78px;
    padding-top: 78px;
  }

  .about-rd-quality-grid,
  .about-rd-value-grid {
    grid-template-columns: 1fr;
  }

  .about-rd-quality-grid article {
    min-height: 220px;
  }

  .about-rd-value-grid article,
  .about-rd-value-grid article:last-child {
    border-bottom: 0;
    border-right: 1px solid #d3d0c7;
    min-height: 230px;
  }

  .about-rd-value-grid span {
    margin-bottom: 38px;
  }

  .about-rd-map {
    min-height: 300px;
  }

  .about-rd-cta {
    padding-bottom: 74px;
    padding-top: 74px;
  }
}

/* Premium About Us */
.about-premium {
  --ap-ink: #111316;
  --ap-muted: #68707a;
  --ap-paper: #f4f2ec;
  background: var(--ap-paper);
  color: var(--ap-ink);
  overflow: hidden;
}

.ap-shell {
  margin-inline: auto;
  max-width: 1240px;
  padding-inline: 28px;
  width: 100%;
}

.ap-kicker {
  color: #b58e00;
  font-size: 0.73rem;
  font-weight: 1000;
  letter-spacing: 0.16em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.ap-link {
  align-items: center;
  color: var(--ap-ink);
  display: inline-flex;
  font-weight: 900;
  gap: 14px;
  padding-bottom: 7px;
  position: relative;
}

.ap-link::after {
  background: var(--yellow-dark);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 180ms ease;
  width: 38px;
}

.ap-link:hover::after {
  width: 100%;
}

.ap-link-light {
  color: #fff;
}

.ap-hero {
  align-items: flex-end;
  background: #15171a url("hydraulic-breaker-detail.webp") 76% center / cover no-repeat;
  color: #fff;
  display: flex;
  min-height: 600px;
  padding: 122px 0 62px;
  position: relative;
}

.ap-hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.98) 0%, rgba(7, 9, 12, 0.88) 44%, rgba(7, 9, 12, 0.28) 76%, rgba(7, 9, 12, 0.12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 42%, rgba(0, 0, 0, 0.42));
  inset: 0;
  position: absolute;
}

.ap-hero::after {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 0;
  border-top: 0;
  content: "";
  inset: 0 calc((100vw - min(100vw, 1240px)) / 2);
  pointer-events: none;
  position: absolute;
}

.ap-hero-content {
  position: relative;
  z-index: 1;
}

.ap-hero .breadcrumb,
.ap-hero .breadcrumb a,
.ap-hero h1,
.ap-hero p {
  color: #fff;
}

.ap-hero .breadcrumb {
  margin-bottom: 38px;
  opacity: 0.64;
}

.ap-hero h1 {
  font-size: clamp(3.1rem, 5vw, 5.25rem);
  letter-spacing: -0.055em;
  line-height: 0.94;
  margin: 0;
  max-width: 900px;
}

.ap-hero-copy {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 1.08rem;
  line-height: 1.72;
  margin-top: 24px;
  max-width: 590px;
}

.ap-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 28px;
}

.ap-hero-index {
  bottom: 88px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  position: absolute;
  right: max(32px, calc((100vw - 1184px) / 2));
  text-transform: uppercase;
  z-index: 2;
}

.ap-hero-index span {
  color: var(--yellow);
  margin-right: 12px;
}

.ap-intro {
  align-items: start;
  border-bottom: 1px solid #d0cdc5;
  border-top: 1px solid #d0cdc5;
  display: grid;
  gap: clamp(55px, 8vw, 110px);
  grid-template-columns: minmax(0, 0.88fr) minmax(390px, 1.12fr);
  margin-bottom: 100px;
  margin-top: 100px;
  padding-bottom: 82px;
  padding-top: 82px;
}

.ap-section-label {
  color: #777d84;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ap-section-label span {
  color: #b58e00;
  display: block;
  margin-bottom: 13px;
}

.ap-section-label p {
  color: inherit;
  margin: 0;
}

.ap-section-label-light {
  color: rgba(255, 255, 255, 0.5);
}

.ap-section-head h2,
.ap-products-heading h2,
.ap-quality-content h2,
.ap-global-title h2,
.ap-cta h2 {
  font-size: clamp(2.6rem, 4.2vw, 4.55rem);
  letter-spacing: -0.052em;
  line-height: 1;
}

.ap-intro-label {
  align-items: center;
  color: #777d84;
  display: flex;
  font-size: 0.68rem;
  font-weight: 900;
  gap: 14px;
  letter-spacing: 0.13em;
  margin-bottom: 48px;
  text-transform: uppercase;
}

.ap-intro-label::before {
  background: var(--yellow-dark);
  content: "";
  height: 2px;
  width: 36px;
}

.ap-intro-label span {
  color: #a58100;
}

.ap-intro-heading h2 {
  font-size: clamp(2.35rem, 3.5vw, 3.75rem);
  letter-spacing: -0.048em;
  line-height: 1.06;
  margin: 0;
  max-width: 600px;
}

.ap-intro-summary {
  color: #737a82;
  line-height: 1.72;
  margin: 28px 0 0;
  max-width: 560px;
}

.ap-intro-copy {
  border-left: 4px solid var(--yellow);
  padding-left: clamp(30px, 4vw, 56px);
}

.ap-intro-copy p {
  color: var(--ap-muted);
  font-size: 0.97rem;
  line-height: 1.78;
}

.ap-intro-lead {
  color: #25292e !important;
  font-size: clamp(1.15rem, 1.55vw, 1.38rem) !important;
  font-weight: 700;
  line-height: 1.55 !important;
  margin: 0 0 36px;
}

.ap-intro-detail {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ap-intro-detail p {
  margin: 0;
}

.ap-numbers {
  background: #111316;
  color: #fff;
}

.ap-numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ap-numbers article {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 190px;
  padding: 40px 30px;
}

.ap-numbers article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.ap-numbers strong {
  color: #fff;
  display: block;
  font-size: clamp(2.6rem, 4.5vw, 4.5rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.ap-numbers small {
  color: var(--yellow);
  font-size: 0.4em;
  letter-spacing: 0;
  margin-left: 4px;
}

.ap-numbers article > span {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-top: 23px;
  text-transform: uppercase;
}

.ap-capability {
  background: #1a1d21;
  color: #fff;
  padding: 120px 0;
}

.ap-section-head {
  align-items: end;
  display: grid;
  gap: 46px;
  grid-template-columns: 150px minmax(0, 1fr) minmax(280px, 0.55fr);
  margin-bottom: 58px;
}

.ap-section-head h2,
.ap-section-head p,
.ap-capability-list h3,
.ap-capability-list p {
  color: #fff;
}

.ap-section-head > p {
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.72;
}

.ap-capability-layout {
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
}

.ap-capability-main {
  margin: 0;
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.ap-capability-main img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ap-capability-main::after {
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.84));
  content: "";
  inset: 0;
  position: absolute;
}

.ap-capability-main figcaption {
  bottom: 34px;
  left: 34px;
  position: absolute;
  right: 34px;
  z-index: 1;
}

.ap-capability-main figcaption span {
  color: var(--yellow);
  display: block;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ap-capability-main figcaption strong {
  color: #fff;
  font-size: 1.25rem;
}

.ap-capability-list {
  align-self: center;
}

.ap-capability-list article {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 25px;
  grid-template-columns: 46px 1fr;
  padding: 26px 0;
}

.ap-capability-list article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ap-capability-list article > span {
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 1000;
}

.ap-capability-list h3 {
  font-size: 1.08rem;
  margin: 0 0 7px;
}

.ap-capability-list p {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.9rem;
  line-height: 1.62;
  margin: 0;
}

.ap-products {
  padding-bottom: 125px;
  padding-top: 125px;
}

.ap-products-heading {
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  margin: 40px 0 60px 196px;
}

.ap-products-heading > p {
  color: var(--ap-muted);
  line-height: 1.75;
}

.ap-product-showcase {
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.9fr);
}

.ap-product-feature {
  background: #15171a;
  color: #fff;
  display: block;
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.ap-product-feature img {
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
  width: 100%;
}

.ap-product-feature:hover img {
  transform: scale(1.025);
}

.ap-product-feature::after {
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.9));
  content: "";
  inset: 0;
  position: absolute;
}

.ap-product-feature > div {
  bottom: 38px;
  left: 38px;
  position: absolute;
  right: 38px;
  z-index: 1;
}

.ap-product-feature span {
  color: var(--yellow);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ap-product-feature h3 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.2rem);
  margin: 8px 0;
}

.ap-product-feature p {
  color: rgba(255, 255, 255, 0.64);
  margin: 0;
}

.ap-product-categories a {
  align-items: start;
  border-top: 1px solid #cdcac2;
  color: var(--ap-ink);
  display: grid;
  gap: 15px;
  grid-template-columns: 34px 1fr;
  padding: 25px 0;
}

.ap-product-categories a:last-child {
  border-bottom: 1px solid #cdcac2;
}

.ap-product-categories span {
  color: #a78600;
  font-size: 0.7rem;
  font-weight: 1000;
}

.ap-product-categories strong {
  font-size: 1.12rem;
}

.ap-product-categories em {
  color: var(--ap-muted);
  font-size: 0.86rem;
  font-style: normal;
  grid-column: 2;
}

.ap-quality {
  background: #111316;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(480px, 0.92fr);
  min-height: 800px;
}

.ap-quality-image {
  min-height: 800px;
}

.ap-quality-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ap-quality-content {
  align-self: center;
  color: #fff;
  padding: 80px max(46px, calc((100vw - 1240px) / 2));
  padding-left: clamp(50px, 6vw, 105px);
}

.ap-quality-content h2,
.ap-quality-content > p {
  color: #fff;
}

.ap-quality-content > p:not(.ap-kicker) {
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.72;
}

.ap-quality-content .ap-section-label {
  margin-bottom: 50px;
}

.ap-quality-points {
  list-style: none;
  margin: 38px 0 0;
  padding: 0;
}

.ap-quality-points li {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
  font-weight: 800;
  padding: 18px 0;
}

.ap-quality-points li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ap-quality-points span {
  color: var(--yellow);
  display: inline-block;
  font-size: 0.68rem;
  margin-right: 20px;
}

.ap-global {
  padding-bottom: 120px;
  padding-top: 120px;
}

.ap-global-main {
  display: grid;
  gap: 90px;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.62fr);
  margin: 42px 0 70px 196px;
}

.ap-global-copy p {
  color: var(--ap-muted);
  line-height: 1.75;
}

.ap-global-copy .ap-link {
  margin-top: 20px;
}

.ap-region-row {
  border-bottom: 1px solid #ccc9c1;
  border-top: 1px solid #ccc9c1;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  padding: 26px 0;
}

.ap-region-row span {
  border-right: 1px solid #ccc9c1;
  color: #646b73;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 5px 25px;
  text-transform: uppercase;
}

.ap-region-row span:last-child {
  border-right: 0;
}

.ap-belief {
  background: var(--yellow);
  padding: 110px 0;
}

.ap-belief-inner {
  display: grid;
  gap: 50px;
  grid-template-columns: 150px minmax(0, 1fr) minmax(280px, 0.42fr);
}

.ap-belief .ap-kicker {
  color: #544300;
}

.ap-belief blockquote {
  color: #111316;
  font-size: clamp(2rem, 3.5vw, 3.75rem);
  font-weight: 1000;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0;
}

.ap-belief-inner > p:last-child {
  align-self: end;
  color: rgba(17, 19, 22, 0.7);
  line-height: 1.72;
}

.ap-cta {
  background: #ece9e1;
  padding: 105px 0;
}

.ap-cta-inner {
  align-items: end;
  display: grid;
  gap: 90px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.5fr);
}

.ap-cta-inner > div:last-child p {
  color: var(--ap-muted);
  line-height: 1.72;
}

.ap-cta .button {
  margin-top: 18px;
}

@media (max-width: 1020px) {
  .ap-section-head {
    grid-template-columns: 120px 1fr;
  }

  .ap-section-head > p {
    grid-column: 2;
  }

  .ap-intro {
    gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .ap-capability-layout,
  .ap-product-showcase,
  .ap-quality {
    grid-template-columns: 1fr;
  }

  .ap-quality-image {
    min-height: 580px;
  }

  .ap-quality-content {
    padding: 80px 42px;
  }

  .ap-products-heading,
  .ap-global-main {
    margin-left: 0;
  }

  .ap-belief-inner {
    grid-template-columns: 120px 1fr;
  }

  .ap-belief-inner > p:last-child {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .ap-shell {
    padding-inline: 20px;
  }

  .ap-hero {
    background-position: 62% center;
    min-height: 620px;
    padding-bottom: 54px;
  }

  .ap-hero::after,
  .ap-hero-index {
    display: none;
  }

  .ap-hero .breadcrumb {
    margin-bottom: 48px;
  }

  .ap-hero h1 {
    font-size: clamp(3.1rem, 13vw, 4.8rem);
  }

  .ap-intro,
  .ap-section-head,
  .ap-products-heading,
  .ap-global-main,
  .ap-belief-inner,
  .ap-cta-inner {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .ap-intro,
  .ap-products,
  .ap-global {
    padding-bottom: 78px;
    padding-top: 78px;
  }

  .ap-intro-copy,
  .ap-section-head > p,
  .ap-belief-inner > p:last-child {
    grid-column: auto;
  }

  .ap-intro-copy {
    border-left-width: 3px;
    border-top: 0;
    padding-left: 24px;
    padding-top: 0;
  }

  .ap-intro {
    margin-bottom: 70px;
    margin-top: 70px;
    padding-bottom: 58px;
    padding-top: 58px;
  }

  .ap-intro-label {
    margin-bottom: 32px;
  }

  .ap-intro-detail {
    grid-template-columns: 1fr;
  }

  .ap-numbers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ap-numbers article {
    min-height: 150px;
    padding: 28px 18px;
  }

  .ap-capability {
    padding: 78px 0;
  }

  .ap-capability-main,
  .ap-product-feature {
    min-height: 500px;
  }

  .ap-capability-layout,
  .ap-product-showcase {
    gap: 32px;
  }

  .ap-products-heading,
  .ap-global-main {
    margin-bottom: 42px;
    margin-top: 30px;
  }

  .ap-quality-image {
    min-height: 430px;
  }

  .ap-quality-content {
    padding: 70px 20px;
  }

  .ap-region-row {
    justify-content: flex-start;
  }

  .ap-region-row span {
    border-bottom: 1px solid #ccc9c1;
    border-right: 0;
    flex: 0 0 50%;
    padding: 14px 8px;
  }

  .ap-belief,
  .ap-cta {
    padding: 75px 0;
  }
}

/* Latest layout corrections */
.company-stats {
  gap: 12px;
  width: 100%;
}

.company-stats div {
  column-gap: 9px;
  grid-template-areas:
    "icon value"
    "icon label";
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-rows: auto auto;
  min-width: 0;
}

.company-stats .company-stat-icon {
  grid-area: icon;
  height: 46px;
  width: 46px;
}

.company-stats .company-stat-icon svg {
  height: 25px;
  width: 25px;
}

.company-stats strong {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  grid-area: value;
  letter-spacing: -0.02em;
  min-width: 0;
  white-space: nowrap;
}

.company-stats div > span:last-child {
  font-size: 0.66rem;
  grid-area: label;
  line-height: 1.2;
  margin: 2px 0 0;
  overflow-wrap: normal;
}

.company-stats div:last-child {
  column-gap: 7px;
}

.company-stats div:last-child strong {
  font-size: clamp(1.18rem, 1.65vw, 1.55rem);
  letter-spacing: -0.045em;
}

.company-stats div:last-child > span:last-child {
  font-size: 0.61rem;
}

#resources .article-grid article p,
.blog-hub .article-grid article p {
  display: -webkit-box;
  margin-bottom: 14px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#resources .article-grid article time,
.blog-hub .article-grid article time {
  margin: 6px 0 9px;
}

.catalog-card > a:first-child {
  grid-template-rows: 54px 280px;
}

.catalog-card h3 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 54px;
  overflow: hidden;
}

.catalog-image {
  height: 280px;
  margin-top: 0;
}

.pd-check-list li::before,
.quote-reasons p::before {
  content: "✓";
}

.pd-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pd-feature {
  min-height: 250px;
}

.pd-feature-icon {
  font-size: 0.88rem;
  font-weight: 1000;
}

.pd-faq-section {
  background: #fff;
}

.dealer-quote .quote-side {
  align-content: start;
}

.dealer-quote .quote-reasons {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
}

@media (max-width: 1280px) and (min-width: 1081px) {
  .company-intro-inner {
    gap: 30px;
    grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
    max-width: min(1100px, calc(100vw - 150px));
  }

  .company-copy .company-logo-title {
    font-size: clamp(2.8rem, 4.2vw, 4rem);
  }

  .company-copy blockquote {
    margin: 20px 0;
  }

}

@media (max-width: 900px) {
  .home-company-intro {
    min-height: auto;
    padding: 72px 24px;
  }

  .company-intro-inner {
    grid-template-columns: 1fr;
    max-width: min(860px, calc(100vw - 96px));
  }

  .company-media {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .home-company-intro {
    padding: 56px 18px;
  }

  .company-intro-inner {
    gap: 40px;
    max-width: calc(100vw - 36px);
  }

  .company-copy .company-heading {
    height: 58px;
    width: min(100%, 260px);
  }

  .company-media {
    min-height: 260px;
  }

  .company-stats {
    left: auto;
    margin-top: -4px;
    padding: 14px 10px;
    position: relative;
    right: auto;
  }

  .company-stats div {
    display: block;
    text-align: center;
  }

  .company-stats .company-stat-icon {
    display: none;
  }

  .company-stats div:not(:last-child) {
    padding-right: 10px;
  }

  .site-header {
    padding: 14px 18px;
  }

  .header-social a {
    height: 34px;
    width: 34px;
  }

  .header-social .header-inquiry {
    display: none;
  }

  .header-social svg {
    height: 17px;
    width: 17px;
  }

  .hero-content {
    padding-top: 92px;
  }

  .hero-content::before {
    display: none;
  }

  .hero-content::after {
    bottom: 82px;
    left: 0;
    right: 0;
    top: 82px;
    width: auto;
  }

  .hero-wordmark {
    font-size: 2.5rem;
    margin-bottom: 28px;
  }

  .hero-headline {
    font-size: clamp(2.4rem, 14vw, 4rem);
  }

  .hero-copy {
    text-transform: none;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .hero-proof div {
    border-right: 0;
    padding-right: 0;
  }

  .section {
    padding: 70px 18px;
  }

  .page-hero {
    padding: 118px 18px 62px;
  }

  .content-panel {
    padding: 24px 18px;
  }

  .dealer-band {
    border-radius: 0;
    padding: 42px 24px;
  }

  .quote-form {
    grid-template-columns: 1fr;
  }

  .quote-section {
    margin: 62px 18px;
    padding: 0;
  }

  .quote-main {
    padding: 30px 20px;
  }

  .quote-copy h2 {
    font-size: 2.7rem;
  }

  .quote-side {
    padding: 28px 20px;
  }

  .contact-location {
    margin: -30px 0 62px;
  }

  .contact-location-inner {
    grid-template-columns: 1fr;
  }

  .contact-location-copy {
    padding: 36px 24px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-address {
    grid-column: auto;
  }

  .contact-socials {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-map,
  .contact-map iframe {
    min-height: 360px;
  }

  .contact-method {
    grid-template-columns: 58px 1fr;
  }

  .contact-icon {
    font-size: 1.4rem;
    height: 58px;
    width: 58px;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .quick-actions {
    right: 10px;
  }

  .quick-actions a {
    border-radius: 12px;
    height: 50px;
    width: 50px;
  }

  .quick-actions svg {
    height: 24px;
    width: 24px;
  }

  .pd-shell {
    width: min(100% - 28px, 1240px);
  }

  .pd-hero {
    padding-top: 98px;
  }

  .pd-facts,
  .pd-strip-grid,
  .pd-feature-grid {
    grid-template-columns: 1fr;
  }

  .pd-icon-facts,
  .pd-application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pd-application-cards-section {
    padding: 58px 0 64px;
  }

  .pd-application-card h3 {
    font-size: 0.86rem;
    min-height: 72px;
    padding: 18px 8px;
  }

  .pd-application-card img {
    height: 128px;
  }

  .about-proof-grid,
  .dealer-fit-grid,
  .dealer-benefit-grid,
  .factory-gallery,
  .process-line {
    grid-template-columns: 1fr;
  }

  .about-process,
  .about-support-card {
    padding: 28px 20px;
  }

  .site-footer {
    padding-top: 44px;
  }

  .feature-grid,
  .blog-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .blog-categories {
    justify-content: flex-start;
  }

  .footer-bottom {
    display: grid;
  }
}

/* Product-detail buyer resource */
.pd-guide-cta {
  background: #edf0f2;
  color: #142d46;
  padding: 64px 0;
}

.pd-guide-cta-inner {
  align-items: center;
  background: #fff;
  border: 1px solid #dce2e6;
  box-shadow: 0 24px 60px rgba(20, 45, 70, 0.09);
  display: grid;
  gap: clamp(42px, 6vw, 88px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.4fr);
  overflow: hidden;
  padding: clamp(38px, 5vw, 68px);
  position: relative;
}

.pd-guide-cta-inner::before {
  background: var(--yellow);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 8px;
}

.pd-guide-index {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 28px;
}

.pd-guide-index span,
.pd-guide-index strong {
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pd-guide-index span {
  background: var(--yellow);
  color: #111214;
  padding: 7px 9px;
}

.pd-guide-index strong {
  color: #7b8791;
}

.pd-guide-copy .pd-section-kicker {
  color: #8c7400;
  margin-bottom: 12px;
}

.pd-guide-copy h2 {
  color: #142d46;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin: 0;
  max-width: 720px;
}

.pd-guide-copy > p:last-child {
  color: #5e6e7d;
  line-height: 1.68;
  margin: 18px 0 0;
  max-width: 660px;
}

.pd-guide-actions {
  display: grid;
  gap: 18px;
}

.pd-guide-primary {
  align-items: center;
  background: #142d46;
  color: #fff;
  display: flex;
  font-size: 0.78rem;
  font-weight: 1000;
  justify-content: space-between;
  letter-spacing: 0.04em;
  padding: 20px 22px;
  text-transform: uppercase;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pd-guide-primary span {
  color: var(--yellow);
  font-size: 1.25rem;
}

.pd-guide-primary:hover,
.pd-guide-primary:focus-visible {
  background: #0d2237;
  box-shadow: 0 10px 24px rgba(20, 45, 70, 0.18);
  transform: translateY(-2px);
}

.pd-guide-secondary {
  border-bottom: 1px solid #cfd6dc;
  color: #526373;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 0 2px 12px;
}

.pd-guide-secondary:hover,
.pd-guide-secondary:focus-visible {
  border-color: #142d46;
  color: #142d46;
}

@media (max-width: 900px) {
  .pd-guide-cta-inner {
    grid-template-columns: 1fr;
  }

  .pd-guide-actions {
    max-width: 420px;
  }
}

@media (max-width: 640px) {
  .pd-guide-cta {
    padding: 40px 0;
  }

  .pd-guide-index {
    gap: 8px;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 22px;
  }
}

/* Products page visual refinement — current layout preserved */
.products-classic-page {
  background: #eceeec;
}

.products-classic-page .product-category-hero {
  background:
    linear-gradient(90deg, rgba(9, 13, 18, 0.98) 0%, rgba(9, 13, 18, 0.88) 34%, rgba(9, 13, 18, 0.38) 58%, rgba(9, 13, 18, 0.1) 80%, rgba(9, 13, 18, 0) 100%),
    var(--ferox-hero-image, url("hydraulic-breaker-application.webp")) 66% center / cover no-repeat;
  border-bottom: 4px solid #ffc400;
  min-height: 445px;
  overflow: hidden;
  position: relative;
}

.products-classic-page .product-category-hero::before {
  display: none;
}

.products-classic-page .product-category-hero::after {
  border-left: 2px solid #ffc400;
  border-top: 2px solid #ffc400;
  content: "";
  display: none;
  height: 64px;
  pointer-events: none;
  position: absolute;
  right: max(24px, calc((100vw - var(--max)) / 2));
  top: 126px;
  width: 64px;
}

.products-classic-page .product-category-hero > * {
  position: relative;
  z-index: 1;
}

.products-classic-page .product-category-hero .eyebrow {
  color: #ffc400;
  font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
}

.products-classic-page .product-category-hero h1 {
  color: #fff;
  font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(3rem, 5.4vw, 5.4rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin-bottom: 22px;
}

.products-classic-page .product-category-hero > p:last-child {
  color: rgba(255, 255, 255, 0.68);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.65;
}

.products-classic-page .product-browser {
  background: #f7f7f4;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 28px 70px rgba(17, 24, 32, 0.13);
}

.products-classic-page .product-sidebar {
  background: #151a20;
  border-right: 0;
  color: #fff;
}

.products-classic-page .product-menu-title {
  border-color: rgba(255, 255, 255, 0.16);
}

.products-classic-page .product-menu-title strong {
  color: #fff;
  font-size: 1.48rem;
  letter-spacing: -0.025em;
}

.products-classic-page .product-menu-title span {
  color: #ffc400;
  font-family: Consolas, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.13em;
}

.products-classic-page .product-menu-list details,
.products-classic-page .product-menu-list summary,
.products-classic-page .product-menu-list > a {
  border-color: rgba(255, 255, 255, 0.13);
}

.products-classic-page .product-menu-list summary,
.products-classic-page .product-menu-list > a {
  color: #fff;
  font-size: 1.02rem;
}

.products-classic-page .product-menu-list summary::after {
  color: #ffc400;
  font-family: Consolas, monospace;
  font-size: 1.4rem;
}

.products-classic-page .product-menu-list details a {
  color: rgba(255, 255, 255, 0.62);
  padding-left: 18px;
  position: relative;
  transition: color 160ms ease, padding-left 160ms ease;
}

.products-classic-page .product-menu-list details a::before {
  background: #ffc400;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
  width: 9px;
}

.products-classic-page .product-sidebar a:hover,
.products-classic-page .product-sidebar a:focus-visible,
.products-classic-page .product-sidebar a.is-active {
  color: #ffc400;
  padding-left: 22px;
}

.products-classic-page .product-sidebar a:hover::before,
.products-classic-page .product-sidebar a:focus-visible::before,
.products-classic-page .product-sidebar a.is-active::before {
  transform: scaleX(1);
}

.products-classic-page .product-contact-card {
  background: #20262d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.products-classic-page .product-contact-card h2,
.products-classic-page .product-contact-card h3 {
  background: #ffc400;
  color: #11151a;
  font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.products-classic-page .product-contact-card dt {
  color: rgba(255, 255, 255, 0.42);
  font-family: Consolas, monospace;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.products-classic-page .product-contact-card dd,
.products-classic-page .product-contact-card a {
  color: rgba(255, 255, 255, 0.78);
}

.products-classic-page .product-contact-card a:hover,
.products-classic-page .product-contact-card a:focus-visible {
  color: #ffc400;
  padding-left: 0;
}

.products-classic-page .product-showcase {
  background: #f7f7f4;
  padding: 48px 38px 76px;
}

.products-classic-page .product-showcase-heading {
  border-bottom: 1px solid #cdd0cf;
  margin-bottom: 34px;
  padding-bottom: 30px;
}

.products-classic-page .product-showcase-heading .eyebrow {
  color: #9a7800;
  font-family: Consolas, monospace;
  font-size: 0.66rem;
  letter-spacing: 0.13em;
}

.products-classic-page .product-showcase-heading h2 {
  color: #14191f;
  font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(2.2rem, 3.5vw, 3.25rem);
  letter-spacing: -0.035em;
  margin-top: 9px;
}

.products-classic-page .product-category-group > h3 {
  align-items: center;
  color: #14191f;
  display: flex;
  font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif;
  font-size: 1.25rem;
  gap: 14px;
  letter-spacing: -0.01em;
}

.products-classic-page .product-category-group > h3::before {
  background: #ffc400;
  content: "";
  height: 3px;
  width: 28px;
}

.products-classic-page .catalog-grid {
  gap: 24px 20px;
}

.products-classic-page .catalog-card {
  background: #fff;
  border: 1px solid #d9dcdb;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(18, 24, 31, 0.05);
  position: relative;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.products-classic-page .catalog-card::before {
  content: none;
}

.products-classic-page .catalog-card:hover,
.products-classic-page .catalog-card:focus-within {
  border-color: #c4a300;
  box-shadow: 0 16px 34px rgba(18, 24, 31, 0.12);
  transform: translateY(-4px);
}

.products-classic-page .catalog-card > a:first-child {
  background: #fff;
}

.products-classic-page .catalog-card > a:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 196, 0, 0.42);
}

.products-classic-page .catalog-card h3 {
  color: #20262d;
  font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 750;
  padding: 0 12px;
}

.products-classic-page .catalog-image {
  background:
    linear-gradient(180deg, rgba(15, 20, 26, 0.04), rgba(15, 20, 26, 0.2)),
    repeating-linear-gradient(-45deg, transparent 0 26px, rgba(255, 255, 255, 0.16) 26px 27px),
    linear-gradient(145deg, #dfe4e6 0%, #aeb8bf 100%);
  border-radius: 0;
  overflow: hidden;
  position: relative;
  transition: filter 180ms ease, transform 240ms ease;
}

.products-classic-page .catalog-image::after {
  background: linear-gradient(180deg, transparent 58%, rgba(10, 14, 18, 0.26));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.products-classic-page .catalog-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.products-classic-page .catalog-card:hover .catalog-image,
.products-classic-page .catalog-card:focus-within .catalog-image {
  filter: contrast(1.04);
  transform: scale(1.015);
}

.products-classic-page #hydraulic-breaker-series .catalog-card:nth-child(1) .catalog-image {
  background: linear-gradient(180deg, transparent 58%, rgba(10, 14, 18, 0.48)), url("hydraulic-breaker-main.webp") center / cover no-repeat;
}

.products-classic-page #hydraulic-breaker-series .catalog-card:nth-child(2) .catalog-image {
  background: linear-gradient(180deg, transparent 58%, rgba(10, 14, 18, 0.48)), url("hydraulic-breaker-application.webp") center / cover no-repeat;
}

.products-classic-page #hydraulic-breaker-series .catalog-card:nth-child(3) .catalog-image,
.products-classic-page #hydraulic-breaker-series .catalog-card:nth-child(4) .catalog-image {
  background: linear-gradient(180deg, transparent 58%, rgba(10, 14, 18, 0.48)), url("hydraulic-breaker-detail.webp") center / cover no-repeat;
}

.products-classic-page .product-category-group + .product-category-group {
  border-top: 1px solid #cdd0cf;
  padding-top: 48px;
}

@media (max-width: 1020px) {
  .products-classic-page .product-sidebar {
    border-bottom: 4px solid #ffc400;
  }
}

@media (max-width: 640px) {
  .products-classic-page .product-category-hero {
    min-height: 390px;
  }

  .products-classic-page .product-category-hero::after {
    display: none;
  }

  .products-classic-page .product-showcase {
    padding: 38px 18px 58px;
  }

  .products-classic-page .catalog-card:hover,
  .products-classic-page .catalog-card:focus-within {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .products-classic-page .catalog-card,
  .products-classic-page .catalog-image,
  .products-classic-page .product-menu-list details a,
  .products-classic-page .product-menu-list details a::before {
    transition: none;
  }
}

/* Shared 1920 × 350 top-image display */
.products-classic-page .product-category-hero,
.blog-page .page-hero,
body.blog .page-hero,
body.single-post .page-hero,
.contact-page .page-hero,
.about-rebuilt-page .about-hero,
.about-premium .ap-hero {
  box-sizing: border-box;
  height: 350px;
  min-height: 350px;
}

.products-classic-page .product-category-hero,
.blog-page .page-hero,
body.blog .page-hero,
body.single-post .page-hero,
.contact-page .page-hero {
  padding-bottom: 30px;
  padding-top: 92px;
}

.products-classic-page .product-category-hero {
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
}

.products-classic-page .product-category-hero,
.blog-page .page-hero,
body.blog .page-hero,
body.single-post .page-hero,
.contact-page .page-hero,
.about-rebuilt-page .about-hero,
.about-premium .ap-hero {
  border-bottom: 4px solid #ffc400;
}

.products-classic-page .product-category-hero .breadcrumb,
.blog-page .page-hero .breadcrumb,
body.blog .page-hero .breadcrumb,
body.single-post .page-hero .breadcrumb,
.contact-page .page-hero .breadcrumb,
.about-rebuilt-page .about-hero .breadcrumb,
.about-premium .ap-hero .breadcrumb {
  color: rgba(255, 255, 255, 0.62);
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 0.88rem;
  gap: 10px;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 16px;
  opacity: 1;
}

.products-classic-page .product-category-hero h1,
.blog-page .page-hero h1,
body.blog .page-hero h1,
body.single-post .page-hero h1,
.contact-page .page-hero h1 {
  font-size: clamp(2.35rem, 4vw, 3.4rem);
  line-height: 1;
  margin-bottom: 14px;
}

body.single-post .page-hero h1 {
  hyphens: none;
  max-width: 50%;
  overflow-wrap: normal;
  word-break: normal;
}

.products-classic-page .product-category-hero .eyebrow,
.blog-page .page-hero .eyebrow,
body.blog .page-hero .eyebrow,
body.single-post .page-hero .eyebrow,
.contact-page .page-hero .eyebrow {
  margin-bottom: 10px;
}

.products-classic-page .product-category-hero > p:last-child,
.blog-page .page-hero > p:last-child,
body.blog .page-hero > p:last-child,
body.single-post .page-hero > p:last-child,
.contact-page .page-hero > p:last-child {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.products-classic-page .product-category-hero > p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.contact-page .page-hero > p:last-child {
  max-width: 560px;
}

.contact-page .page-hero {
  background-image: linear-gradient(90deg, rgba(7, 10, 15, 0.96) 0%, rgba(7, 10, 15, 0.84) 34%, rgba(7, 10, 15, 0.2) 52%, rgba(7, 10, 15, 0.04) 66%, rgba(7, 10, 15, 0) 74%), var(--ferox-hero-image, url("images/ferox-layered-banner.png")) !important;
  overflow: hidden;
  position: relative;
}

.about-premium .ap-hero {
  align-items: flex-start;
  padding: 92px 0 0;
}

.about-premium .ap-hero-content {
  margin-inline: 0;
  max-width: none;
  padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  width: 100%;
}

@media (max-width: 640px) {
  body.single-post .page-hero h1 {
    max-width: 100%;
  }

  .products-classic-page .product-category-hero,
  .blog-page .page-hero,
  body.blog .page-hero,
  body.single-post .page-hero,
  .contact-page .page-hero,
  .about-rebuilt-page .about-hero,
  .about-premium .ap-hero {
    height: 350px;
    min-height: 350px;
  }

  .products-classic-page .product-category-hero,
  .blog-page .page-hero,
  body.blog .page-hero,
  body.single-post .page-hero,
  .contact-page .page-hero {
    padding-bottom: 24px;
    padding-top: 88px;
  }

  .about-premium .ap-hero {
    padding-top: 88px;
  }

  .about-premium .ap-hero-content {
    padding-inline: 18px;
    width: 100%;
  }
}

/* About Us — concise factory capability dossier */
.about-rebuilt-page {
  --about-ink: #11171d;
  --about-navy: #102d48;
  --about-paper: #f4f5f2;
  --about-line: #cfd4d6;
  --about-muted: #5f6971;
  --about-yellow: #ffc400;
  background: var(--about-paper);
  color: var(--about-ink);
}

.about-rebuilt {
  overflow: hidden;
}

.about-shell {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.about-rebuilt h1,
.about-rebuilt h2,
.about-rebuilt h3,
.about-rebuilt dt,
.about-rebuilt strong {
  font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif;
}

.about-kicker {
  margin: 0 0 12px;
  color: #9a7800;
  font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-hero {
  position: relative;
  height: 350px;
  overflow: hidden;
  background: var(--ferox-hero-image, url("hydraulic-breaker-detail.webp")) 72% center / cover no-repeat;
  color: #fff;
}

.about-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 10, 14, 0.96) 0%, rgba(5, 10, 14, 0.84) 34%, rgba(5, 10, 14, 0.34) 58%, rgba(5, 10, 14, 0.08) 80%, rgba(5, 10, 14, 0) 100%);
}

.about-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 92px;
}

.about-hero .breadcrumb {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.about-hero .breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.about-hero .about-kicker {
  margin-bottom: 7px;
  color: var(--about-yellow);
}

.about-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 4.4vw, 4.35rem);
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.about-hero-content > p:last-child {
  max-width: 730px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.96rem;
  line-height: 1.65;
}

.about-profile {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 64px;
  align-items: center;
  padding-block: 80px;
}

.about-profile h2,
.about-section-heading h2,
.about-support h2,
.about-manufacturing h2,
.about-quality h2,
.about-cta h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3.6vw, 3.55rem);
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.about-profile .about-profile-wordmark {
  margin: -6px 0 -10px;
}

.about-profile-wordmark img {
  display: block;
  width: min(320px, 82%);
  height: auto;
}

.about-profile-image {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}

.about-profile-image img {
  display: block;
  width: 100%;
  height: auto;
}

.about-profile-copy > p:not(.about-kicker),
.about-section-heading > p,
.about-support-copy > p:not(.about-kicker) {
  color: var(--about-muted);
  line-height: 1.75;
}

.about-profile-copy .about-lead {
  margin-top: 12px;
  color: #29333a;
  font-size: 1.08rem;
}

.about-fact-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding-left: 26px;
  border-left: 5px solid var(--about-yellow);
}

.about-fact-rail > div {
  min-height: 126px;
  padding: 22px 18px 16px 0;
  border-top: 1px solid var(--about-line);
}

.about-fact-rail dt {
  color: var(--about-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-fact-rail dd {
  margin: 10px 0 0;
  color: var(--about-navy);
  font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.about-manufacturing {
  padding-block: 64px;
  background: var(--about-ink);
  color: #fff;
}

.about-manufacturing-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

.about-factory-image {
  margin: 0;
}

.about-factory-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.about-factory-image figcaption {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-manufacturing .about-kicker,
.about-cta .about-kicker {
  color: var(--about-yellow);
}

.about-manufacturing-copy > p:not(.about-kicker) {
  margin: 18px 0 20px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

.about-manufacturing h2 {
  font-size: clamp(2.15rem, 3.1vw, 3.15rem);
}

.about-process-list article {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.about-process-list h3,
.about-process-list p {
  margin: 0;
}

.about-process-list h3 {
  font-size: 1rem;
}

.about-process-list p {
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.9rem;
  line-height: 1.55;
}

.about-products,
.about-support {
  padding-block: 92px;
}

.about-section-heading,
.about-support {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 90px;
  align-items: end;
}

.about-section-heading > p {
  margin: 0;
}

.about-product-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 50px;
  border-block: 1px solid var(--about-line);
}

.about-product-ledger a {
  position: relative;
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 34px 30px;
  color: var(--about-ink);
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.about-product-ledger a:not(:last-child) {
  border-right: 1px solid var(--about-line);
}

.about-product-ledger a::after {
  content: "\2197";
  position: absolute;
  right: 28px;
  bottom: 28px;
  color: #947400;
  font-size: 1.25rem;
}

.about-product-ledger a:hover {
  background: #fff4c8;
  transform: translateY(-4px);
}

.about-product-ledger span {
  color: #957400;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-product-ledger strong {
  margin-top: 34px;
  font-size: 1.5rem;
  line-height: 1.15;
}

.about-product-ledger em {
  margin-top: 10px;
  padding-right: 24px;
  color: var(--about-muted);
  font-size: 0.87rem;
  font-style: normal;
  line-height: 1.55;
}

.about-quality {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 650px;
  background: var(--about-navy);
  color: #fff;
}

.about-quality-image {
  min-height: 470px;
  background:
    linear-gradient(rgba(10, 20, 29, 0.13), rgba(10, 20, 29, 0.36)),
    url("hydraulic-breaker-application.webp") center / cover no-repeat;
}

.about-quality-copy {
  align-self: center;
  max-width: 590px;
  padding: 72px clamp(40px, 7vw, 104px);
}

.about-quality .about-kicker {
  color: var(--about-yellow);
}

.about-quality-copy > p:not(.about-kicker) {
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.7;
}

.about-quality ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.about-quality li {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 22px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.about-quality li strong {
  color: #fff;
  font-size: 0.9rem;
}

.about-quality li span {
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.87rem;
  line-height: 1.5;
}

.about-text-link {
  color: var(--about-yellow);
  font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.about-text-link::after {
  content: "  \2192";
}

.about-support {
  grid-template-columns: 0.82fr 1.18fr;
  gap: 48px;
  align-items: start;
}

.about-support-copy > p:not(.about-kicker) {
  margin-top: 22px;
}

.about-mission-note {
  margin-top: 34px;
  padding: 5px 0 3px 22px;
  border-left: 4px solid var(--about-yellow);
}

.about-mission-note strong {
  color: var(--about-navy);
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-mission-note blockquote {
  margin: 13px 0 10px;
  color: var(--about-ink);
  font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
}

.about-mission-note p {
  margin: 0;
  color: var(--about-muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.about-support-list {
  margin: 0;
}

.about-support-list > div {
  display: grid;
  grid-template-columns: 0.38fr 0.62fr;
  gap: 22px;
  padding: 20px 0;
  border-top: 1px solid var(--about-line);
}

.about-support-list dt {
  color: var(--about-navy);
  font-weight: 700;
}

.about-support-list dd {
  margin: 0;
  color: var(--about-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.about-global-map {
  position: relative;
  align-self: stretch;
  min-width: 0;
  margin: 0;
  overflow: visible;
}

.about-global-map figcaption {
  position: absolute;
  z-index: 2;
  top: 26px;
  left: 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-global-map figcaption span {
  color: #1f63bc;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-global-map figcaption strong {
  color: var(--about-navy);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.about-world-map-canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
}

.about-world-map-canvas.map-load-error {
  display: grid;
  place-items: center;
  padding: 30px;
  color: #718397;
  font-size: 0.85rem;
  text-align: center;
}

.about-global-map .map-grid path {
  fill: none;
  stroke: rgba(38, 103, 201, 0.07);
  stroke-width: 1;
}

.about-global-map .map-land path {
  fill: #2868c7;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 0.8;
  vector-effect: non-scaling-stroke;
}

.about-global-map .map-route path {
  fill: none;
  stroke: rgba(239, 51, 64, 0.2);
  stroke-dasharray: 7 8;
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.about-global-map .map-export-marker {
  fill: #ef3340;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.about-global-map .map-export-marker path:first-of-type {
  fill: none;
}

.about-global-map .map-yantai-marker {
  fill: var(--about-yellow);
  stroke: #fff4b7;
  stroke-width: 2;
  filter: drop-shadow(0 0 8px rgba(255, 203, 5, 0.75));
  vector-effect: non-scaling-stroke;
}

.about-map-legend {
  display: flex;
  gap: 22px;
  padding: 0 28px 10px;
  color: #40566b;
  font-size: 0.75rem;
}

.about-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.map-star-symbol {
  color: var(--about-yellow);
  font-size: 1rem;
  font-style: normal;
}

.map-flag-symbol {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 10px;
  border-left: 1px solid #fff;
  background: #ef3340;
}

.about-global-map > p {
  margin: 0;
  padding: 0 28px 24px;
  color: #718397;
  font-size: 0.72rem;
  line-height: 1.55;
}

.about-cta {
  border-top: 4px solid var(--about-yellow);
  padding-block: 68px;
  background: var(--about-ink);
  color: #fff;
}

.about-cta-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 88px;
  align-items: end;
}

.about-cta-inner > div:last-child p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
}

.about-location-cta {
  padding-block: 46px;
}

.about-location-cta .about-cta-inner {
  grid-template-columns: 1.35fr 0.65fr;
  gap: 64px;
  align-items: center;
}

.about-location-cta h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.about-location-cta .about-cta-inner > div:last-child p {
  margin-bottom: 14px;
}

.about-rebuilt .contact-location {
  box-shadow: none;
  margin: 0;
}

.about-rebuilt a:focus-visible {
  outline: 3px solid var(--about-yellow);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .about-profile,
  .about-manufacturing-grid,
  .about-section-heading,
  .about-support,
  .about-cta-inner,
  .about-quality {
    grid-template-columns: 1fr;
  }

  .about-profile,
  .about-manufacturing-grid,
  .about-section-heading,
  .about-support,
  .about-cta-inner {
    gap: 44px;
  }

  .about-factory-image img {
    max-height: 520px;
    aspect-ratio: 16 / 10;
  }

  .about-product-ledger {
    grid-template-columns: 1fr;
  }

  .about-product-ledger a {
    min-height: 170px;
  }

  .about-product-ledger a:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
  }

  .about-quality {
    min-height: 0;
  }

  .about-quality-image {
    min-height: 380px;
  }

  .about-quality-copy {
    max-width: none;
  }

  .about-world-map-canvas {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .about-shell {
    width: calc(100% - 36px);
  }

  .about-world-map-canvas {
    min-height: 270px;
  }

  .about-global-map figcaption {
    top: 20px;
    left: 20px;
  }

  .about-map-legend {
    flex-wrap: wrap;
    gap: 8px 18px;
    padding-inline: 20px;
  }

  .about-global-map > p {
    padding-inline: 20px;
  }

  .about-hero {
    height: 350px;
    background-position: 62% center;
  }

  .about-hero-content {
    padding-top: 88px;
  }

  .about-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.15rem);
  }

  .about-hero-content > p:last-child {
    margin-top: 14px;
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .about-profile,
  .about-products,
  .about-support,
  .about-manufacturing {
    padding-block: 66px;
  }

  .about-profile h2,
  .about-section-heading h2,
  .about-support h2,
  .about-manufacturing h2,
  .about-quality h2,
  .about-cta h2 {
    font-size: 2.25rem;
  }

  .about-fact-rail {
    grid-template-columns: 1fr;
  }

  .about-fact-rail > div {
    min-height: 100px;
  }

  .about-process-list article,
  .about-quality li,
  .about-support-list > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .about-quality-image {
    min-height: 290px;
  }

  .about-quality-copy {
    padding: 62px 18px;
  }

  .about-cta {
    padding-block: 58px;
  }
}

/* About page galleries */
.about-profile-gallery {
  min-width: 0;
}

.about-gallery-assets {
  display: none;
}

.about-profile-image {
  aspect-ratio: 4 / 3;
  position: relative;
}

.about-profile-image img {
  height: 100%;
  object-fit: cover;
  transition: opacity 180ms ease;
}

.about-gallery-controls,
.about-certificate-controls {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  margin-top: 20px;
}

.about-gallery-controls > button,
.about-certificate-controls > button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(10, 20, 29, 0.18);
  border-radius: 50%;
  color: var(--about-navy);
  cursor: pointer;
  display: flex;
  font-size: 2rem;
  height: 58px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 4px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  width: 58px;
}

.about-gallery-controls > button:hover,
.about-gallery-controls > button:focus-visible,
.about-certificate-controls > button:hover,
.about-certificate-controls > button:focus-visible {
  background: var(--about-navy);
  border-color: var(--about-navy);
  color: #ffffff;
}

.about-gallery-dots,
.about-certificate-dots {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
}

.about-gallery-dots button,
.about-certificate-dots button {
  background: #c7c9cc;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 9px;
  padding: 0;
  transition: background 180ms ease, width 180ms ease;
  width: 9px;
}

.about-gallery-dots button[aria-current="true"],
.about-certificate-dots button[aria-current="true"] {
  background: var(--about-navy);
  width: 54px;
}

.about-certificates {
  background: #f2f1ec;
  overflow: hidden;
  padding: 92px 0 76px;
}

.about-certificates-heading {
  display: block;
  max-width: 1160px;
  text-align: center;
}

.about-certificates-heading h2 {
  color: var(--about-ink);
  font-size: clamp(2.7rem, 4.8vw, 4.6rem);
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin: 0;
}

.about-certificates-heading > p {
  color: var(--about-muted);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.7;
  margin: 22px auto 0;
  max-width: 1040px;
}

.about-certificate-gallery {
  margin-top: 54px;
  outline: none;
}

.about-certificate-stage {
  height: 460px;
  perspective: 1500px;
  position: relative;
}

.about-certificate-card {
  align-content: center;
  aspect-ratio: 0.71;
  background:
    linear-gradient(135deg, rgba(255, 196, 0, 0.08), transparent 42%),
    repeating-linear-gradient(180deg, transparent 0 24px, rgba(10, 20, 29, 0.045) 24px 25px),
    #ffffff;
  border: 8px solid #ffffff;
  box-shadow: 0 26px 58px rgba(10, 20, 29, 0.18), inset 0 0 0 1px rgba(10, 20, 29, 0.15);
  color: var(--about-ink);
  display: grid;
  justify-items: center;
  left: 50%;
  padding: 30px 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform-style: preserve-3d;
  transition: opacity 260ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  width: clamp(190px, 19vw, 270px);
}

.about-certificate-card span {
  color: var(--about-yellow-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.about-certificate-card strong {
  font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  margin-top: 18px;
  text-transform: uppercase;
}

.about-certificate-card i {
  border: 2px solid rgba(255, 196, 0, 0.6);
  border-radius: 50%;
  height: 54px;
  margin: 34px 0;
  position: relative;
  width: 54px;
}

.about-certificate-card i::after {
  color: var(--about-yellow-dark);
  content: "F";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 900;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-certificate-card small {
  color: var(--about-muted);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-certificate-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.about-certificate-card[data-offset="0"] { transform: translate(-50%, -50%) scale(1); z-index: 7; }
.about-certificate-card[data-offset="-1"] { transform: translate(calc(-50% - 14vw), -49%) scale(0.92) rotateY(8deg); z-index: 6; }
.about-certificate-card[data-offset="1"] { transform: translate(calc(-50% + 14vw), -49%) scale(0.92) rotateY(-8deg); z-index: 6; }
.about-certificate-card[data-offset="-2"] { transform: translate(calc(-50% - 27vw), -47%) scale(0.83) rotateY(14deg); z-index: 5; }
.about-certificate-card[data-offset="2"] { transform: translate(calc(-50% + 27vw), -47%) scale(0.83) rotateY(-14deg); z-index: 5; }
.about-certificate-card[data-offset="-3"] { transform: translate(calc(-50% - 39vw), -45%) scale(0.74) rotateY(20deg); z-index: 4; }
.about-certificate-card[data-offset="3"] { transform: translate(calc(-50% + 39vw), -45%) scale(0.74) rotateY(-20deg); z-index: 4; }

.about-certificate-controls {
  margin: 4px auto 0;
  max-width: 720px;
  padding: 0 24px;
}

@media (max-width: 900px) {
  .about-certificate-stage {
    height: 390px;
  }
}

@media (max-width: 640px) {
  .about-gallery-controls,
  .about-certificate-controls {
    gap: 12px;
    grid-template-columns: 46px minmax(0, 1fr) 46px;
  }

  .about-gallery-controls > button,
  .about-certificate-controls > button {
    font-size: 1.7rem;
    height: 46px;
    width: 46px;
  }

  .about-gallery-dots button[aria-current="true"],
  .about-certificate-dots button[aria-current="true"] {
    width: 34px;
  }

  .about-certificates {
    padding: 66px 0 58px;
  }

  .about-certificate-stage {
    height: 330px;
  }

  .about-certificate-card {
    padding: 24px 14px;
    width: 200px;
  }

  .about-certificate-card[data-offset="-1"] { transform: translate(calc(-50% - 24vw), -49%) scale(0.87) rotateY(8deg); }
  .about-certificate-card[data-offset="1"] { transform: translate(calc(-50% + 24vw), -49%) scale(0.87) rotateY(-8deg); }
  .about-certificate-card[data-offset="-2"] { transform: translate(calc(-50% - 43vw), -47%) scale(0.72) rotateY(14deg); }
  .about-certificate-card[data-offset="2"] { transform: translate(calc(-50% + 43vw), -47%) scale(0.72) rotateY(-14deg); }
  .about-certificate-card[data-offset="-3"],
  .about-certificate-card[data-offset="3"] { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .about-profile-image img,
  .about-certificate-card,
  .about-gallery-dots button,
  .about-certificate-dots button {
    transition: none;
  }
}

/* About page: alternating black and white sections */
.about-rebuilt-page .about-profile,
.about-rebuilt-page .about-support {
  background: #ffffff;
  box-shadow: 0 0 0 100vmax #ffffff;
  clip-path: inset(0 -100vmax);
}

.about-rebuilt-page .about-products {
  background: var(--about-ink);
  box-shadow: 0 0 0 100vmax var(--about-ink);
  clip-path: inset(0 -100vmax);
  color: #ffffff;
}

.about-rebuilt-page .about-products .about-kicker,
.about-rebuilt-page .about-products .about-product-ledger span {
  color: var(--about-yellow);
}

.about-rebuilt-page .about-products .about-section-heading h2,
.about-rebuilt-page .about-products .about-product-ledger a,
.about-rebuilt-page .about-products .about-product-ledger strong {
  color: #ffffff;
}

.about-rebuilt-page .about-products .about-section-heading > p,
.about-rebuilt-page .about-products .about-product-ledger em {
  color: rgba(255, 255, 255, 0.62);
}

.about-rebuilt-page .about-products .about-product-ledger {
  border-color: rgba(255, 255, 255, 0.18);
}

.about-rebuilt-page .about-products .about-product-ledger a:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.18);
}

.about-rebuilt-page .about-products .about-product-ledger a::after {
  color: var(--about-yellow);
}

.about-rebuilt-page .about-products .about-product-ledger a:hover {
  background: rgba(255, 196, 0, 0.09);
}

.about-rebuilt-page .about-certificates {
  background: var(--about-ink);
  color: #ffffff;
}

.about-rebuilt-page .about-certificates-heading h2 {
  color: #ffffff;
}

.about-rebuilt-page .about-certificates-heading > p {
  color: rgba(255, 255, 255, 0.62);
}

.about-rebuilt-page .about-certificates .about-certificate-controls > button {
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

.about-rebuilt-page .about-certificates .about-certificate-controls > button:hover,
.about-rebuilt-page .about-certificates .about-certificate-controls > button:focus-visible {
  background: var(--about-yellow);
  border-color: var(--about-yellow);
  color: var(--about-ink);
}

.about-rebuilt-page .about-certificates .about-certificate-dots button {
  background: rgba(255, 255, 255, 0.3);
}

.about-rebuilt-page .about-certificates .about-certificate-dots button[aria-current="true"] {
  background: var(--about-yellow);
}

.about-rebuilt-page .about-location-cta {
  background: #ffffff;
  color: var(--about-ink);
}

.about-rebuilt-page .about-location-cta .about-kicker {
  color: #8a6b00;
}

.about-rebuilt-page .about-location-cta .about-cta-inner > div:last-child p {
  color: var(--about-muted);
}

.about-rebuilt-page .about-location-cta .about-text-link {
  color: #735a00;
}

/* Homepage FAQ: dedicated dark section */
.home-page .faq-section {
  background: #111214;
  box-shadow: 0 0 0 100vmax #111214;
  clip-path: inset(0 -100vmax);
  color: #ffffff;
}

.home-page .faq-section .section-heading h2,
.home-page .faq-list summary {
  color: #ffffff;
}

.home-page .faq-list details {
  background: #191b1f;
  border-color: rgba(255, 255, 255, 0.16);
}

.home-page .faq-list details[open] {
  border-left: 3px solid var(--yellow);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.home-page .faq-list details p {
  color: rgba(255, 255, 255, 0.68);
}

/* Contact quote sidebar refinement */
.contact-page .quote-side {
  align-content: start;
  gap: 14px;
  padding: 24px 28px;
}

.contact-page .quote-side .contact-method {
  gap: 16px;
  grid-template-columns: 50px 1fr;
}

.contact-page .quote-side .contact-icon {
  height: 50px;
  width: 50px;
}

.contact-page .quote-side .contact-icon svg {
  height: 24px;
  width: 24px;
}

.contact-page .quote-side .contact-method small {
  font-size: 0.78rem;
  margin-bottom: 4px;
}

.contact-page .quote-side .contact-method span:last-child {
  font-size: 0.98rem;
}

@media (min-width: 901px) {
  .contact-page .quote-side {
    align-content: start;
    grid-template-rows: auto auto auto auto auto;
    height: 100%;
  }

  .contact-page .quote-reasons {
    align-content: start;
  }

.contact-page .quote-badge {
  display: none;
}
}

.contact-page .quote-reasons {
  gap: 7px;
}

.contact-page .quote-reasons h3 {
  font-size: clamp(1.45rem, 1.8vw, 1.65rem);
  margin-bottom: 4px;
}

.contact-page .quote-reasons p {
  align-items: start;
  font-size: 0.84rem;
  gap: 10px;
  grid-template-columns: 22px minmax(0, 1fr);
  line-height: 1.28;
}

.contact-page .quote-reasons p::before {
  align-items: center;
  background: rgba(255, 196, 0, 0.08);
  border: 1px solid rgba(255, 196, 0, 0.42);
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 0.72rem;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.contact-page .quote-badge {
  border-left: 3px solid var(--yellow);
  border-radius: 10px;
  gap: 8px;
  padding: 16px 16px;
}

.contact-page .quote-badge strong {
  font-size: 0.82rem;
}

.contact-page .quote-badge strong::before {
  height: 8px;
  margin-right: 8px;
  width: 8px;
}

.contact-page .quote-badge span {
  font-size: 0.88rem;
  line-height: 1.5;
}

@media (min-width: 901px) {
  .contact-page .main-nav {
    gap: 0;
    width: min(38vw, 400px);
  }

  .contact-page .main-nav > a,
  .contact-page .main-nav > .nav-item {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
  }

  .contact-page .main-nav > .nav-item > a {
    display: block;
  }
}

/* Shared Blog engineering handoff */
.sidebar-whatsapp svg {
  fill: currentColor;
  flex: 0 0 22px;
  height: 22px;
  width: 22px;
}

.article-sidebar .sidebar-whatsapp span {
  color: currentColor;
  font-size: inherit;
}

.article-next-section {
  padding-top: 18px;
}

.article-content,
.article-sidebar {
  min-width: 0;
}

.article-content .table-scroll {
  max-width: 100%;
}

.article-next-steps {
  background: #111827;
  border-radius: 10px;
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 510px;
  overflow: hidden;
  position: relative;
}

.article-next-steps::after {
  border-right: 1px solid rgba(255, 196, 0, 0.42);
  border-top: 1px solid rgba(255, 196, 0, 0.42);
  content: "";
  height: 38px;
  position: absolute;
  right: 22px;
  top: 22px;
  width: 38px;
}

.article-next-visual {
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.article-next-visual::after {
  background: linear-gradient(180deg, transparent 54%, rgba(17, 24, 39, 0.86));
  content: "";
  inset: 0;
  position: absolute;
}

.article-next-visual img {
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
  width: 100%;
}

.article-next-visual figcaption {
  bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.75rem;
  font-weight: 800;
  left: 28px;
  letter-spacing: 0.08em;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.article-next-visual figcaption span {
  color: var(--yellow);
  margin-right: 8px;
}

.article-next-copy {
  align-self: center;
  padding: 54px;
}

.article-next-copy h2 {
  color: var(--white);
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.02;
  margin: 12px 0 18px;
  max-width: 650px;
}

.article-next-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 30px;
  max-width: 680px;
}

.article-next-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-next-actions > a {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 5px;
  min-height: 138px;
  padding: 19px;
  position: relative;
  transition: border-color 180ms ease, transform 180ms ease;
}

.article-next-actions > a:hover {
  border-color: var(--yellow);
  transform: translateY(-2px);
}

.article-next-actions span {
  color: var(--yellow);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-next-actions strong {
  color: var(--white);
  font-size: 1rem;
}

.article-next-actions small {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.45;
}

.article-next-actions .article-next-whatsapp {
  align-items: center;
  background: var(--yellow);
  grid-column: 1 / -1;
  grid-template-columns: 34px 1fr;
  min-height: 104px;
}

.article-next-whatsapp svg {
  fill: currentColor;
  grid-row: 1 / span 3;
  height: 30px;
  width: 30px;
}

.article-next-actions .article-next-whatsapp span,
.article-next-actions .article-next-whatsapp strong,
.article-next-actions .article-next-whatsapp small {
  color: var(--black);
}

@media (max-width: 920px) {
  .article-next-steps {
    grid-template-columns: 1fr;
  }

  .article-next-visual {
    min-height: 360px;
  }
}

@media (max-width: 620px) {
  .article-next-copy {
    padding: 36px 24px;
  }

  .article-next-actions {
    grid-template-columns: 1fr;
  }

  .article-next-actions .article-next-whatsapp {
    grid-column: auto;
  }

  .article-next-visual {
    min-height: 280px;
  }
}

/* Compact Blog engineering strip */
.article-next-section {
  padding-bottom: 72px;
  padding-top: 18px;
}

.article-next-steps {
  background: #f7f6f1;
  border: 1px solid #d9d8d2;
  border-radius: 6px;
  color: #111827;
  grid-template-columns: 260px minmax(0, 1fr) 300px;
  min-height: 0;
}

.article-next-steps::after {
  display: none;
}

.article-next-visual {
  height: 292px;
  min-height: 0;
}

.article-next-visual::after {
  background: linear-gradient(180deg, transparent 60%, rgba(17, 24, 39, 0.78));
}

.article-next-visual img {
  object-position: 38% center;
}

.article-next-visual figcaption {
  bottom: 18px;
  left: 20px;
}

.article-next-copy {
  align-self: center;
  padding: 30px 36px;
}

.article-next-copy h2 {
  color: #111827;
  font-size: clamp(1.65rem, 2.1vw, 2.2rem);
  line-height: 1.08;
  margin: 8px 0 12px;
}

.article-next-copy > p:not(.eyebrow) {
  color: #5d626c;
  font-size: 0.94rem;
  line-height: 1.6;
  margin: 0 0 20px;
}

.article-next-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.article-next-links a {
  align-items: center;
  color: #111827;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 900;
  gap: 8px;
}

.article-next-links a:hover,
.article-next-links a:focus-visible {
  color: #9c7600;
}

.article-next-links a span {
  color: #c89500;
  font-size: 1rem;
}

.article-next-contact {
  align-content: center;
  background: #111827;
  color: #ffffff;
  display: grid;
  padding: 30px;
}

.article-next-contact > svg {
  fill: #25d366;
  height: 32px;
  margin-bottom: 16px;
  width: 32px;
}

.article-next-contact-label {
  color: var(--yellow);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.article-next-contact h3 {
  color: #ffffff;
  font-size: 1.2rem;
  margin: 0 0 8px;
}

.article-next-contact > p:not(.article-next-contact-label) {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0 0 18px;
}

.article-next-contact > a {
  align-items: center;
  background: var(--yellow);
  color: #111827;
  display: flex;
  font-size: 0.86rem;
  font-weight: 900;
  justify-content: space-between;
  padding: 13px 15px;
}

.article-next-contact > a:hover,
.article-next-contact > a:focus-visible {
  background: #ffd33d;
}

@media (max-width: 1040px) {
  .article-next-steps {
    grid-template-columns: 220px minmax(0, 1fr) 270px;
  }

  .article-next-copy {
    padding: 28px;
  }

  .article-next-contact {
    padding: 26px;
  }
}

@media (max-width: 820px) {
  .article-next-steps {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .article-next-contact {
    align-items: center;
    gap: 8px 16px;
    grid-column: 1 / -1;
    grid-template-columns: 32px minmax(0, 1fr) auto;
  }

  .article-next-contact > svg {
    grid-row: 1 / span 3;
    margin: 0;
  }

  .article-next-contact h3,
  .article-next-contact > p {
    margin-bottom: 0;
  }

  .article-next-contact > a {
    grid-column: 3;
    grid-row: 1 / span 3;
    min-width: 180px;
  }
}

@media (max-width: 620px) {
  .article-next-section {
    padding-bottom: 54px;
  }

  .article-next-steps {
    grid-template-columns: 1fr;
  }

  .article-next-visual {
    height: 170px;
    min-height: 0;
  }

  .article-next-copy {
    padding: 28px 24px;
  }

  .article-next-links {
    display: grid;
  }

  .article-next-contact {
    display: grid;
    grid-column: auto;
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 24px;
  }

  .article-next-contact > svg {
    grid-row: 1 / span 2;
  }

  .article-next-contact > p:not(.article-next-contact-label) {
    grid-column: 1 / -1;
    margin: 12px 0 16px;
  }

  .article-next-contact > a {
    grid-column: 1 / -1;
    grid-row: auto;
    min-width: 0;
  }
}

/* Minimal Blog action rail */
.article-next-section {
  padding-bottom: 64px;
  padding-top: 18px;
}

.article-next-steps {
  background: #ffffff;
  border: 1px solid #d9d8d2;
  border-radius: 4px;
  border-top: 3px solid var(--yellow);
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 0.9fr 1fr;
  min-height: 152px;
}

.article-next-intro {
  align-content: center;
  background: #111827;
  color: #ffffff;
  display: grid;
  padding: 26px 32px;
}

.article-next-intro p {
  color: var(--yellow);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.article-next-intro h2 {
  color: #ffffff;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.08;
  margin: 0;
}

.article-next-option {
  align-content: center;
  border-left: 1px solid #e3e2dd;
  color: #111827;
  display: grid;
  gap: 6px 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 20px;
  transition: background-color 160ms ease;
}

.article-next-option:hover,
.article-next-option:focus-visible {
  background: #f2f1ed;
}

.article-next-option span {
  color: #8b6a00;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.article-next-option strong {
  font-size: 0.98rem;
  line-height: 1.25;
}

.article-next-option b {
  align-self: center;
  color: #b18400;
  font-size: 1.15rem;
  font-weight: 700;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.article-next-option.article-next-whatsapp {
  background: var(--yellow);
  border-left-color: #d8a800;
  grid-template-columns: 30px minmax(0, 1fr) auto;
}

.article-next-option.article-next-whatsapp:hover,
.article-next-option.article-next-whatsapp:focus-visible {
  background: #ffd33d;
}

.article-next-option.article-next-whatsapp svg {
  fill: #111827;
  grid-column: 1;
  grid-row: 1 / span 2;
  height: 26px;
  width: 26px;
}

.article-next-option.article-next-whatsapp span,
.article-next-option.article-next-whatsapp strong {
  grid-column: 2;
}

.article-next-option.article-next-whatsapp span,
.article-next-option.article-next-whatsapp b {
  color: #111827;
}

.article-next-option.article-next-whatsapp b {
  grid-column: 3;
}

@media (max-width: 900px) {
  .article-next-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-next-intro,
  .article-next-option.article-next-whatsapp {
    grid-column: 1 / -1;
  }

  .article-next-option:first-of-type {
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .article-next-section {
    padding-bottom: 48px;
  }

  .article-next-steps {
    grid-template-columns: 1fr;
  }

  .article-next-intro,
  .article-next-option.article-next-whatsapp {
    grid-column: auto;
  }

  .article-next-intro {
    padding: 24px;
  }

  .article-next-option {
    border-left: 0;
    border-top: 1px solid #e3e2dd;
    min-height: 82px;
    padding: 18px 22px;
  }
}

/* Keep the sidebar WhatsApp control compact. */
.article-sidebar .sidebar-cta > .sidebar-whatsapp {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.article-sidebar .sidebar-cta > .sidebar-whatsapp svg {
  fill: currentColor;
  flex: 0 0 22px;
  height: 22px;
  width: 22px;
}

.article-sidebar .sidebar-cta > .sidebar-whatsapp span {
  color: currentColor;
  display: inline;
  font-size: inherit;
  letter-spacing: normal;
  text-transform: none;
}

body.single-post .article-sidebar .sidebar-cta {
  background: #073461;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(12, 20, 30, 0.16);
  justify-items: center;
  padding: 28px 22px 24px;
  text-align: center;
}

body.single-post .article-sidebar .sidebar-cta-icon {
  background: center / contain no-repeat url("images/technical-advice-headset.png");
  display: block;
  height: 56px;
  margin-bottom: 10px;
  width: 78px;
}

body.single-post .article-sidebar .sidebar-cta-icon svg {
  display: none;
}

body.single-post .article-sidebar .sidebar-cta strong {
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.1;
}

body.single-post .article-sidebar .sidebar-cta p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.42;
  max-width: 220px;
}

body.single-post .article-sidebar .sidebar-cta > .sidebar-whatsapp {
  align-self: stretch;
  border-radius: 6px;
  margin-top: 12px;
  min-height: 64px;
}

/* Restore the theme article layout if legacy Customizer rules are still present. */
body.single-post .article-content > .article-byline.article-byline {
  display: grid !important;
}

body.single-post .article-content > .ferox-unified-byline {
  display: none !important;
}

body.single-post .page-layout .side-panel.article-sidebar.article-sidebar-compact {
  gap: 14px;
  padding: 24px !important;
}

body.single-post .article-sidebar-compact > .eyebrow {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin: 8px 0 -2px;
  padding: 0 2px 10px;
}

body.single-post .page-layout .side-panel.article-sidebar.article-sidebar-compact h2 {
  font-size: clamp(1.55rem, 2vw, 2.1rem) !important;
  line-height: 1.08 !important;
  margin: 0 !important;
}

/* Article sidebar white background. */
body.single-post .side-panel.article-sidebar {
  background: #ffffff;
  border-color: #e3e2dd;
  color: #111827;
}

body.single-post .article-sidebar .sidebar-cta {
  background: #ffffff;
  border: 1px solid #e3e2dd;
  box-shadow: none;
  color: #111827;
}

body.single-post .article-sidebar .sidebar-cta strong,
body.single-post .article-sidebar .article-sidebar-links a strong {
  color: #111827;
}

body.single-post .article-sidebar .sidebar-cta p {
  color: #4d535a;
}

body.single-post .article-sidebar-compact > .eyebrow {
  border-bottom-color: #e3e2dd;
}

body.single-post .article-sidebar-links a {
  background: #ffffff;
  border: 1px solid #e3e2dd;
  color: #111827;
}

/* Apple-inspired article CTA card. */
body.single-post .article-sidebar .sidebar-cta {
  align-content: center;
  backdrop-filter: blur(18px) saturate(165%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 252, 0.88));
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(17, 24, 39, 0.1), inset 0 1px rgba(255, 255, 255, 0.85);
  gap: 12px;
  isolation: isolate;
  justify-items: center;
  overflow: hidden;
  padding: 26px 20px 22px;
  position: relative;
}

body.single-post .article-sidebar .sidebar-cta::before {
  background: linear-gradient(135deg, rgba(255, 196, 0, 0.14), transparent 42%), linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 38%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

body.single-post .article-sidebar .sidebar-cta-icon {
  background: rgba(0, 113, 227, 0.1) url("images/technical-advice-headset.png") center / 34px auto no-repeat;
  border-radius: 50%;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.76);
  height: 58px;
  margin-bottom: 6px;
  width: 58px;
}

body.single-post .article-sidebar .sidebar-cta strong {
  color: #111827;
  font-size: 1.28rem;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.08;
  max-width: 210px;
}

body.single-post .article-sidebar .sidebar-cta p {
  color: #4b5563;
  font-size: 0.93rem;
  line-height: 1.45;
  margin: 0;
  max-width: 210px;
}

body.single-post .article-sidebar .sidebar-cta > .sidebar-whatsapp {
  background: linear-gradient(180deg, #ffd646, #ffc400);
  border: 1px solid rgba(177, 132, 0, 0.16);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(255, 196, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.5);
  color: #111827;
  margin-top: 8px;
  min-height: 58px;
  transform-origin: center;
  transition: transform 120ms ease-out, box-shadow 180ms ease-out, background 180ms ease-out;
}

body.single-post .article-sidebar .sidebar-cta > .sidebar-whatsapp:hover,
body.single-post .article-sidebar .sidebar-cta > .sidebar-whatsapp:focus-visible {
  background: linear-gradient(180deg, #ffe067, #ffc400);
  box-shadow: 0 14px 30px rgba(255, 196, 0, 0.28), inset 0 1px rgba(255, 255, 255, 0.56);
  transform: translateY(-1px);
}

body.single-post .article-sidebar .sidebar-cta > .sidebar-whatsapp:active {
  transform: scale(0.97);
}

body.single-post .article-sidebar .sidebar-cta > .sidebar-whatsapp:focus-visible {
  outline: 3px solid rgba(0, 113, 227, 0.28);
  outline-offset: 3px;
}

body.single-post .article-sidebar .sidebar-cta > .sidebar-whatsapp span {
  letter-spacing: 0;
  line-height: 1.18;
}

@media (prefers-reduced-motion: reduce) {
  body.single-post .article-sidebar .sidebar-cta > .sidebar-whatsapp {
    transition: none;
  }

  body.single-post .article-sidebar .sidebar-cta > .sidebar-whatsapp:hover,
  body.single-post .article-sidebar .sidebar-cta > .sidebar-whatsapp:focus-visible,
  body.single-post .article-sidebar .sidebar-cta > .sidebar-whatsapp:active {
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  body.single-post .article-sidebar .sidebar-cta {
    backdrop-filter: none;
    background: #ffffff;
  }
}

@media (prefers-contrast: more) {
  body.single-post .article-sidebar .sidebar-cta {
    border-color: #111827;
    box-shadow: none;
  }
}

/* Sharpen the article CTA headset icon. */
body.single-post .article-sidebar .sidebar-cta-icon {
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 113, 227, 0.13), rgba(0, 113, 227, 0.07));
  border: 1px solid rgba(0, 113, 227, 0.16);
  color: #0071e3;
  display: inline-flex;
  justify-content: center;
}

body.single-post .article-sidebar .sidebar-cta-icon svg {
  display: block;
  fill: currentColor;
  height: 30px;
  width: 30px;
}

/* Article title block moved into the content panel. */
body.single-post .article-visual-hero {
  height: 320px;
  min-height: 320px;
  padding: 0;
}

body.single-post .article-entry-header {
  border-bottom: 1px solid #e3e2dd;
  margin-bottom: 28px;
  padding-bottom: 28px;
}

body.single-post .article-entry-breadcrumb {
  align-items: center;
  color: #6b7280;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.76rem;
  font-weight: 850;
  gap: 8px;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

body.single-post .article-entry-breadcrumb a {
  color: #4b5563;
  text-decoration: none;
}

body.single-post .article-entry-breadcrumb a:hover,
body.single-post .article-entry-breadcrumb a:focus-visible {
  color: #9c7600;
}

body.single-post .article-entry-breadcrumb span:last-child {
  color: #111827;
}

body.single-post .article-entry-meta {
  align-items: center;
  color: #5d6673;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.86rem;
  gap: 10px 16px;
  margin-bottom: 18px;
}

body.single-post .article-entry-meta span:not(.article-entry-category),
body.single-post .article-entry-author {
  align-items: center;
  color: #5d6673;
  display: inline-flex;
  gap: 6px;
  text-decoration: none;
}

body.single-post .article-entry-meta small {
  color: #8a919d;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-post .article-entry-category {
  background: #f0eee7;
  border-radius: 4px;
  color: #806100;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 6px 9px;
  text-transform: uppercase;
}

body.single-post .article-entry-title {
  color: #111827;
  font-size: clamp(2.15rem, 4.2vw, 3.8rem);
  hyphens: none;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
  max-width: 820px;
  overflow-wrap: normal;
  word-break: normal;
}

body.single-post .article-entry-header + .article-featured-media {
  margin-top: 0;
}

@media (max-width: 640px) {
  body.single-post .article-visual-hero {
    height: 240px;
    min-height: 240px;
  }

  body.single-post .article-entry-title {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  body.single-post .article-entry-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

