.wm-history-page {
  margin-top: 0;
  margin-top: 0;
  margin-top: 0;
  margin-top: 0;
  --ink: #17253a;
  --muted: #64748b;
  --line: #dbe3ee;
  --soft: #f4f7fb;
  --brand: #0e4f8f;
  --brand-dark: #083661;
  --accent: #d4202f;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(17, 36, 61, 0.12);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  background: var(--white);
}

.wm-history-page * {
  box-sizing: border-box;
}

.wm-history-page a {
  color: inherit;
  text-decoration: none;
}

.wm-history-page img {
  display: block;
  max-width: 100%;
}

.wm-history-page h1,
.wm-history-page h2,
.wm-history-page h3 {
  margin: 0;
  line-height: 1.15;
  color: inherit;
}

.wm-history-hero {
  margin-top: 0;
  margin-top: 0;
  margin-top: 0;
  margin-top: 0;
  position: relative;
  min-height: 660px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}

.wm-history-hero-media,
.wm-history-hero-shade {
  position: absolute;
  inset: 0;
}

.wm-history-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wm-history-hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 22, 44, 0.92), rgba(5, 22, 44, 0.58) 48%, rgba(5, 22, 44, 0.18)),
    linear-gradient(0deg, rgba(5, 22, 44, 0.3), rgba(5, 22, 44, 0.08));
}

.wm-history-hero-content {
  --wm-history-hero-inset: clamp(160px, 22vw, 470px);
  position: relative;
  z-index: 1;
  width: min(880px, calc(100% - var(--wm-history-hero-inset) - 40px));
  margin-left: var(--wm-history-hero-inset);
  padding: 90px 0;
}

.wm-history-section-heading .rank-math-breadcrumb {
  grid-column: 1 / -1;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.wm-history-section-heading .rank-math-breadcrumb p {
  margin: 0 !important;
}

.wm-history-eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wm-history-hero .wm-history-eyebrow {
  color: #ffbdc4;
}

.wm-history-hero h1 {
  max-width: 860px;
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 800;
}

.wm-history-hero-content p:not(.wm-history-eyebrow) {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
}

.wm-history-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.wm-history-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  transition: 0.2s ease;
}

.wm-history-button-primary {
  color: var(--white);
  background: var(--accent);
}

.wm-history-button-primary:hover {
  color: var(--white);
  background: #b71925;
}

.wm-history-button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.1);
}

.wm-history-button-secondary:hover {
  color: var(--white);
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.18);
}

.wm-history-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1180px, calc(100% - 40px));
  margin: -62px auto 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: var(--white);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.wm-history-stats div {
  padding: 26px 30px;
  border-right: 1px solid var(--line);
}

.wm-history-stats div:last-child {
  border-right: 0;
}

.wm-history-stats strong {
  display: block;
  color: var(--brand);
  font-size: 32px;
  line-height: 1;
}

.wm-history-stats span {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
}

.wm-history-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}

.wm-history-section-heading {
  row-gap: 8px;
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 0.62fr);
  gap: 40px;
  row-gap: 8px !important;
  align-items: start;
  margin-bottom: 38px;
}

.wm-history-section-heading h2,
.wm-history-trust-copy h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.wm-history-section-heading.compact {
  display: block;
  max-width: 820px;
}

.wm-history-story-panel {
  columns: 2 340px;
  column-gap: 54px;
  padding: 38px;
  background: var(--soft);
  border-left: 5px solid var(--brand);
  border-radius: 6px;
}

.wm-history-story-panel p {
  margin: 0 0 18px;
  color: #334155;
  break-inside: avoid;
}

/* Historical archive */
.wm-history-archive {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0 96px;
}

.wm-history-archive-head {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 0.65fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 38px;
}

.wm-history-archive-head h2 {
  margin: 0;
  color: #17253a;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
}

.wm-history-archive-head p {
  margin: 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.75;
}

.wm-history-archive-eyebrow {
  margin: 0 0 14px !important;
  color: #d4202f !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wm-history-featured-photo {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 0.38fr);
  gap: 0;
  overflow: hidden;
  margin-bottom: 28px;
  background: #081c33;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(17, 36, 61, 0.12);
}

.wm-history-featured-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.wm-history-featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  color: rgba(255, 255, 255, 0.86);
}

.wm-history-featured-copy span {
  color: #ffbdc4;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wm-history-featured-copy h3 {
  margin: 12px 0 16px;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
}

.wm-history-featured-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

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

.wm-history-photo-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
}

.wm-history-photo-card figure {
  margin: 0;
}

.wm-history-photo-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  display: block;
}

.wm-history-photo-card figcaption {
  padding: 18px;
}

.wm-history-photo-card strong {
  display: block;
  margin-bottom: 8px;
  color: #17253a;
  font-size: 18px;
  line-height: 1.3;
}

.wm-history-photo-card span {
  display: block;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

/* Timeline */
.wm-history-milestones {
  padding-top: 40px;
}

.wm-history-timeline {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.wm-history-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 97px;
  width: 2px;
  background: var(--line);
}

.wm-history-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 34px;
  align-items: start;
  padding: 28px 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.wm-history-timeline-item::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 91px;
  width: 14px;
  height: 14px;
  background: var(--white);
  border: 4px solid var(--brand);
  border-radius: 50%;
}

.wm-history-timeline-item.featured {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border-color: var(--brand);
}

.wm-history-timeline-item.featured::before {
  border-color: var(--accent);
  background: var(--white);
}

.wm-history-timeline-item time {
  color: var(--accent);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.wm-history-timeline-item.featured time,
.wm-history-timeline-item.featured p {
  color: rgba(255, 255, 255, 0.88);
}

.wm-history-timeline-item h3 {
  font-size: 22px;
}

.wm-history-timeline-item p {
  margin: 10px 0 0;
  color: var(--muted);
}

.wm-history-trust {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
  gap: 54px;
  align-items: center;
  padding-top: 28px;
}

.wm-history-trust-copy p:not(.wm-history-eyebrow) {
  margin: 22px 0 28px;
  color: var(--muted);
  font-size: 17px;
}

.wm-history-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.wm-history-trust-grid div {
  min-height: 150px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.wm-history-trust-grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wm-history-trust-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.25;
}

.wm-history-cta {
  background: #081c33;
  color: rgba(255, 255, 255, 0.86);
}

.wm-history-cta-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(280px, 0.25fr);
  gap: 40px;
  align-items: center;
}

.wm-history-cta h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: clamp(28px, 4vw, 44px);
}

.wm-history-cta p {
  margin: 0;
  max-width: 760px;
}

.wm-history-cta-links {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.wm-history-cta-links a {
  color: var(--white);
  font-weight: 800;
}

.wm-history-cta-links a:hover {
  color: #ffbdc4;
}

@media (max-width: 900px) {
  .wm-history-hero {
    min-height: 590px;
  }

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

  .wm-history-stats div:nth-child(2) {
    border-right: 0;
  }

  .wm-history-stats div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .wm-history-section-heading,
  .wm-history-archive-head,
  .wm-history-featured-photo,
  .wm-history-trust,
  .wm-history-cta-inner {
    grid-template-columns: 1fr;
  }

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

  .wm-history-featured-photo img {
    min-height: 320px;
  }

  .wm-history-trust {
    gap: 32px;
  }

  .wm-history-cta-links {
    justify-items: start;
  }
}

@media (max-width: 640px) {
  .wm-history-hero-content {
    width: min(100% - 32px, 760px);
    margin-left: 16px;
  }

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

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

  .wm-history-stats {
    grid-template-columns: 1fr;
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }

  .wm-history-stats div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .wm-history-section,
  .wm-history-archive {
    width: min(100% - 32px, 1180px);
    padding: 64px 0;
  }

  .wm-history-story-panel {
    padding: 26px 22px;
  }

  .wm-history-photo-grid {
    grid-template-columns: 1fr;
  }

  .wm-history-featured-copy {
    padding: 26px 22px;
  }

  .wm-history-photo-card img {
    height: 230px;
  }

  .wm-history-timeline::before {
    left: 22px;
  }

  .wm-history-timeline-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 22px 24px 54px;
  }

  .wm-history-timeline-item::before {
    left: 15px;
  }

  .wm-history-trust-grid {
    grid-template-columns: 1fr;
  }

  .wm-history-cta-inner {
    width: min(100% - 32px, 1180px);
    padding: 54px 0;
  }
}



.wm-eeat-production-module{--wm-eeat-ink:#173247;--wm-eeat-muted:#506676;--wm-eeat-blue:#0b5f8a;--wm-eeat-green:#24704a;--wm-eeat-line:#d6e2e9;--wm-eeat-soft:#f4f8fb;--wm-eeat-warm:#fff8e8;color:var(--wm-eeat-ink);border-top:1px solid var(--wm-eeat-line);border-bottom:1px solid var(--wm-eeat-line)}
.wm-eeat-production-module *{box-sizing:border-box}.wm-eeat-production-module a{overflow-wrap:anywhere}.wm-eeat-eyebrow{margin:0 0 8px;color:var(--wm-eeat-blue);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.wm-eeat-lead{max-width:860px;font-size:18px;line-height:1.65}.wm-eeat-stage-grid,.wm-eeat-card-grid,.wm-eeat-path-grid,.wm-eeat-record-grid,.wm-eeat-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:24px 0}.wm-eeat-card,.wm-eeat-stage,.wm-eeat-record,.wm-eeat-path,.wm-eeat-check{min-width:0;padding:22px;border:1px solid var(--wm-eeat-line);border-radius:10px;background:#fff;box-shadow:0 8px 26px rgba(12,58,84,.06)}.wm-eeat-stage h3,.wm-eeat-card h3,.wm-eeat-record h3,.wm-eeat-path strong,.wm-eeat-check strong{display:block;margin:0 0 8px;color:var(--wm-eeat-ink)}.wm-eeat-stage p,.wm-eeat-card p,.wm-eeat-record p,.wm-eeat-path span,.wm-eeat-check span{margin:0;color:var(--wm-eeat-muted);line-height:1.6}.wm-eeat-path{text-decoration:none}.wm-eeat-path:hover{border-color:var(--wm-eeat-blue);transform:translateY(-1px)}.wm-eeat-status{display:inline-block;margin:0 0 12px;padding:5px 9px;border-radius:999px;background:#e9f6ef;color:#1e6844;font-size:12px;font-weight:800;text-transform:uppercase}.wm-eeat-status.current{background:#eaf3f8;color:#0b5f8a}.wm-eeat-boundary,.wm-eeat-caution{margin:22px 0;padding:18px 20px;border-left:4px solid var(--wm-eeat-blue);background:var(--wm-eeat-soft);border-radius:0 8px 8px 0}.wm-eeat-caution{border-left-color:#bd7a12;background:var(--wm-eeat-warm)}.wm-eeat-boundary p,.wm-eeat-caution p{margin:0}.wm-eeat-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:24px 0}.wm-eeat-fact{padding:16px;border:1px solid var(--wm-eeat-line);border-radius:8px;background:#fff}.wm-eeat-fact span{display:block;margin-bottom:5px;color:var(--wm-eeat-muted);font-size:12px;font-weight:700;text-transform:uppercase}.wm-eeat-fact strong{display:block;color:var(--wm-eeat-ink);overflow-wrap:anywhere}.wm-eeat-source-list{margin:16px 0 0;padding-left:20px}.wm-eeat-source-list li{margin:8px 0}.wm-eeat-verified{margin-top:18px;color:var(--wm-eeat-muted);font-size:13px}.wm-eeat-record dl{display:grid;grid-template-columns:minmax(110px,.45fr) 1fr;gap:7px 12px;margin:12px 0 0}.wm-eeat-record dt{font-weight:700;color:var(--wm-eeat-muted)}.wm-eeat-record dd{margin:0;overflow-wrap:anywhere}.wm-eeat-check-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.wm-eeat-check{padding:15px}.wm-eeat-check strong{font-size:14px}.wm-eeat-check span{font-size:13px}.wm-eeat-inline-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.wm-eeat-inline-links a{display:inline-flex;align-items:center;min-height:44px;padding:10px 15px;border:1px solid var(--wm-eeat-blue);border-radius:7px;color:var(--wm-eeat-blue);font-weight:700;text-decoration:none}.wm-eeat-inline-links a:hover{background:var(--wm-eeat-blue);color:#fff}
body.walter-five-page-production-tubular-motor .innerpage-banner + .wp-block-columns{display:none}
@media(max-width:900px){.wm-eeat-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.wm-eeat-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.wm-eeat-stage-grid,.wm-eeat-card-grid,.wm-eeat-path-grid,.wm-eeat-record-grid,.wm-eeat-check-grid,.wm-eeat-facts{grid-template-columns:1fr}.wm-eeat-card,.wm-eeat-stage,.wm-eeat-record,.wm-eeat-path,.wm-eeat-check{padding:18px}.wm-eeat-record dl{grid-template-columns:1fr}.wm-eeat-record dd{margin:0 0 6px}.wm-eeat-lead{font-size:16px}}
