/*
Theme Name: PIE-v0084
Theme URI: https://piledrivingie.com
Author: Piledriving Investment Equipment
Description: A modern industrial WordPress theme for PIE equipment, consulting, quote review, and training.
Version: 8.5
License: GNU General Public License v2 or later
Text Domain: pie-v0084
*/

:root {
  --pie-navy: #061a33;
  --pie-deep: #031226;
  --pie-blue: #0868d8;
  --pie-blue-2: #1592ff;
  --pie-ink: #102033;
  --pie-muted: #607086;
  --pie-bg: #eef3f8;
  --pie-white: #fff;
  --pie-border: rgba(8, 33, 65, .12);
  --pie-shadow: 0 18px 52px rgba(2, 19, 42, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--pie-ink);
  background: var(--pie-bg);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.pie-site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 20px 24px;
  color: #fff;
}
.pie-header-inner {
  width: min(1220px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.pie-brand { display: inline-flex; align-items: center; gap: 14px; }
.pie-brand-mark {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.06em;
}
.pie-brand-name {
  border-left: 1px solid rgba(255,255,255,.55);
  padding-left: 14px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.pie-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 750; }
.pie-nav a { opacity: .9; }
.pie-nav a:hover { opacity: 1; color: #69b6ff; }
.pie-nav-dropdown { position: relative; }
.pie-nav-dropdown summary {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  list-style: none;
  opacity: .92;
  user-select: none;
}
.pie-nav-dropdown summary::-webkit-details-marker { display: none; }
.pie-nav-dropdown summary:hover,
.pie-nav-dropdown[open] summary { color: #69b6ff; opacity: 1; }
.pie-nav-chevron { font-size: 16px; line-height: 1; transition: transform .2s ease; }
.pie-nav-dropdown[open] .pie-nav-chevron { transform: rotate(180deg); }
.pie-nav-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  min-width: 230px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(3,18,38,.96);
  box-shadow: 0 18px 44px rgba(0,0,0,.34);
  backdrop-filter: blur(12px);
}
.pie-nav-menu::before {
  content: "";
  position: absolute;
  right: 24px;
  top: -6px;
  width: 12px;
  height: 12px;
  background: rgba(3,18,38,.96);
  border-left: 1px solid rgba(255,255,255,.16);
  border-top: 1px solid rgba(255,255,255,.16);
  transform: rotate(45deg);
}
.pie-nav-menu a {
  display: block;
  padding: 11px 13px;
  border-radius: 9px;
  color: rgba(255,255,255,.9);
  white-space: nowrap;
}
.pie-nav-menu a:hover { color: #fff; background: rgba(21,146,255,.16); }
.pie-nav-contact { white-space: nowrap; }

.pie-page { min-height: 100vh; }
.pie-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: flex-start;
  padding: 145px 24px 90px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2,15,34,.92) 0%, rgba(3,22,46,.72) 48%, rgba(3,19,42,.52) 100%),
    url('assets/pie-background-v3.jpeg') center 48%/cover no-repeat;
}
.pie-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(180deg, transparent, var(--pie-bg));
}
.pie-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1220px, 100%);
  margin: 0 auto;
  color: #fff;
}
.pie-kicker {
  display: inline-block;
  margin: 0 0 30px;
  color: #8bc7ff;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.pie-hero h1 {
  margin: 0 0 18px;
  max-width: 760px;
  font-size: clamp(56px, 8vw, 104px);
  line-height: .92;
  letter-spacing: -.065em;
}
.pie-hero p {
  margin: 0 0 30px;
  max-width: 680px;
  color: rgba(255,255,255,.9);
  font-size: clamp(21px, 2.4vw, 32px);
  line-height: 1.25;
}
.pie-call-button {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 16px 22px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--pie-blue), #0545a4);
  box-shadow: 0 12px 28px rgba(0, 77, 178, .34);
  font-weight: 850;
}
.pie-call-button:hover { transform: translateY(-2px); }

.pie-main { position: relative; z-index: 5; margin-top: -72px; padding: 0 24px 72px; }
.pie-section-wrap { width: min(1220px, 100%); margin: 0 auto; }
.pie-equipment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pie-equipment-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--pie-navy);
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: var(--pie-shadow);
}
.pie-equipment-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.pie-equipment-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1,13,29,.05), rgba(1,13,29,.86));
}
.pie-equipment-card:hover img { transform: scale(1.035); }
.pie-equipment-overlay { position: absolute; z-index: 2; inset: auto 24px 24px; color: #fff; }
.pie-equipment-overlay h2 { margin: 0 0 8px; font-size: clamp(27px, 3vw, 38px); letter-spacing: -.035em; }
.pie-equipment-overlay span { color: #8cc8ff; font-weight: 750; }

.pie-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.pie-service-card {
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--pie-border);
  box-shadow: 0 16px 42px rgba(17, 39, 68, .11);
}
.pie-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(17, 39, 68, .17);
}
.pie-service-card > img { width: 100%; height: 245px; object-fit: cover; transition: transform .4s ease; }
.pie-service-card:hover > img { transform: scale(1.045); }
.pie-service-body { padding: 28px; }
.pie-service-label {
  margin: 0 0 8px !important;
  color: var(--pie-blue);
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pie-service-body h2 { margin: 0 0 15px; font-size: 28px; line-height: 1.08; letter-spacing: -.035em; }
.pie-service-body p, .pie-service-body li { color: var(--pie-muted); font-size: 16px; line-height: 1.55; }
.pie-service-body ul { margin: 14px 0 17px; padding-left: 20px; }
.pie-service-close { font-weight: 650; color: var(--pie-ink) !important; }
.pie-free-service { font-size: 18px !important; color: var(--pie-blue) !important; font-weight: 900; }
.pie-text-link { display: inline-block; margin-top: 8px; color: var(--pie-blue); font-weight: 850; }

.pie-mission {
  margin-top: 46px;
  padding: clamp(34px, 6vw, 68px);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 15%, rgba(22,145,255,.26), transparent 34%),
    linear-gradient(135deg, #04172e, #092c5e);
  box-shadow: var(--pie-shadow);
}
.pie-mission-label { margin: 0 0 12px; color: #74bcff; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.pie-mission h2 { margin: 0; max-width: 980px; font-size: clamp(30px, 4.6vw, 56px); line-height: 1.12; letter-spacing: -.045em; }

.pie-footer { padding: 42px 24px; color: rgba(255,255,255,.78); background: var(--pie-deep); }
.pie-footer-inner { width: min(1220px, 100%); margin: 0 auto 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.pie-footer-inner strong { color: #fff; }
.pie-footer-inner a { color: #7fc2ff; font-weight: 800; }
.pie-copyright { width: min(1220px, 100%); margin: 0 auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }

@media (max-width: 950px) {
  .pie-equipment-grid, .pie-services-grid { grid-template-columns: 1fr; }
  .pie-equipment-card { min-height: 390px; }
  .pie-service-card > img { height: 330px; }
}
@media (max-width: 680px) {
  .pie-site-header { position: absolute; padding: 16px 18px; }
  .pie-brand-name { display: none; }
  .pie-main { margin-top: -48px; padding-left: 16px; padding-right: 16px; }
  .pie-equipment-card { min-height: 290px; }
  .pie-service-card > img { height: 235px; }
  .pie-service-body { padding: 24px; }
}

.pie-footer-brand { display: inline-flex; align-items: center; gap: 14px; }
.pie-footer-logo { width: 92px; height: auto; opacity: .96; }
@media (max-width: 680px) { .pie-footer-logo { width: 78px; } }

.pie-hero-subtitle {
  display: block;
  max-width: 760px;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.3;
  letter-spacing: .05em;
}
.pie-copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px 24px;
}
.pie-footer-email { color: #7fc2ff; font-weight: 800; }
.pie-footer-email:hover { color: #fff; }
@media (max-width: 680px) {
  .pie-nav { display: flex; gap: 17px; font-size: 13px; }
  .pie-nav-menu { right: -58px; min-width: 215px; }
  .pie-hero { min-height: 570px; padding: 112px 20px 86px; }
  .pie-hero-subtitle { font-size: 15px; letter-spacing: .04em; }
  .pie-copyright { align-items: flex-start; flex-direction: column; }
}


/* PIE-v0006 header and hero refinements */
.pie-site-header {
  padding: 14px 24px;
  background: rgba(0, 0, 0, .90);
  border-bottom: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.pie-header-inner {
  justify-content: flex-start;
  gap: 32px;
}
.pie-brand { gap: 0; }
.pie-brand-name { display: none; }
.pie-nav { gap: 25px; }
.pie-nav-menu {
  left: 0;
  right: auto;
}
.pie-nav-menu::before {
  left: 24px;
  right: auto;
}
.pie-hero {
  min-height: 500px;
  padding: 78px 24px 36px;
}
.pie-hero-inner { padding-top: 18px; }
.pie-hero-subtitle {
  margin-bottom: 22px;
  color: #69b6ff;
  font-size: clamp(14px, 1.55vw, 20px);
  line-height: 1.45;
  letter-spacing: .10em;
}
.pie-call-button { margin-bottom: 0; }
.pie-hero::after { height: 72px; }
.pie-main { margin-top: -42px; }

@media (max-width: 680px) {
  .pie-site-header { padding: 12px 16px; }
  .pie-header-inner { gap: 20px; }
  .pie-nav { gap: 16px; }
  .pie-nav-menu { left: -52px; right: auto; }
  .pie-hero {
    min-height: 455px;
    padding: 68px 18px 30px;
  }
  .pie-hero-inner { padding-top: 13px; }
  .pie-hero-subtitle {
    font-size: 12px;
    line-height: 1.55;
    letter-spacing: .08em;
    margin-bottom: 18px;
  }
  .pie-hero::after { height: 58px; }
  .pie-main { margin-top: -32px; }
}


/* PIE-v0007 navigation and header contact refinements */
.pie-header-phone {
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
  opacity: .95;
}
.pie-header-phone:hover {
  color: #69b6ff;
  opacity: 1;
}

@media (max-width: 680px) {
  .pie-header-phone {
    font-size: 12px;
    letter-spacing: 0;
  }
}

@media (max-width: 470px) {
  .pie-header-inner {
    gap: 13px;
  }
  .pie-brand-mark {
    font-size: 25px;
  }
  .pie-nav {
    gap: 12px;
    font-size: 12px;
  }
  .pie-header-phone {
    font-size: 11px;
  }
}


/* PIE-v0009 service contact refinements */
.pie-contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 22px;
  margin-top: 8px;
}
.pie-contact-actions .pie-text-link { margin-top: 0; }
.pie-contact-or {
  color: var(--pie-muted);
  font-size: 14px;
  font-weight: 700;
  text-transform: lowercase;
}
.pie-confidentiality {
  margin-top: 13px;
  padding-left: 12px;
  border-left: 3px solid var(--pie-blue);
  font-size: 14px;
  line-height: 1.55;
  color: #4d5660;
}
@media (max-width: 680px) {
  .pie-contact-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}

/* PIE v0011 — Diesel Hammers page */
.pie-dh-page{background:#f1f5f9;color:var(--pie-ink)}
.pie-dh-wrap{width:min(1220px,calc(100% - 48px));margin:0 auto}
.pie-dh-hero{position:relative;overflow:hidden;padding:128px 24px 80px;color:#fff;background:radial-gradient(circle at 85% 5%,rgba(21,146,255,.28),transparent 35%),linear-gradient(135deg,#031226,#082b58)}
.pie-dh-hero-inner{width:min(1220px,100%);margin:auto;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:58px}
.pie-dh-eyebrow,.pie-dh-section-label{margin:0 0 14px;color:#178cf2;font-size:13px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.pie-dh-hero .pie-dh-eyebrow{color:#85c7ff}.pie-dh-copy h1{margin:0;max-width:720px;font-size:clamp(52px,6.2vw,88px);line-height:.94;letter-spacing:-.06em}.pie-dh-lead{max-width:690px;margin:24px 0 0;color:rgba(255,255,255,.82);font-size:20px;line-height:1.55}
.pie-dh-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:32px}.pie-dh-btn{display:inline-flex;padding:15px 20px;border-radius:11px;font-weight:850}.pie-dh-btn-primary{color:#fff;background:linear-gradient(135deg,#0a78e8,#0752b5);box-shadow:0 13px 30px rgba(0,84,190,.3)}.pie-dh-btn-ghost{border:1px solid rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.07)}
.pie-dh-hero-image{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 28px 70px rgba(0,0,0,.38);transform:rotate(1.5deg)}.pie-dh-hero-image:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.28);border-radius:24px}.pie-dh-hero-image img{width:100%;height:500px;object-fit:cover}
.pie-dh-intro,.pie-dh-models,.pie-dh-configurations,.pie-dh-jw{padding:82px 0}.pie-dh-intro{background:#fff}.pie-dh-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}.pie-dh-intro h2,.pie-dh-heading-row h2,.pie-dh-selector h2,.pie-dh-configurations h2,.pie-dh-jw h2,.pie-dh-final h2{margin:0;font-size:clamp(36px,4.5vw,58px);line-height:1.02;letter-spacing:-.05em}.pie-dh-intro-grid>div:last-child p,.pie-dh-heading-row p,.pie-dh-selector p,.pie-dh-jw p,.pie-dh-final p{color:#607086;font-size:18px;line-height:1.65}
.pie-dh-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:56px}.pie-dh-feature-grid article{padding:26px;border:1px solid var(--pie-border);border-radius:16px;background:#f8fbfe}.pie-dh-feature-grid strong{display:block;font-size:21px}.pie-dh-feature-grid span{display:block;margin-top:7px;color:#607086;font-size:14px}
.pie-dh-heading-row{display:grid;grid-template-columns:1.3fr .7fr;gap:54px;align-items:end}.pie-dh-model-group{margin-top:52px}.pie-dh-model-group>h3{margin:0 0 18px;font-size:18px;letter-spacing:-.02em}.pie-dh-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pie-dh-model-card{padding:25px;border:1px solid rgba(9,49,91,.12);border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(20,42,70,.07);transition:.25s}.pie-dh-model-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(20,42,70,.13)}.pie-dh-model-top{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:20px;border-bottom:1px solid #e6edf4}.pie-dh-model-top span{padding:6px 9px;border-radius:7px;color:#fff;background:#0874df;font-size:12px;font-weight:900}.pie-dh-model-top h4{margin:0;font-size:48px;line-height:.9;letter-spacing:-.06em}.pie-dh-model-card dl{margin:19px 0}.pie-dh-model-card dl div{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid #edf1f5}.pie-dh-model-card dt{color:#708095;font-size:13px}.pie-dh-model-card dd{margin:0;text-align:right;font-size:14px;font-weight:800}.pie-dh-model-card>a{color:#0868d8;font-weight:850;font-size:14px}
.pie-dh-selector{padding:64px 0;color:#fff;background:linear-gradient(135deg,#041932,#0a3c76)}.pie-dh-selector-inner{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center}.pie-dh-selector .pie-dh-section-label{color:#77bfff}.pie-dh-selector p{max-width:800px;color:rgba(255,255,255,.75)}.pie-dh-selector-actions{display:flex;flex-direction:column;align-items:flex-start;gap:18px;white-space:nowrap}.pie-dh-selector-actions>a:last-child{color:#8bcaff;font-weight:850}
.pie-dh-configurations{background:#fff}.pie-dh-config-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:44px}.pie-dh-config-grid article{min-height:245px;padding:27px;border-radius:18px;color:#fff;background:linear-gradient(150deg,#08264a,#04152b)}.pie-dh-config-grid span{color:#38a1ff;font-weight:900}.pie-dh-config-grid h3{margin:48px 0 10px;font-size:25px}.pie-dh-config-grid p{margin:0;color:rgba(255,255,255,.7);line-height:1.55}
.pie-dh-jw{background:#e9f0f7}.pie-dh-jw-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;align-items:center}.pie-dh-jw-visual{display:flex;align-items:center;gap:22px;padding:36px;border-radius:20px;background:#061a33;color:#fff}.pie-dh-jw-mark{font-size:72px;font-weight:950;letter-spacing:-.09em;color:#168cf0}.pie-dh-jw-visual p{margin:0;color:#fff;font-weight:800}.pie-dh-final{padding:84px 0;text-align:center;color:#fff;background:#031226}.pie-dh-final .pie-dh-section-label{color:#76bdff}.pie-dh-final p{max-width:700px;margin:20px auto;color:rgba(255,255,255,.7)}.pie-dh-final-links{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;margin-top:28px}.pie-dh-final-links a{color:#7fc4ff;font-weight:850}.pie-dh-final-links span{color:rgba(255,255,255,.45)}
@media(max-width:900px){.pie-dh-hero-inner,.pie-dh-intro-grid,.pie-dh-heading-row,.pie-dh-jw-grid{grid-template-columns:1fr}.pie-dh-hero-image img{height:390px}.pie-dh-feature-grid,.pie-dh-config-grid{grid-template-columns:repeat(2,1fr)}.pie-dh-card-grid{grid-template-columns:repeat(2,1fr)}.pie-dh-selector-inner{grid-template-columns:1fr}.pie-dh-selector-actions{white-space:normal}}
@media(max-width:620px){.pie-dh-wrap{width:min(100% - 30px,1220px)}.pie-dh-hero{padding:105px 15px 56px}.pie-dh-copy h1{font-size:49px}.pie-dh-lead{font-size:17px}.pie-dh-hero-image img{height:280px}.pie-dh-intro,.pie-dh-models,.pie-dh-configurations,.pie-dh-jw{padding:58px 0}.pie-dh-feature-grid,.pie-dh-card-grid,.pie-dh-config-grid{grid-template-columns:1fr}.pie-dh-model-top h4{font-size:42px}.pie-dh-selector{padding:52px 0}.pie-dh-jw-visual{padding:25px}.pie-dh-jw-mark{font-size:55px}}

/* PIE-v0012 diesel hammer page refinements */
.pie-dh-hero{
  padding:92px 24px 38px;
}
.pie-dh-hero-inner{
  grid-template-columns:1.08fr .92fr;
  gap:42px;
}
.pie-dh-copy h1{
  font-size:clamp(44px,5vw,70px);
}
.pie-dh-lead{
  margin-top:16px;
  font-size:17px;
  letter-spacing:.02em;
}
.pie-dh-actions{
  margin-top:22px;
}
.pie-dh-btn{
  padding:12px 17px;
}
.pie-dh-hero-image img{
  height:300px;
}
.pie-dh-models{
  padding-top:50px;
}
.pie-dh-model-group{
  margin-top:0;
}
.pie-dh-model-group + .pie-dh-model-group{
  margin-top:18px;
}
.pie-dh-model-top span{
  padding:6px 10px;
}
.pie-dh-card-links{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:9px;
}
.pie-dh-card-links a{
  color:#0868d8;
  font-weight:850;
  font-size:14px;
}
@media(max-width:900px){
  .pie-dh-hero-image img{height:280px}
}
@media(max-width:620px){
  .pie-dh-hero{padding:82px 15px 34px}
  .pie-dh-copy h1{font-size:43px}
  .pie-dh-lead{font-size:15px;line-height:1.45}
  .pie-dh-hero-image img{height:220px}
  .pie-dh-models{padding-top:38px}
}


/* PIE-v0013 diesel hammer visual refinements */
.pie-dh-lead span{
  display:inline-block;
  margin:0 .28em;
  color:rgba(255,255,255,.72);
  font-size:.78em;
  vertical-align:.08em;
}
.pie-dh-models{
  background:
    linear-gradient(180deg,rgba(232,241,250,.72) 0,rgba(246,249,252,.96) 135px,#f7f9fc 100%);
}
.pie-dh-model-card{
  position:relative;
  overflow:hidden;
  border-color:rgba(8,80,150,.14);
  box-shadow:0 10px 28px rgba(17,49,84,.085),0 1px 0 rgba(255,255,255,.9) inset;
}
.pie-dh-model-card:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,#0874df,#55afff);
}
.pie-dh-model-card:hover{
  border-color:rgba(8,116,223,.28);
  box-shadow:0 20px 44px rgba(17,49,84,.15),0 1px 0 rgba(255,255,255,.95) inset;
}
.pie-dh-model-top{
  align-items:center;
}
.pie-dh-model-top h4{
  order:1;
}
.pie-dh-model-top span{
  order:2;
  margin-left:auto;
}
@media(max-width:620px){
  .pie-dh-lead span{margin:0 .18em}
}


/* PIE-v0014 stronger diesel hammer card framing */
.pie-dh-model-card{
  overflow:visible;
  border:2px solid #153f6c;
  border-radius:14px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  box-shadow:0 10px 0 rgba(8,53,99,.08),0 20px 34px rgba(17,49,84,.10);
}
.pie-dh-model-card:before{
  height:6px;
  left:12px;
  right:12px;
  top:-4px;
  border-radius:4px;
  background:linear-gradient(90deg,#0874df 0 72%,#79c3ff 72% 100%);
}
.pie-dh-model-card:after{
  content:"";
  position:absolute;
  inset:8px;
  pointer-events:none;
  border:1px solid rgba(8,116,223,.16);
  border-radius:8px;
}
.pie-dh-model-card:hover{
  border-color:#0874df;
  transform:translateY(-4px);
  box-shadow:0 11px 0 rgba(8,116,223,.12),0 24px 44px rgba(17,49,84,.16);
}
.pie-dh-model-top{
  position:relative;
  z-index:1;
  padding:2px 2px 20px;
  border-bottom:2px solid #dbe7f2;
}
.pie-dh-model-card dl,.pie-dh-card-links{position:relative;z-index:1}

/* v0015: bold two-zone diesel hammer cards */
.pie-dh-model-card{padding:0;overflow:hidden;border:2px solid #082b55;border-radius:18px;background:#f8fbfe;box-shadow:0 16px 34px rgba(4,25,50,.18)}
.pie-dh-model-card:hover{transform:translateY(-5px);box-shadow:0 24px 50px rgba(4,25,50,.25)}
.pie-dh-model-top{position:relative;display:flex;align-items:center;min-height:118px;padding:24px 28px;border-bottom:0;background:linear-gradient(135deg,#041932 0%,#0a3c76 72%,#0b559f 100%)}
.pie-dh-model-top:after{content:"";position:absolute;left:28px;bottom:0;width:54px;height:4px;background:#35a6ff}
.pie-dh-model-top h4{margin:0;color:#fff;font-size:64px;line-height:.9;font-weight:950;letter-spacing:-.065em;text-shadow:0 3px 14px rgba(0,0,0,.2)}
.pie-dh-model-card dl{margin:0;padding:18px 26px 10px;background:linear-gradient(180deg,#fff 0%,#f4f8fc 100%)}
.pie-dh-model-card dl div{padding:11px 0;border-bottom:1px solid #dce6f0}
.pie-dh-model-card dt{color:#61758a;font-size:13px;font-weight:650}
.pie-dh-model-card dd{color:#092b50;font-size:15px;font-weight:900}
.pie-dh-card-links{padding:12px 26px 22px;background:#f4f8fc}

/* v0016: compact four-column hammer cards */
.pie-dh-card-grid{grid-template-columns:repeat(4,1fr);gap:16px}
.pie-dh-model-card{border-radius:14px}
.pie-dh-model-top{min-height:72px;padding:16px 20px;background:#082f5d}
.pie-dh-model-top:after{left:20px;width:40px;height:3px}
.pie-dh-model-top h4{font-size:44px}
.pie-dh-model-card dl{padding:10px 18px 5px}
.pie-dh-model-card dl div{padding:7px 0}
.pie-dh-model-card dt{font-size:11px}
.pie-dh-model-card dd{font-size:12px}
.pie-dh-card-links{padding:8px 18px 15px}
@media(max-width:1100px){.pie-dh-card-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){.pie-dh-card-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.pie-dh-card-grid{grid-template-columns:1fr}}

/* v0018 recommended pile weight treatment */
.pie-dh-model-card dl .pie-dh-pile-weight{display:grid;grid-template-columns:1fr auto;gap:4px 12px;padding:10px 0;border-bottom:0}
.pie-dh-pile-weight dt{grid-row:1 / span 2;align-self:center;max-width:105px;line-height:1.25}
.pie-dh-pile-weight dd{font-size:12px}
.pie-dh-pile-weight dd span{color:#61758a;font-weight:650;margin-right:5px}

/* v0019 compact pile-weight visuals */
.pie-dh-model-card dl .pie-dh-pile-weight{display:block;padding:10px 0 5px}
.pie-dh-pile-weight dt{max-width:none;margin:0 0 8px;color:#183c61;font-size:11px;font-weight:850;letter-spacing:.02em;text-transform:uppercase}
.pie-dh-pile-weight .pie-dh-pile-row{display:grid;grid-template-columns:24px 1fr;align-items:center;gap:8px;margin:0;padding:4px 0;text-align:left}
.pie-dh-pile-copy{display:flex;justify-content:space-between;align-items:baseline;gap:8px;min-width:0}
.pie-dh-pile-copy b{color:#61758a;font-size:11px;font-weight:700}
.pie-dh-pile-copy strong{color:#092b50;font-size:12px;font-weight:900;white-space:nowrap}
.pie-dh-pile-icon{position:relative;display:block;width:20px;height:20px}
.pie-dh-pile-icon-steel:before,.pie-dh-pile-icon-steel:after,.pie-dh-pile-icon-steel i{content:"";position:absolute;border:1.5px solid #0b559f}
.pie-dh-pile-icon-steel:before{left:5px;top:1px;width:10px;height:18px;border-top-width:2px;border-bottom-width:2px}
.pie-dh-pile-icon-steel:after{left:2px;top:4px;width:16px;height:3px;border-left:0;border-right:0}
.pie-dh-pile-icon-steel i{left:2px;bottom:3px;width:16px;height:3px;border-left:0;border-right:0}
.pie-dh-pile-icon-concrete:before,.pie-dh-pile-icon-concrete:after,.pie-dh-pile-icon-concrete i{content:"";position:absolute}
.pie-dh-pile-icon-concrete:before{left:3px;top:3px;width:13px;height:13px;border:1.5px solid #0b559f}
.pie-dh-pile-icon-concrete:after{left:6px;top:0;width:13px;height:13px;border:1.5px solid rgba(11,85,159,.55)}
.pie-dh-pile-icon-concrete i{left:3px;top:3px;width:13px;height:13px;background:linear-gradient(135deg,transparent 48%,rgba(11,85,159,.2) 49%,rgba(11,85,159,.2) 53%,transparent 54%)}

/* v0020 revised pipe and concrete pile icons */
.pie-dh-pile-icon-steel:before{left:4px;top:3px;width:12px;height:14px;border:1.5px solid #0b559f;border-radius:50% / 18%}
.pie-dh-pile-icon-steel:after{left:4px;top:2px;width:12px;height:5px;border:1.5px solid #0b559f;border-radius:50%;background:#f4f8fc}
.pie-dh-pile-icon-steel i{left:4px;bottom:1px;width:12px;height:5px;border:0;border-bottom:1.5px solid #0b559f;border-radius:50%}
.pie-dh-pile-icon-concrete:before{left:3px;top:5px;width:11px;height:13px;border:1.5px solid #0b559f}
.pie-dh-pile-icon-concrete:after{left:7px;top:1px;width:11px;height:13px;border:1.5px solid rgba(11,85,159,.65);background:transparent}
.pie-dh-pile-icon-concrete i{left:3px;top:5px;width:15px;height:13px;background:linear-gradient(135deg,transparent 0 24%,rgba(11,85,159,.22) 25% 29%,transparent 30% 69%,rgba(11,85,159,.22) 70% 74%,transparent 75%)}

/* v0021 multi-type pile icons */
.pie-dh-pile-row{grid-template-columns:42px 1fr}
.pie-dh-pile-icon{width:38px;height:22px;display:flex;align-items:center;gap:3px}
.pie-dh-pile-icon:before,.pie-dh-pile-icon:after,.pie-dh-pile-icon i:before,.pie-dh-pile-icon i:after{content:none}
.pie-dh-pile-icon i{position:relative;display:block;flex:none;border-color:#0b559f}
.pie-dh-pile-icon-steel .pipe{width:8px;height:17px;border:1.3px solid #0b559f;border-radius:50% / 14%}
.pie-dh-pile-icon-steel .pipe:before{content:"";position:absolute;left:-1.3px;top:-1.3px;width:8px;height:3px;border:1.3px solid #0b559f;border-radius:50%;background:#f4f8fc}
.pie-dh-pile-icon-steel .sheet{width:9px;height:17px;border-left:1.3px solid #0b559f;border-right:1.3px solid #0b559f;transform:skewY(-18deg)}
.pie-dh-pile-icon-steel .sheet:before{content:"";position:absolute;left:2px;top:0;height:17px;border-left:1.3px solid #0b559f}
.pie-dh-pile-icon-steel .hpile{width:10px;height:17px;border-top:2px solid #0b559f;border-bottom:2px solid #0b559f}
.pie-dh-pile-icon-steel .hpile:before{content:"";position:absolute;left:4px;top:0;height:13px;border-left:1.5px solid #0b559f}
.pie-dh-pile-icon-concrete .square{width:12px;height:17px;border:1.3px solid #0b559f}
.pie-dh-pile-icon-concrete .square:before{content:"";position:absolute;left:3px;top:-4px;width:12px;height:17px;border:1.3px solid rgba(11,85,159,.55)}
.pie-dh-pile-icon-concrete .hollow{width:12px;height:17px;border:1.3px solid #0b559f;border-radius:50% / 14%;margin-left:5px}
.pie-dh-pile-icon-concrete .hollow:before{content:"";position:absolute;left:-1.3px;top:-1.3px;width:12px;height:4px;border:1.3px solid #0b559f;border-radius:50%;background:#f4f8fc}
.pie-dh-pile-icon-concrete .hollow:after{content:"";position:absolute;left:3px;top:0;width:4px;height:2px;border:1px solid #0b559f;border-radius:50%}

/* v0022 text-only pile weight rows */
.pie-dh-pile-row{grid-template-columns:1fr}

/* v0024 pile weight calculator */
.pie-dh-calculator{padding:76px 0;background:linear-gradient(180deg,#eef4fa 0%,#f8fbfe 100%)}
.pie-dh-calc-heading{max-width:760px;margin-bottom:30px}
.pie-dh-calc-heading h2{margin:8px 0 12px;color:#082b55;font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.035em}
.pie-dh-calc-heading p:last-child{color:#60748a;line-height:1.65}
.pie-dh-calc-shell{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:20px;padding:20px;border:2px solid #082f5d;border-radius:20px;background:#fff;box-shadow:0 18px 42px rgba(4,25,50,.14)}
.pie-dh-calc-form{padding:10px}
.pie-dh-calc-form label>span{display:block;margin-bottom:7px;color:#173c61;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.pie-dh-calc-form select,.pie-dh-calc-form input{width:100%;box-sizing:border-box;border:1px solid #cbd8e5;border-radius:9px;background:#f9fbfd;color:#092b50;font:inherit;font-weight:750;outline:none}
.pie-dh-calc-form select{height:48px;padding:0 13px;margin-bottom:18px}
.pie-dh-calc-form input{height:44px;padding:0 48px 0 12px}
.pie-dh-calc-form select:focus,.pie-dh-calc-form input:focus{border-color:#0874df;box-shadow:0 0 0 3px rgba(8,116,223,.12)}
.pie-dh-calc-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.pie-dh-input-unit{position:relative}
.pie-dh-input-unit em{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#6b7f93;font-size:12px;font-style:normal;font-weight:800}
.pie-dh-calc-button{margin-top:18px;padding:14px 18px;border:0;border-radius:10px;background:#0874df;color:#fff;font-weight:900;cursor:pointer}
.pie-dh-calc-button:hover{background:#065fb8}
.pie-dh-calc-result{display:flex;flex-direction:column;justify-content:center;min-height:260px;padding:30px;border-radius:14px;background:#082f5d;color:#fff}
.pie-dh-calc-result>span{color:#8fc9ff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.pie-dh-calc-result>strong{margin-top:8px;font-size:clamp(34px,4vw,54px);line-height:1;letter-spacing:-.045em}
.pie-dh-calc-result>b{margin-top:8px;color:#a9d5ff;font-size:20px}
.pie-dh-calc-detail{display:flex;justify-content:space-between;gap:15px;margin-top:25px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18)}
.pie-dh-calc-detail span{color:rgba(255,255,255,.68);font-size:13px}
.pie-dh-calc-result p{margin:18px 0 0;color:rgba(255,255,255,.7);font-size:12px;line-height:1.55}
@media(max-width:800px){.pie-dh-calc-shell{grid-template-columns:1fr}.pie-dh-calc-fields{grid-template-columns:1fr}.pie-dh-calc-result{min-height:210px}}

/* v0025 calculator units and hammer recommendation */
.pie-dh-calc-shell{position:relative;padding-top:64px}
.pie-dh-unit-toggle{position:absolute;top:18px;right:20px;display:flex;padding:3px;border:1px solid #c9d7e4;border-radius:10px;background:#eef4fa}
.pie-dh-unit-toggle button{padding:8px 13px;border:0;border-radius:7px;background:transparent;color:#526a81;font-size:12px;font-weight:850;cursor:pointer}
.pie-dh-unit-toggle button.active{background:#082f5d;color:#fff;box-shadow:0 2px 8px rgba(4,25,50,.18)}
.pie-dh-calc-button{display:none}
.pie-dh-hammer-rec{margin-top:18px;padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(255,255,255,.06)}
.pie-dh-hammer-rec span{display:block;color:#8fc9ff;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.pie-dh-hammer-rec strong{display:block;margin-top:5px;color:#fff;font-size:30px;line-height:1}
.pie-dh-hammer-rec small{display:block;margin-top:7px;color:rgba(255,255,255,.67);font-size:11px}
@media(max-width:800px){.pie-dh-calc-shell{padding-top:72px}.pie-dh-unit-toggle{left:20px;right:auto}}

/* v0026 hero calculator jump link */
html{scroll-behavior:smooth}
.pie-dh-hero-calc-link{display:inline-flex;align-items:center;gap:10px;margin-top:16px;padding:11px 16px;border:1px solid rgba(255,255,255,.55);border-radius:9px;color:#fff;background:rgba(255,255,255,.08);font-size:13px;font-weight:850;text-decoration:none;transition:.2s}
.pie-dh-hero-calc-link:hover{background:#fff;color:#082f5d;transform:translateY(-1px)}

/* v0028 custom and known pile-weight inputs */
.pie-dh-calc-fields label select{height:44px;margin:0;padding:0 12px}

/* v0031 lower diesel hammer page showcase */
.pie-dh-jw-showcase{padding:76px 0;background:#fff}
.pie-dh-lower-heading{max-width:780px;margin-bottom:30px}
.pie-dh-lower-heading h2,.pie-dh-parts-copy h2,.pie-dh-drive-heading h2{margin:7px 0 13px;color:#082b55;font-size:clamp(30px,4vw,48px);line-height:1.06;letter-spacing:-.035em}
.pie-dh-lower-heading p:last-child,.pie-dh-parts-copy p{color:#60748a;line-height:1.65}
.pie-dh-wide-feature{display:block;width:100%;border-radius:18px;border:1px solid #d9e3ed;box-shadow:0 18px 42px rgba(4,25,50,.10)}
.pie-dh-parts-showcase{padding:76px 0;background:#eef4fa}
.pie-dh-parts-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:44px;align-items:center}
.pie-dh-parts-image{overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 18px 42px rgba(4,25,50,.12)}
.pie-dh-parts-image img{display:block;width:100%;height:auto}
.pie-dh-lower-link{display:inline-flex;margin-top:12px;padding:12px 17px;border-radius:9px;background:#082f5d;color:#fff;text-decoration:none;font-size:13px;font-weight:900}
.pie-dh-lower-link:hover{background:#0874df}
.pie-dh-drive-showcase{padding:80px 0;background:#fff}
.pie-dh-drive-heading{max-width:950px;margin-bottom:28px}
.pie-dh-drive-heading h2 span{color:#0874df}
.pie-dh-drive-gallery{display:grid;grid-template-columns:1.6fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:14px}
.pie-dh-drive-main{grid-row:1 / 3;overflow:hidden;border:2px solid #082f5d;border-radius:18px;background:#f7f9fb}
.pie-dh-drive-item{overflow:hidden;min-height:210px;border:1px solid #d7e1eb;border-radius:14px;background:#f7f9fb}
.pie-dh-drive-gallery img{display:block;width:100%;height:100%;object-fit:contain}
.pie-dh-drive-link{margin-top:24px}
@media(max-width:850px){.pie-dh-parts-grid{grid-template-columns:1fr}.pie-dh-drive-gallery{grid-template-columns:1fr 1fr;grid-template-rows:auto}.pie-dh-drive-main{grid-column:1 / 3;grid-row:auto}.pie-dh-drive-item{min-height:180px}}
@media(max-width:520px){.pie-dh-drive-gallery{grid-template-columns:1fr}.pie-dh-drive-main{grid-column:auto}.pie-dh-drive-item{min-height:220px}}

/* v0032 compact full-width lower-page bands */
.pie-dh-jw-showcase,.pie-dh-parts-showcase,.pie-dh-drive-showcase{padding:26px 0}
.pie-dh-jw-showcase{background:#fff}
.pie-dh-parts-showcase{background:#eef4fa}
.pie-dh-drive-showcase{background:#fff}
.pie-dh-band{display:grid;grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);align-items:center;gap:34px;min-height:430px;padding:34px;border:1px solid #dbe5ee;border-radius:20px;background:#fff;box-shadow:0 14px 34px rgba(4,25,50,.08);overflow:hidden}
.pie-dh-parts-band{min-height:390px}
.pie-dh-drive-band{min-height:410px;background:linear-gradient(135deg,#fff 0%,#f8fbfe 100%)}
.pie-dh-band-copy{position:relative;z-index:2}
.pie-dh-band-copy h2{margin:7px 0 13px;color:#082b55;font-size:clamp(30px,3.6vw,46px);line-height:1.05;letter-spacing:-.035em}
.pie-dh-band-copy h2 span{color:#0874df}
.pie-dh-band-copy p{color:#60748a;line-height:1.65}
.pie-dh-band-media{height:350px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:16px;background:#f7f9fb}
.pie-dh-jw-band .pie-dh-band-media{height:370px;background:#eef2f6}
.pie-dh-band-media img{display:block;width:100%;height:100%;object-fit:contain}
.pie-dh-parts-media{height:320px}
.pie-dh-drive-media{height:330px;background:#f7fafd}
.pie-dh-lower-link{display:inline-flex;margin-top:12px;padding:12px 17px;border-radius:9px;background:#082f5d;color:#fff;text-decoration:none;font-size:13px;font-weight:900}
.pie-dh-lower-link:hover{background:#0874df}
@media(max-width:900px){
  .pie-dh-band{grid-template-columns:1fr;min-height:0;padding:26px}
  .pie-dh-band-media,.pie-dh-jw-band .pie-dh-band-media,.pie-dh-parts-media,.pie-dh-drive-media{height:auto;min-height:260px}
}
@media(max-width:520px){
  .pie-dh-band{padding:20px;border-radius:16px}
  .pie-dh-band-copy h2{font-size:30px}
  .pie-dh-band-media,.pie-dh-jw-band .pie-dh-band-media,.pie-dh-parts-media,.pie-dh-drive-media{min-height:220px}
}

/* v0033 dark blueprint drive-system artwork */
.pie-dh-drive-media{
  background:#031426;
  border:1px solid rgba(8,116,223,.32);
}
.pie-dh-drive-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

/* v0034 actual product composite */
.pie-dh-drive-media{
  background:#031426;
}
.pie-dh-drive-media img{
  object-fit:cover;
  object-position:center;
}

/* v0035 user-approved drive-system composition */
.pie-dh-drive-media{
  background:#0a2f62;
}
.pie-dh-drive-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}

/* v0036 D19 detail page */
.pie-d19-page{background:#eef4fa}
.pie-d19-hero{padding:72px 0;background:linear-gradient(135deg,#031426 0%,#082f5d 100%)}
.pie-d19-hero-inner{display:grid;grid-template-columns:360px 1fr;gap:58px;align-items:center}
.pie-d19-card{overflow:hidden;border:2px solid #0b559f;border-radius:18px;background:#fff;box-shadow:0 24px 60px rgba(0,0,0,.28)}
.pie-d19-card-top{padding:24px 28px;background:#082f5d;color:#fff}
.pie-d19-series{display:block;margin-bottom:12px;color:#8fc9ff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.pie-d19-card-top h1{margin:0;font-size:78px;line-height:.9;letter-spacing:-.065em}
.pie-d19-card-body{padding:20px 24px;background:linear-gradient(180deg,#fff 0%,#f4f8fc 100%)}
.pie-d19-card-body>div{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid #dce6f0}
.pie-d19-card-body span{color:#61758a;font-size:13px}
.pie-d19-card-body strong{color:#082b55;text-align:right;font-size:14px}
.pie-d19-card-body .pie-d19-pile-block{display:block;border-bottom:0}
.pie-d19-pile-block>span{display:block;margin-bottom:8px;color:#183c61;font-size:11px;font-weight:900;text-transform:uppercase}
.pie-d19-pile-block p{display:flex;justify-content:space-between;margin:5px 0}
.pie-d19-pile-block b{color:#61758a;font-size:12px}
.pie-d19-hero-copy{max-width:760px;color:#fff}
.pie-d19-hero-copy .pie-dh-section-label{color:#8fc9ff}
.pie-d19-hero-copy h2{margin:8px 0 16px;font-size:clamp(36px,5vw,62px);line-height:1.02;letter-spacing:-.045em}
.pie-d19-hero-copy p{color:rgba(255,255,255,.76);line-height:1.7}
.pie-d19-jump-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.pie-d19-jump-links a{padding:12px 16px;border:1px solid rgba(255,255,255,.45);border-radius:9px;color:#fff;text-decoration:none;font-weight:850}
.pie-d19-jump-links a:hover{background:#fff;color:#082f5d}
.pie-d19-document-section{padding:72px 0;background:#fff;scroll-margin-top:90px}
.pie-d19-bearing-section{background:#eef4fa}
.pie-d19-doc-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}
.pie-d19-doc-heading h2{margin:6px 0 0;color:#082b55;font-size:clamp(32px,4vw,48px)}
.pie-d19-doc-heading>a{padding:11px 15px;border-radius:9px;background:#082f5d;color:#fff;text-decoration:none;font-size:13px;font-weight:900}
.pie-d19-pdf-frame{height:1120px;overflow:hidden;border:2px solid #082f5d;border-radius:18px;background:#dfe7ef;box-shadow:0 18px 42px rgba(4,25,50,.12)}
.pie-d19-pdf-frame object{display:block;width:100%;height:100%}
.pie-d19-chart-frame{height:900px}
@media(max-width:900px){
  .pie-d19-hero-inner{grid-template-columns:1fr}
  .pie-d19-card{max-width:420px}
  .pie-d19-pdf-frame,.pie-d19-chart-frame{height:760px}
}
@media(max-width:560px){
  .pie-d19-hero{padding:48px 0}
  .pie-d19-card-top h1{font-size:64px}
  .pie-d19-doc-heading{align-items:flex-start;flex-direction:column}
  .pie-d19-pdf-frame,.pie-d19-chart-frame{height:620px}
}

/* v0038 native D19 specification page */
.pie-d19-hero-reversed{grid-template-columns:1fr 360px}
.pie-d19-hero-actions{max-width:720px;color:#fff}
.pie-d19-hero-actions .pie-dh-section-label{color:#8fc9ff}
.pie-d19-hero-actions h1{margin:8px 0 14px;font-size:clamp(44px,6vw,76px);line-height:.98;letter-spacing:-.05em}
.pie-d19-hero-actions>p{max-width:620px;color:rgba(255,255,255,.74);line-height:1.65}
.pie-d19-action-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:26px}
.pie-d19-action-list a{padding:14px 16px;border:1px solid rgba(255,255,255,.3);border-radius:10px;background:rgba(255,255,255,.07);color:#fff;text-decoration:none;font-size:13px;font-weight:850}
.pie-d19-action-list a:hover{background:#fff;color:#082f5d}
.pie-d19-card-top h2{margin:0;font-size:78px;line-height:.9;letter-spacing:-.065em}
.pie-d19-native-spec{padding:72px 0;background:#fff;scroll-margin-top:90px}
.pie-d19-spec-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}
.pie-d19-spec-title h2{margin:6px 0 0;color:#101820;font-size:clamp(34px,5vw,58px);line-height:1}
.pie-d19-spec-title h2 span{color:#0b3c8c}
.pie-d19-spec-title>a{padding:11px 15px;border-radius:9px;background:#082f5d;color:#fff;text-decoration:none;font-size:13px;font-weight:900}
.pie-d19-spec-overview{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:stretch}
.pie-d19-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.pie-d19-stat-grid article{display:flex;flex-direction:column;justify-content:center;min-height:150px;padding:20px;border-radius:12px;background:#083887;color:#fff;text-align:center}
.pie-d19-stat-grid span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.pie-d19-stat-grid strong{margin-top:12px;font-size:28px;line-height:1}
.pie-d19-stat-grid b{margin-top:8px;font-size:18px}
.pie-d19-stat-grid small{margin-top:8px;color:rgba(255,255,255,.8)}
.pie-d19-table-block{margin-top:22px}
.pie-d19-table-block h3,.pie-d19-dual-specs h3,.pie-d19-options h3,.pie-d19-info-stack h3{margin:0;padding:10px 14px;background:#083887;color:#fff;font-size:18px;text-transform:uppercase}
.pie-d19-responsive-table{overflow-x:auto;border:1px solid #ccd7e2;border-top:0}
.pie-d19-responsive-table table{width:100%;border-collapse:collapse}
.pie-d19-responsive-table th{padding:11px;background:#083887;color:#fff;border:1px solid rgba(255,255,255,.3);font-size:12px;text-transform:uppercase}
.pie-d19-responsive-table td{padding:10px;border:1px solid #d7e0e8;text-align:center}
.pie-d19-responsive-table tbody tr:nth-child(even){background:#f4f7fa}
.pie-d19-table-note{margin:7px 0 0;color:#66798d;font-size:12px;font-style:italic}
.pie-d19-feature-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}
.pie-d19-feature-row>div{display:grid;grid-template-columns:52px 1fr;align-items:center;min-height:82px;padding:14px;border:1px solid #0b3c8c;border-radius:10px;background:#fff}
.pie-d19-feature-icon{grid-row:1 / span 2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#083887;color:#fff;font-size:22px}
.pie-d19-feature-row strong{color:#0b3c8c;text-transform:uppercase}
.pie-d19-feature-row small{color:#526579}
.pie-d19-hammer-visual{display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #d9e2ea;border-radius:14px;background:#f4f6f8}
.pie-d19-hammer-visual img{width:100%;height:100%;object-fit:cover;object-position:center}
.pie-d19-dual-specs{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}
.pie-d19-dual-specs section{overflow:hidden;border:1px solid #cfd9e3;border-radius:10px;background:#fff}
.pie-d19-dual-specs dl{margin:0}
.pie-d19-dual-specs dl div{display:grid;grid-template-columns:1fr auto;gap:16px;padding:8px 12px;border-bottom:1px solid #e2e8ee}
.pie-d19-dual-specs dl div:last-child{border-bottom:0}
.pie-d19-dual-specs dt{color:#263b50;font-size:12px}
.pie-d19-dual-specs dd{margin:0;color:#082f5d;font-size:12px;font-weight:850;text-align:right}
.pie-d19-bottom-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:16px;margin-top:24px}
.pie-d19-options,.pie-d19-info-stack>div{overflow:hidden;border:1px solid #0b3c8c;border-radius:10px;background:#fff}
.pie-d19-options ul{columns:2;column-gap:30px;margin:0;padding:18px 28px 20px;color:#263b50}
.pie-d19-options li{margin:0 0 8px;break-inside:avoid}
.pie-d19-info-stack{display:grid;gap:16px}
.pie-d19-info-stack p{margin:10px 14px;color:#42576c}
@media(max-width:950px){
  .pie-d19-hero-reversed{grid-template-columns:1fr}
  .pie-d19-card{order:2}
  .pie-d19-spec-overview{grid-template-columns:1fr}
  .pie-d19-hammer-visual{max-height:700px}
}
@media(max-width:720px){
  .pie-d19-action-list,.pie-d19-stat-grid,.pie-d19-dual-specs,.pie-d19-bottom-grid{grid-template-columns:1fr}
  .pie-d19-feature-row{grid-template-columns:1fr}
  .pie-d19-options ul{columns:1}
  .pie-d19-spec-title{align-items:flex-start;flex-direction:column}
}

/* D19 page v0039 refinements */
.pie-d19-hero-reversed{grid-template-columns:360px minmax(0,1fr);align-items:center}
.pie-d19-hero-actions{max-width:620px;width:100%;justify-self:end}
.pie-d19-action-list{display:grid;grid-template-columns:1fr;gap:11px;margin-top:0}
.pie-d19-action-list a{display:flex;align-items:center;justify-content:space-between;min-height:54px}
.pie-d19-spec-title{display:block;margin-bottom:28px}
.pie-d19-spec-download{display:inline-block;margin-top:14px;padding:11px 15px;border-radius:9px;background:#082f5d;color:#fff;text-decoration:none;font-size:13px;font-weight:900}
.pie-d19-spec-overview{grid-template-columns:minmax(0,1fr) 290px;align-items:start}
.pie-d19-hammer-visual{height:520px;align-self:start;padding:8px;background:#fff}
.pie-d19-hammer-visual img{width:100%;height:100%;object-fit:contain;object-position:center}
.pie-d19-bearing-download-card{display:grid;grid-template-columns:minmax(280px,480px) minmax(0,1fr);gap:34px;align-items:center;padding:28px;border:1px solid #cbd8e5;border-radius:18px;background:#fff;box-shadow:0 18px 42px rgba(4,25,50,.10)}
.pie-d19-bearing-thumbnail{display:block;overflow:hidden;border:1px solid #b9c9d8;border-radius:12px;background:#eef3f8;box-shadow:0 10px 24px rgba(4,25,50,.12)}
.pie-d19-bearing-thumbnail img{display:block;width:100%;height:auto}
.pie-d19-bearing-download-copy h3{margin:0 0 12px;color:#082b55;font-size:clamp(24px,3vw,36px)}
.pie-d19-bearing-download-copy p{margin:0 0 22px;color:#526579;line-height:1.65}
.pie-d19-bearing-download-copy>a{display:inline-block;padding:13px 17px;border-radius:9px;background:#082f5d;color:#fff;text-decoration:none;font-size:14px;font-weight:900}
@media(max-width:900px){
  .pie-d19-hero-reversed{grid-template-columns:1fr}
  .pie-d19-card{order:1}
  .pie-d19-hero-actions{order:2;justify-self:stretch;max-width:none}
  .pie-d19-bearing-download-card{grid-template-columns:1fr}
  .pie-d19-bearing-thumbnail{max-width:520px}
}
@media(max-width:640px){
  .pie-d19-hammer-visual{height:460px}
  .pie-d19-bearing-download-card{padding:18px;gap:24px}
}

/* D19 page v0040 refinements */
.pie-d19-actions-title{
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(24px,3vw,34px);
  line-height:1.1;
  letter-spacing:-.025em;
}
.pie-d19-hammer-visual{
  height:560px;
  padding:0;
  background:#fff;
}
.pie-d19-hammer-visual img{
  width:auto;
  max-width:100%;
  height:100%;
  object-fit:contain;
}
.pie-d19-spec-bottom-download{
  margin-top:28px;
  text-align:center;
}
@media(max-width:760px){
  .pie-d19-hammer-visual{display:none}
}


/* D19 page v0041 refinements */
.pie-d19-hero-actions{display:grid;gap:26px}
.pie-d19-link-group{display:grid;gap:0}
.pie-d19-drive-links{padding-top:2px}
.pie-d19-link-detail{margin-left:5px;color:rgba(255,255,255,.72);font-weight:700}
.pie-d19-link-detail i{padding:0 4px;color:#79c8ff;font-style:normal}
.pie-d19-action-list a.pie-d19-parts-link{border-color:#fff;background:#fff;color:#0b3c8c;box-shadow:0 8px 22px rgba(0,0,0,.14)}
.pie-d19-action-list a.pie-d19-parts-link:hover{background:#dceeff;color:#082f5d}
.pie-d19-native-spec{padding-bottom:34px}
.pie-d19-bearing-section{padding-top:38px}
@media(max-width:950px){
  .pie-d19-spec-overview{display:block}
  .pie-d19-hammer-visual{display:none}
}
@media(max-width:560px){
  .pie-d19-link-detail{display:block;margin:4px 0 0;font-size:12px}
}


/* D19 page v0042 refinements */
.pie-d19-hero-inner{align-items:start}
.pie-d19-card{align-self:start}
.pie-d19-actions-title{font-size:clamp(17px,2vw,22px);margin-bottom:11px;letter-spacing:-.01em}
.pie-d19-hero-actions{gap:22px}
.pie-d19-parts-group{padding-top:8px;border-top:1px solid rgba(255,255,255,.22)}
.pie-d19-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:720px){
  .pie-d19-stat-grid{grid-template-columns:1fr}
}

/* D19 page v0043 refinements */
.pie-d19-hero-actions{gap:15px}
.pie-d19-actions-title{margin-bottom:7px}
.pie-d19-action-list{gap:7px}
.pie-d19-action-list a{
  min-height:40px;
  padding:8px 13px;
  border-radius:8px;
}
.pie-d19-download-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  margin-left:12px;
  border-radius:50%;
  background:rgba(143,201,255,.16);
  color:#8fc9ff;
  font-size:17px;
  font-weight:900;
  line-height:1;
}
.pie-d19-action-list a:hover .pie-d19-download-icon{
  background:#dceeff;
  color:#0b3c8c;
}
.pie-d19-explore{
  margin-right:5px;
  color:#8fc9ff;
  font-style:normal;
  font-weight:900;
}
.pie-d19-action-list a:hover .pie-d19-explore{color:#1580d0}
.pie-d19-parts-group{padding-top:6px}

/* D19 page v0044 refinements */
.pie-d19-card{position:relative;isolation:isolate}
.pie-d19-card-top,.pie-d19-card-body{position:relative;z-index:2}
.pie-d19-card-wireframe{
  position:absolute;
  z-index:1;
  right:-27px;
  bottom:-46px;
  width:230px;
  height:auto;
  opacity:.22;
  pointer-events:none;
  transform:rotate(-2deg);
}
.pie-d19-card-body{background:linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(244,248,252,.94) 100%)}
.pie-d19-actions-title{font-size:clamp(16px,1.8vw,20px)}
.pie-d19-download-icon{
  width:24px;
  height:24px;
  border-radius:5px;
}
.pie-d19-download-icon svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.pie-d19-followup-section{padding:68px 0;background:#fff;scroll-margin-top:90px}
.pie-d19-leaders-section{background:#eef4fa}
.pie-d19-followup-section h2{margin:6px 0 24px;color:#082b55;font-size:clamp(34px,4vw,50px);line-height:1}
.pie-d19-placeholder-card{min-height:190px;padding:34px;border:1px dashed #8fb3d8;border-radius:16px;background:linear-gradient(135deg,#f7fbff 0%,#edf5fc 100%)}
.pie-d19-placeholder-card span{display:inline-block;margin-bottom:12px;color:#0b559f;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.pie-d19-placeholder-card p{max-width:720px;margin:0;color:#526579;font-size:16px;line-height:1.7}
@media(max-width:560px){
  .pie-d19-card-wireframe{right:-52px;bottom:-28px;width:205px;opacity:.16}
  .pie-d19-placeholder-card{min-height:150px;padding:24px}
}

/* D19 page v0045 refinements */
.pie-d19-hero{position:relative}
.pie-d19-back-link{
  position:absolute;
  z-index:5;
  top:22px;
  left:max(22px,calc((100vw - 1180px)/2));
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:850;
  letter-spacing:.01em;
  opacity:.9;
  transition:opacity .18s ease,transform .18s ease;
}
.pie-d19-back-link svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.pie-d19-back-link:hover{color:#fff;opacity:1;transform:translateX(-3px)}
.pie-d19-card-column{display:grid;gap:14px;align-self:start}
.pie-d19-card-column .pie-d19-card{width:100%}
.pie-d19-quote-panel{display:grid;gap:9px}
.pie-d19-quote-button{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:11px 16px;
  border:1px solid #fff;
  border-radius:9px;
  background:#fff;
  color:#0b3c8c;
  text-decoration:none;
  font-size:14px;
  font-weight:950;
  box-shadow:0 10px 24px rgba(0,0,0,.14);
}
.pie-d19-quote-button:hover{background:#dceeff;color:#082f5d}
.pie-d19-quote-panel p{margin:0;color:rgba(255,255,255,.72);font-size:11px;line-height:1.45;text-align:center}
.pie-d19-quote-panel p a{color:#fff;text-decoration:none;font-weight:800}
.pie-d19-quote-panel p a:hover{text-decoration:underline}
.pie-d19-quote-panel p span{padding:0 4px;color:#8fc9ff}
.pie-d19-followup-section{scroll-margin-top:90px}
@media(max-width:950px){
  .pie-d19-card-column{order:1;max-width:420px}
  .pie-d19-hero-actions{order:2}
}
@media(max-width:560px){
  .pie-d19-back-link{top:14px;left:14px}
  .pie-d19-back-link span{display:none}
}

/* D19 page v0048 refinements */
.pie-d19-quote-panel{
  margin-top:1px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.22);
}
.pie-d19-card-top,.pie-d19-card-body{z-index:2}
.pie-d19-card-top>* , .pie-d19-card-body>*{
  position:relative;
  z-index:4;
}
.pie-d19-card-wireframe{
  z-index:3;
  right:-18px;
  bottom:-58px;
  width:250px;
  opacity:.17;
  transform:rotate(-2deg);
  filter:drop-shadow(0 0 8px rgba(103,183,255,.18));
}
@media(max-width:560px){
  .pie-d19-card-wireframe{
    right:-42px;
    bottom:-36px;
    width:220px;
    opacity:.13;
  }
}


/* D19 page v0049 wireframe refinement */
.pie-d19-card-top{
  overflow:hidden;
  isolation:isolate;
}
.pie-d19-card-top .pie-d19-card-wireframe{
  position:absolute;
  z-index:1;
  right:18px;
  top:10px;
  bottom:auto;
  width:auto;
  height:128px;
  opacity:.25;
  transform:none;
  filter:drop-shadow(0 0 7px rgba(143,201,255,.18));
  pointer-events:none;
}
.pie-d19-card-top>*:not(.pie-d19-card-wireframe){
  position:relative;
  z-index:2;
}
@media(max-width:560px){
  .pie-d19-card-top .pie-d19-card-wireframe{
    right:14px;
    top:12px;
    width:auto;
    height:112px;
    opacity:.21;
  }
}


/* v0050: make the completed D19 model card open the model page */
.pie-dh-model-card-clickable{cursor:pointer}
.pie-dh-model-card-clickable:focus-visible{outline:3px solid #1592ff;outline-offset:4px}
.pie-dh-model-card-clickable .pie-dh-card-links a{cursor:pointer}


/* Adjacent model navigation */
.pie-d19-hero{position:relative;padding-bottom:116px}
.pie-d19-model-nav{position:absolute;left:0;right:0;bottom:24px;display:grid;grid-template-columns:1fr 1fr;align-items:center;max-width:1200px;margin:0 auto;padding:0 28px;pointer-events:none}
.pie-d19-model-nav>div{min-height:34px;display:flex;align-items:center}
.pie-d19-model-nav-next{justify-content:flex-end}
.pie-d19-model-nav a{pointer-events:auto;display:inline-flex;align-items:center;gap:9px;color:#fff;text-decoration:none;font-weight:800;font-size:17px;letter-spacing:.01em;opacity:.86;transition:opacity .2s ease,transform .2s ease}
.pie-d19-model-nav a:hover,.pie-d19-model-nav a:focus-visible{opacity:1;transform:translateY(-1px)}
.pie-d19-model-nav a span{color:#8fc9ff;font-size:23px;line-height:1}
@media(max-width:760px){
  .pie-d19-hero{padding-bottom:96px}
  .pie-d19-model-nav{bottom:18px;padding:0 20px}
  .pie-d19-model-nav a{font-size:15px}
}

/* v0061: full diesel hammer model selector above individual model heroes */
.pie-d19-page-navigation{
  padding:20px 0 18px;
  background:#f7fafd;
  border-bottom:1px solid #cbd8e5;
}
.pie-d19-page-navigation .pie-dh-wrap{display:grid;gap:14px}
.pie-d19-back-button{
  display:inline-flex;
  align-items:center;
  justify-self:start;
  gap:8px;
  min-height:42px;
  padding:9px 15px 9px 11px;
  border:2px solid #082f5d;
  border-radius:9px;
  background:#fff;
  color:#082f5d;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  box-shadow:0 5px 14px rgba(4,25,50,.08);
  transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.pie-d19-back-arrow{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:23px;font-weight:700;line-height:1}
.pie-d19-back-button:hover,.pie-d19-back-button:focus-visible{background:#082f5d;color:#fff;transform:translateY(-1px);box-shadow:0 8px 20px rgba(4,25,50,.16)}
.pie-d19-model-selector{display:flex;flex-wrap:wrap;gap:7px}
.pie-d19-model-selector a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:51px;
  min-height:36px;
  padding:7px 10px;
  border:1px solid #c5d3e1;
  border-radius:7px;
  background:#fff;
  color:#244766;
  text-decoration:none;
  font-size:13px;
  font-weight:850;
  line-height:1;
  transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease;
}
.pie-d19-model-selector a:hover,.pie-d19-model-selector a:focus-visible{border-color:#0874df;background:#e9f4ff;color:#075fae;transform:translateY(-1px)}
.pie-d19-model-selector a.is-current{border-color:#082f5d;background:#082f5d;color:#fff;font-weight:950;box-shadow:0 5px 12px rgba(4,25,50,.18)}
.pie-d19-hero{padding-bottom:72px}
.pie-d19-model-nav,.pie-d19-back-link{display:none!important}
@media(max-width:560px){
  .pie-d19-page-navigation{padding:14px 0}
  .pie-d19-page-navigation .pie-dh-wrap{gap:11px}
  .pie-d19-back-button{width:100%;box-sizing:border-box;justify-self:stretch}
  .pie-d19-model-selector{gap:6px}
  .pie-d19-model-selector a{flex:1 0 48px;min-width:48px;padding:7px 8px}
  .pie-d19-hero{padding-bottom:58px}
}

/* v0063: keep the back button above the hero; move compact model selector into hero footer */
.pie-d19-page-navigation{
  padding:28px 0 16px;
  border-bottom:0;
}
.pie-d19-page-navigation .pie-dh-wrap{
  display:block;
}
.pie-d19-back-button{
  margin-top:4px;
}
.pie-d19-hero{
  padding-bottom:82px;
}
.pie-d19-model-selector-hero{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  width:min(100% - 36px, 980px);
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:5px;
  z-index:5;
}
.pie-d19-model-selector-hero a{
  min-width:38px;
  min-height:27px;
  padding:5px 7px;
  border-color:rgba(255,255,255,.42);
  border-radius:6px;
  background:rgba(255,255,255,.94);
  color:#163b60;
  font-size:10px;
  box-shadow:0 3px 8px rgba(0,20,42,.14);
}
.pie-d19-model-selector-hero a:hover,
.pie-d19-model-selector-hero a:focus-visible{
  border-color:#8fc9ff;
  background:#fff;
  color:#075fae;
}
.pie-d19-model-selector-hero a.is-current{
  border-color:#8fc9ff;
  background:#8fc9ff;
  color:#052d58;
  box-shadow:0 4px 10px rgba(0,20,42,.24);
}
@media(max-width:760px){
  .pie-d19-page-navigation{padding:22px 0 14px}
  .pie-d19-hero{padding-bottom:106px}
  .pie-d19-model-selector-hero{bottom:14px;width:calc(100% - 24px);gap:4px}
  .pie-d19-model-selector-hero a{flex:0 0 auto;min-width:36px;min-height:26px;padding:5px 6px;font-size:9.5px}
}
@media(max-width:420px){
  .pie-d19-page-navigation{padding-top:20px}
  .pie-d19-back-button{width:auto;justify-self:auto}
  .pie-d19-hero{padding-bottom:132px}
}


/* v0064: integrate back button into blue hero and separate model selector with divider */
.pie-d19-page-navigation{display:none!important}
.pie-d19-hero{
  padding-top:24px;
  padding-bottom:102px;
}
.pie-d19-hero-top{
  margin-bottom:28px;
}
.pie-d19-back-button{
  margin:0;
  background:#fff;
  border-color:#fff;
  color:#082f5d;
  box-shadow:0 7px 18px rgba(0,0,0,.18);
}
.pie-d19-back-button:hover,.pie-d19-back-button:focus-visible{
  background:#eaf4ff;
  border-color:#eaf4ff;
  color:#082f5d;
}
.pie-d19-model-selector-hero{
  bottom:16px;
  padding-top:15px;
  border-top:1px solid rgba(255,255,255,.34);
}
@media(max-width:760px){
  .pie-d19-hero{padding-top:18px;padding-bottom:126px}
  .pie-d19-hero-top{margin-bottom:22px}
  .pie-d19-model-selector-hero{bottom:12px;padding-top:12px}
}
@media(max-width:420px){
  .pie-d19-hero{padding-top:16px;padding-bottom:150px}
  .pie-d19-hero-top{margin-bottom:20px}
}


/* v0065: consolidate catalog navigation into the hero model selector */
.pie-d19-hero{
  padding-top:0;
}
.pie-d19-hero-top{display:none!important}
.pie-d19-model-selector-hero .pie-d19-all-hammers{
  min-width:auto;
  padding-left:11px;
  padding-right:11px;
  font-weight:900;
  white-space:nowrap;
}
@media(max-width:760px){
  .pie-d19-hero{padding-top:0}
  .pie-d19-model-selector-hero .pie-d19-all-hammers{padding-left:9px;padding-right:9px}
}
@media(max-width:420px){
  .pie-d19-hero{padding-top:0}
}

/* v0066: restore top clearance beneath the fixed site header */
.pie-d19-hero{
  padding-top:72px;
}
@media(max-width:760px){
  .pie-d19-hero{padding-top:62px}
}
@media(max-width:420px){
  .pie-d19-hero{padding-top:58px}
}


/* v0067: add compact model navigation to the Diesel Hammers catalog hero */
.pie-dh-hero{padding-bottom:118px}
.pie-dh-catalog-model-selector{bottom:20px}
.pie-dh-catalog-model-selector .pie-d19-all-hammers{min-width:auto;padding-left:11px;padding-right:11px;font-weight:900;white-space:nowrap}
@media(max-width:760px){
  .pie-dh-hero{padding-bottom:132px}
  .pie-dh-catalog-model-selector{bottom:14px}
  .pie-dh-catalog-model-selector .pie-d19-all-hammers{padding-left:9px;padding-right:9px}
}
@media(max-width:420px){
  .pie-dh-hero{padding-bottom:154px}
}

/* PIE74 Barge Power Units page */
.pie-pu-page{background:#f4f7fb;color:#10233d}.pie-pu-page *{box-sizing:border-box}.pie-pu-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 20%,rgba(36,122,207,.34),transparent 35%),linear-gradient(135deg,#001d38 0%,#003766 55%,#075a9e 100%);padding:118px 24px 72px}.pie-pu-hero:after{content:"";position:absolute;inset:auto -10% -170px 35%;height:330px;background:rgba(255,255,255,.045);transform:skewY(-7deg);pointer-events:none}.pie-pu-hero-inner{position:relative;z-index:1;max-width:1180px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}.pie-pu-eyebrow{display:block;margin-bottom:16px;color:#8ec7ff;font-size:.78rem;font-weight:800;letter-spacing:.16em}.pie-pu-hero h1{margin:0;color:#fff;font-size:clamp(4.5rem,8vw,7.5rem);line-height:.78;letter-spacing:-.06em}.pie-pu-hero h1 span{display:block;margin-top:28px;max-width:600px;font-size:clamp(1.65rem,2.5vw,2.6rem);line-height:1.08;letter-spacing:-.035em}.pie-pu-lead{max-width:620px;margin:26px 0 0;color:#d9ebfc;font-size:1.08rem;line-height:1.72}.pie-pu-tool-list{list-style:none;padding:0;margin:26px 0 0}.pie-pu-tool-list li{position:relative;padding-left:18px;margin:8px 0;color:#d9ebfc;font-size:1.08rem;line-height:1.5}.pie-pu-tool-list li:before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:50%;background:#72c5ff;box-shadow:0 0 0 3px rgba(114,197,255,.12)}.pie-pu-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.pie-pu-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid rgba(255,255,255,.5);border-radius:7px;font-weight:800;text-decoration:none;transition:.2s ease}.pie-pu-button-primary{background:#fff;color:#063969}.pie-pu-button-secondary{color:#fff;background:rgba(0,25,50,.35)}.pie-pu-button:hover{transform:translateY(-2px)}.pie-pu-hero-image-wrap{position:relative}.pie-pu-hero-image-wrap img{display:block;width:100%;min-height:390px;object-fit:cover;border:1px solid rgba(255,255,255,.2);border-radius:16px;box-shadow:0 30px 70px rgba(0,0,0,.38)}.pie-pu-hero-badge{position:absolute;left:-24px;bottom:-24px;display:flex;flex-direction:column;min-width:170px;padding:18px 22px;background:#fff;border-radius:10px;box-shadow:0 15px 34px rgba(0,0,0,.26)}.pie-pu-hero-badge strong{color:#073967;font-size:1.55rem}.pie-pu-hero-badge span{color:#58718b;font-weight:700}.pie-pu-spec-strip{background:#071b30;color:#fff;padding:0 24px}.pie-pu-spec-strip-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}.pie-pu-spec-strip-inner>div{padding:27px 20px;border-left:1px solid rgba(255,255,255,.12)}.pie-pu-spec-strip-inner>div:last-child{border-right:1px solid rgba(255,255,255,.12)}.pie-pu-spec-strip span{display:block;margin-bottom:6px;color:#7fa8cc;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.pie-pu-spec-strip strong{font-size:.95rem}.pie-pu-section{max-width:1180px;margin:0 auto;padding:92px 24px}.pie-pu-section-heading{max-width:780px;margin-bottom:42px}.pie-pu-section-heading>span,.pie-pu-eyebrow-dark{color:#0a5da7;font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.pie-pu-section-heading h2,.pie-pu-control-copy h2,.pie-pu-details-copy h2{margin:12px 0 18px;color:#0a2948;font-size:clamp(2rem,4vw,3.3rem);line-height:1.08;letter-spacing:-.04em}.pie-pu-section-heading p,.pie-pu-control-copy>p,.pie-pu-details-copy>p{color:#506a83;font-size:1.03rem;line-height:1.72}.pie-pu-capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pie-pu-capability-grid article{position:relative;min-height:310px;padding:30px;border:1px solid #d5e0eb;border-radius:12px;background:#fff;box-shadow:0 12px 35px rgba(24,54,84,.07)}.pie-pu-card-number{color:#9db2c6;font-size:.78rem;font-weight:900;letter-spacing:.12em}.pie-pu-capability-grid h3{margin:42px 0 20px;color:#0b3761;font-size:1.4rem}.pie-pu-capability-grid ul{margin:0;padding-left:19px;color:#526c84;line-height:1.9}.pie-pu-feature-card{background:linear-gradient(145deg,#063765,#0b5797)!important;border-color:#0a568f!important}.pie-pu-feature-card .pie-pu-card-number,.pie-pu-feature-card h3{color:#fff}.pie-pu-feature-card ul{color:#d9ebfa}.pie-pu-control-section{background:#fff;padding:92px 24px}.pie-pu-control-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center}.pie-pu-control-image img{display:block;width:100%;border-radius:14px;box-shadow:0 24px 55px rgba(17,43,68,.18)}.pie-pu-control-points{display:grid;gap:0;margin-top:30px;border-top:1px solid #dbe4ec}.pie-pu-control-points>div{display:grid;grid-template-columns:110px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid #dbe4ec}.pie-pu-control-points strong{color:#0a4e89}.pie-pu-control-points span{color:#5a7188}.pie-pu-details-grid{display:grid;grid-template-columns:1fr 380px;gap:64px;align-items:start}.pie-pu-spec-table{margin-top:32px;border-top:2px solid #0a4f8c}.pie-pu-spec-table>div{display:flex;justify-content:space-between;gap:22px;padding:15px 4px;border-bottom:1px solid #d8e1ea}.pie-pu-spec-table span{color:#61778c}.pie-pu-spec-table strong{color:#102f4d;text-align:right}.pie-pu-document-card{position:sticky;top:95px;padding:34px;background:linear-gradient(145deg,#061e36,#073f70);border-radius:13px;color:#fff;box-shadow:0 20px 45px rgba(8,42,73,.25)}.pie-pu-document-card>span{color:#7fbcec;font-size:.72rem;font-weight:900;letter-spacing:.14em}.pie-pu-document-card h3{margin:18px 0 14px;font-size:1.8rem;line-height:1.15}.pie-pu-document-card p{color:#c8def0;line-height:1.65}.pie-pu-document-card a{display:flex;justify-content:space-between;align-items:center;margin-top:28px;padding:15px 17px;border-radius:7px;background:#fff;color:#073a68;font-weight:900;text-decoration:none}.pie-pu-cta{display:grid;grid-template-columns:1fr auto;gap:42px;align-items:center;padding:64px max(24px,calc((100vw - 1132px)/2));background:linear-gradient(120deg,#0068b6,#003865);color:#fff}.pie-pu-cta span{color:#9bd0f8;font-size:.74rem;font-weight:900;letter-spacing:.14em}.pie-pu-cta h2{margin:10px 0 12px;font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.04em}.pie-pu-cta p{max-width:720px;margin:0;color:#d4e9fa;line-height:1.65}.pie-pu-cta-actions{display:grid;gap:10px;min-width:300px}.pie-pu-cta-actions a{padding:15px 18px;border:1px solid rgba(255,255,255,.5);border-radius:7px;color:#fff;font-weight:800;text-align:center;text-decoration:none}.pie-pu-cta-actions a:first-child{background:#fff;color:#064071}
@media(max-width:980px){.pie-pu-hero-inner,.pie-pu-control-inner{grid-template-columns:1fr;gap:42px}.pie-pu-hero-image-wrap{max-width:760px}.pie-pu-spec-strip-inner{grid-template-columns:repeat(2,1fr)}.pie-pu-spec-strip-inner>div:last-child{grid-column:span 2}.pie-pu-capability-grid{grid-template-columns:1fr 1fr}.pie-pu-feature-card{grid-column:span 2}.pie-pu-details-grid{grid-template-columns:1fr}.pie-pu-document-card{position:static}.pie-pu-cta{grid-template-columns:1fr}.pie-pu-cta-actions{min-width:0;max-width:440px}}
@media(max-width:640px){.pie-pu-hero{padding:92px 18px 58px}.pie-pu-hero h1{font-size:4.25rem}.pie-pu-hero-actions{display:grid}.pie-pu-button{width:100%}.pie-pu-hero-image-wrap img{min-height:260px}.pie-pu-hero-badge{left:14px;bottom:-22px}.pie-pu-spec-strip{padding:0 18px}.pie-pu-spec-strip-inner{grid-template-columns:1fr}.pie-pu-spec-strip-inner>div,.pie-pu-spec-strip-inner>div:last-child{grid-column:auto;border-right:0;border-left:0;border-bottom:1px solid rgba(255,255,255,.12)}.pie-pu-section,.pie-pu-control-section{padding:70px 18px}.pie-pu-capability-grid{grid-template-columns:1fr}.pie-pu-feature-card{grid-column:auto}.pie-pu-control-inner{gap:38px}.pie-pu-control-points>div{grid-template-columns:1fr;gap:5px}.pie-pu-spec-table>div{align-items:flex-start}.pie-pu-cta{padding:52px 18px}.pie-pu-cta-actions{width:100%}}

/* PIE74 page refinements — v0070 */
.pie-pu-button-manual{gap:9px;color:#fff;background:rgba(0,25,50,.35)}
.pie-pu-button-manual svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.pie-pu-details-first{padding-top:76px;padding-bottom:76px}
.pie-pu-details-grid-single{grid-template-columns:1fr;max-width:920px;margin:0 auto}
.pie-pu-details-first .pie-pu-details-copy h2{margin-top:0}
.pie-pu-controls-showcase{overflow:hidden;background:#fff}
.pie-pu-controls-showcase .pie-pu-control-inner{grid-template-columns:1.12fr .88fr}
.pie-pu-control-operator{display:flex;justify-content:center;align-items:flex-end;min-height:540px;border-radius:18px;background:linear-gradient(145deg,#eaf2f8,#f8fbfd);overflow:hidden}
.pie-pu-control-operator img{width:100%;height:100%;max-height:680px;object-fit:contain;object-position:center bottom;border-radius:0;box-shadow:none}
.pie-pu-jobsite-section{padding-top:84px;padding-bottom:92px}
.pie-pu-jobsite-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:16px}
.pie-pu-jobsite-grid figure{margin:0;min-height:430px;border-radius:13px;overflow:hidden;background:#dce5ec;box-shadow:0 14px 34px rgba(20,52,82,.12)}
.pie-pu-jobsite-grid img{display:block;width:100%;height:100%;object-fit:cover}
.pie-pu-jobsite-grid figure:first-child img{object-position:center 48%}
.pie-pu-video-section{padding:92px 24px;background:#071b30}
.pie-pu-video-inner{max-width:1180px;margin:0 auto}
.pie-pu-video-section .pie-pu-section-heading span{color:#78bff4}
.pie-pu-video-section .pie-pu-section-heading h2{color:#fff}
.pie-pu-video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.pie-pu-video-card{display:block;border:1px solid rgba(255,255,255,.14);border-radius:13px;overflow:hidden;background:#0d2942;color:#fff;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.pie-pu-video-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(0,0,0,.26)}
.pie-pu-video-thumb{position:relative;aspect-ratio:16/9;background:#03111f;overflow:hidden}
.pie-pu-video-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.pie-pu-play{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:66px;height:66px;border-radius:50%;transform:translate(-50%,-50%);background:rgba(0,78,143,.92);font-size:24px;line-height:1;padding-left:4px;box-shadow:0 10px 25px rgba(0,0,0,.35)}
.pie-pu-video-copy{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:20px 22px}
.pie-pu-video-copy strong{font-size:1.08rem}
.pie-pu-video-copy span{color:#9fc9e8;font-size:.87rem;font-weight:800;white-space:nowrap}
@media(max-width:980px){.pie-pu-controls-showcase .pie-pu-control-inner{grid-template-columns:1fr}.pie-pu-control-operator{min-height:430px}.pie-pu-jobsite-grid{grid-template-columns:1fr 1fr}.pie-pu-jobsite-grid figure:first-child{grid-column:span 2}.pie-pu-jobsite-grid figure{min-height:390px}}
@media(max-width:640px){.pie-pu-details-first{padding-top:58px;padding-bottom:58px}.pie-pu-control-operator{min-height:330px}.pie-pu-jobsite-grid,.pie-pu-video-grid{grid-template-columns:1fr}.pie-pu-jobsite-grid figure:first-child{grid-column:auto}.pie-pu-jobsite-grid figure{min-height:340px}.pie-pu-video-section{padding:70px 18px}.pie-pu-video-copy{align-items:flex-start;flex-direction:column;gap:7px}.pie-pu-play{width:56px;height:56px;font-size:20px}}

/* PIE74 specifications + lever operator layout */
.pie-pu-specs-operator{max-width:none;padding:70px 24px 78px;background:#fff}
.pie-pu-specs-operator-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(360px,.78fr) minmax(480px,1.22fr);gap:54px;align-items:start}
.pie-pu-specs-compact{max-width:520px}
.pie-pu-specs-compact h2{font-size:clamp(1.75rem,2.8vw,2.45rem);margin:0 0 20px}
.pie-pu-specs-compact .pie-pu-spec-table{margin-top:0}
.pie-pu-specs-compact .pie-pu-spec-table>div{padding:12px 4px;font-size:.94rem}
.pie-pu-specs-operator-image{display:flex;justify-content:flex-end;align-items:flex-start;min-height:520px;overflow:hidden;border-radius:16px;background:linear-gradient(145deg,#eaf2f8,#f8fbfd)}
.pie-pu-specs-operator-image img{display:block;width:100%;height:auto;max-height:700px;object-fit:contain;object-position:center top}

.pie-pu-key-features{margin-top:34px;padding-top:28px;border-top:1px solid #d8e1ea}
.pie-pu-key-features h3{margin:0 0 16px;color:#0a2948;font-size:1.35rem;letter-spacing:-.02em}
.pie-pu-key-features p{margin:0 0 14px;color:#506a83;font-size:.98rem;line-height:1.68}
.pie-pu-key-features p:last-child{margin-bottom:0}
.pie-pu-key-features strong{color:#0a4f8c}
@media(max-width:980px){.pie-pu-specs-operator-grid{grid-template-columns:1fr;gap:36px}.pie-pu-specs-compact{max-width:680px}.pie-pu-specs-operator-image{min-height:430px;justify-content:center}}
@media(max-width:640px){.pie-pu-specs-operator{padding:56px 18px 62px}.pie-pu-specs-operator-grid{gap:28px}.pie-pu-specs-operator-image{min-height:330px}.pie-pu-specs-compact .pie-pu-spec-table>div{font-size:.9rem}}

/* PIE74 compact media refinements — v0073 */
.pie-pu-specs-operator-grid{grid-template-columns:minmax(380px,.92fr) minmax(430px,1.08fr);gap:46px}
.pie-pu-specs-visuals{display:grid;grid-template-rows:minmax(0,1.35fr) minmax(0,.65fr);gap:16px;height:100%;min-height:690px}
.pie-pu-specs-operator-image,.pie-pu-specs-disconnect-image{margin:0;overflow:hidden;border-radius:16px;background:linear-gradient(145deg,#eaf2f8,#f8fbfd);box-shadow:0 14px 34px rgba(20,52,82,.10)}
.pie-pu-specs-operator-image{display:flex;justify-content:center;align-items:flex-start;min-height:0}
.pie-pu-specs-operator-image img{display:block;width:100%;height:100%;max-height:none;object-fit:contain;object-position:center top}
.pie-pu-specs-disconnect-image{min-height:0}
.pie-pu-specs-disconnect-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 46%}
.pie-pu-key-features h3{margin:0 0 20px;color:#0a2948;font-size:clamp(1.75rem,2.8vw,2.45rem);line-height:1.08;letter-spacing:-.04em}

.pie-pu-jobsite-section{padding-top:64px;padding-bottom:70px}
.pie-pu-jobsite-section .pie-pu-section-heading{margin-bottom:26px}
.pie-pu-jobsite-grid{position:relative;display:block;width:min(100%,820px);height:330px;margin:0 auto}
.pie-pu-jobsite-grid figure{position:absolute;margin:0;width:46%;height:260px;min-height:0;border:5px solid #fff;border-radius:13px;overflow:hidden;background:#dce5ec;box-shadow:0 18px 38px rgba(20,52,82,.20);transition:transform .2s ease}
.pie-pu-jobsite-grid figure:nth-child(1){left:0;top:34px;z-index:1;transform:rotate(-3deg)}
.pie-pu-jobsite-grid figure:nth-child(2){left:27%;top:0;z-index:3;transform:rotate(1.5deg)}
.pie-pu-jobsite-grid figure:nth-child(3){right:0;top:42px;z-index:2;transform:rotate(3deg)}
.pie-pu-jobsite-grid figure:hover{z-index:5;transform:translateY(-5px) rotate(0)}

.pie-pu-video-section{padding:64px 24px 70px}
.pie-pu-video-inner{max-width:900px}
.pie-pu-video-section .pie-pu-section-heading{margin-bottom:28px}
.pie-pu-video-grid{gap:16px}
.pie-pu-video-card{border-radius:10px}
.pie-pu-video-copy{padding:14px 16px}
.pie-pu-video-copy strong{font-size:.96rem}
.pie-pu-video-copy span{font-size:.78rem}
.pie-pu-play{width:50px;height:50px;font-size:18px}

@media(max-width:980px){
  .pie-pu-specs-operator-grid{grid-template-columns:1fr;gap:34px}
  .pie-pu-specs-visuals{min-height:0;height:auto;grid-template-columns:1.3fr .7fr;grid-template-rows:430px}
  .pie-pu-specs-operator-image,.pie-pu-specs-disconnect-image{min-height:0}
}
@media(max-width:640px){
  .pie-pu-specs-visuals{grid-template-columns:1fr;grid-template-rows:auto auto;gap:12px}
  .pie-pu-specs-operator-image{height:390px}
  .pie-pu-specs-disconnect-image{height:230px}
  .pie-pu-jobsite-grid{height:520px;width:100%;max-width:390px}
  .pie-pu-jobsite-grid figure{width:72%;height:250px}
  .pie-pu-jobsite-grid figure:nth-child(1){left:0;top:20px}
  .pie-pu-jobsite-grid figure:nth-child(2){right:0;left:auto;top:135px}
  .pie-pu-jobsite-grid figure:nth-child(3){left:8%;right:auto;top:260px}
  .pie-pu-video-section{padding:56px 18px 62px}
}


/* PIE75 specification media spacing — v0074 */
.pie-pu-specs-visuals{
  display:flex;
  flex-direction:column;
  gap:16px;
  height:auto;
  min-height:0;
  align-self:start;
}
.pie-pu-specs-operator-image{
  display:block;
  min-height:0;
  height:auto;
  background:#f7fafc;
}
.pie-pu-specs-operator-image img{
  display:block;
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  object-position:center top;
}
.pie-pu-specs-disconnect-image{
  height:225px;
  min-height:225px;
}
.pie-pu-specs-disconnect-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 43%;
}
@media(max-width:980px){
  .pie-pu-specs-visuals{display:grid;grid-template-columns:1.25fr .75fr;gap:16px;align-items:stretch}
  .pie-pu-specs-operator-image{height:430px}
  .pie-pu-specs-operator-image img{width:100%;height:100%;object-fit:contain}
  .pie-pu-specs-disconnect-image{height:430px;min-height:430px}
}
@media(max-width:640px){
  .pie-pu-specs-visuals{display:flex;gap:12px}
  .pie-pu-specs-operator-image{height:auto}
  .pie-pu-specs-operator-image img{height:auto}
  .pie-pu-specs-disconnect-image{height:220px;min-height:220px}
}


/* PIE75 aligned specifications + feature rows — v0075 */
.pie-pu-specs-operator{padding:70px 24px 76px;background:#fff}
.pie-pu-specs-operator-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(380px,.92fr) minmax(430px,1.08fr);
  grid-template-rows:auto auto;
  gap:18px 46px;
  align-items:stretch;
}
.pie-pu-specs-compact{max-width:none;align-self:stretch}
.pie-pu-specs-compact h2{font-size:clamp(1.75rem,2.8vw,2.45rem);margin:0 0 20px}
.pie-pu-specs-operator-image,
.pie-pu-specs-disconnect-image{
  margin:0;
  min-height:0;
  overflow:hidden;
  border-radius:16px;
  box-shadow:0 14px 34px rgba(20,52,82,.10);
}
.pie-pu-specs-operator-image{
  height:100%;
  min-height:410px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(145deg,#eef4f9,#fbfdff);
  padding:14px 28px;
}
.pie-pu-specs-operator-image img{
  display:block;
  width:auto;
  height:100%;
  max-width:100%;
  max-height:430px;
  object-fit:contain;
  object-position:center;
}
.pie-pu-key-features{
  margin:0;
  padding:30px 32px;
  border-radius:16px;
  background:linear-gradient(135deg,#075ea6,#003a69);
  color:#fff;
  box-shadow:0 14px 34px rgba(20,52,82,.14);
}
.pie-pu-key-features h3{
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(1.75rem,2.8vw,2.45rem);
  line-height:1.1;
  letter-spacing:-.035em;
}
.pie-pu-key-features p{margin:0 0 16px;color:#e9f4ff;line-height:1.62;font-size:1rem}
.pie-pu-key-features p:last-child{margin-bottom:0}
.pie-pu-key-features strong{color:#fff}
.pie-pu-specs-disconnect-image{height:100%;min-height:285px;background:#dce6ee}
.pie-pu-specs-disconnect-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 42%;
}

/* Less-cropped, more open jobsite gallery */
.pie-pu-jobsite-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  width:min(100%,1040px);
  height:auto;
  margin:0 auto;
}
.pie-pu-jobsite-grid figure,
.pie-pu-jobsite-grid figure:nth-child(1),
.pie-pu-jobsite-grid figure:nth-child(2),
.pie-pu-jobsite-grid figure:nth-child(3){
  position:relative;
  inset:auto;
  width:100%;
  height:255px;
  margin:0;
  transform:none;
  border:4px solid #fff;
  border-radius:13px;
  overflow:hidden;
  background:#e7edf2;
  box-shadow:0 16px 32px rgba(20,52,82,.16);
}
.pie-pu-jobsite-grid figure:hover{transform:translateY(-4px);z-index:2}
.pie-pu-jobsite-grid img,
.pie-pu-jobsite-grid figure:first-child img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:#e7edf2;
}
@media(max-width:980px){
  .pie-pu-specs-operator-grid{grid-template-columns:1fr 1fr;gap:18px}
  .pie-pu-specs-operator-image{min-height:400px;padding:14px}
  .pie-pu-specs-disconnect-image{min-height:300px}
  .pie-pu-jobsite-grid{gap:16px}
  .pie-pu-jobsite-grid figure,
  .pie-pu-jobsite-grid figure:nth-child(1),
  .pie-pu-jobsite-grid figure:nth-child(2),
  .pie-pu-jobsite-grid figure:nth-child(3){height:220px}
}
@media(max-width:720px){
  .pie-pu-specs-operator-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:16px}
  .pie-pu-specs-operator-image{min-height:350px;order:2}
  .pie-pu-key-features{order:3;padding:26px 24px}
  .pie-pu-specs-disconnect-image{order:4;min-height:240px}
  .pie-pu-jobsite-grid{grid-template-columns:1fr;max-width:520px;gap:18px}
  .pie-pu-jobsite-grid figure,
  .pie-pu-jobsite-grid figure:nth-child(1),
  .pie-pu-jobsite-grid figure:nth-child(2),
  .pie-pu-jobsite-grid figure:nth-child(3){height:300px}
}


/* PIE-v0076: compact QD panel and classic three-panel jobsite gallery */
.pie-pu-key-features{
  align-self:start;
  height:auto;
}
.pie-pu-specs-disconnect-image{
  align-self:start;
  height:340px;
  min-height:0;
}
.pie-pu-specs-disconnect-image img{
  object-position:center 44%;
}

.pie-pu-jobsite-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  width:100%;
  max-width:none;
  margin:0 auto;
  overflow:hidden;
  border-radius:12px;
  box-shadow:0 16px 34px rgba(20,52,82,.14);
}
.pie-pu-jobsite-grid figure,
.pie-pu-jobsite-grid figure:nth-child(1),
.pie-pu-jobsite-grid figure:nth-child(2),
.pie-pu-jobsite-grid figure:nth-child(3){
  position:relative;
  inset:auto;
  width:100%;
  height:300px;
  min-height:0;
  margin:0;
  transform:none;
  border:0;
  border-radius:0;
  overflow:hidden;
  background:#dfe7ed;
  box-shadow:none;
}
.pie-pu-jobsite-grid img,
.pie-pu-jobsite-grid figure:first-child img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  background:#dfe7ed;
  transform:scale(1);
  transition:transform .8s cubic-bezier(.2,.65,.3,1);
  will-change:transform;
}
.pie-pu-jobsite-grid figure:nth-child(1) img{object-position:center 48%}
.pie-pu-jobsite-grid figure:nth-child(2) img{object-position:center 54%}
.pie-pu-jobsite-grid figure:nth-child(3) img{object-position:center 46%}
.pie-pu-jobsite-grid figure:hover{
  transform:none;
  z-index:1;
}
.pie-pu-jobsite-grid figure:hover img{
  transform:scale(1.055);
}

@media(max-width:980px){
  .pie-pu-specs-disconnect-image{height:310px;min-height:0}
  .pie-pu-jobsite-grid{gap:0}
  .pie-pu-jobsite-grid figure,
  .pie-pu-jobsite-grid figure:nth-child(1),
  .pie-pu-jobsite-grid figure:nth-child(2),
  .pie-pu-jobsite-grid figure:nth-child(3){height:250px}
}
@media(max-width:720px){
  .pie-pu-specs-disconnect-image{height:260px;min-height:0}
  .pie-pu-jobsite-grid{grid-template-columns:1fr;border-radius:10px}
  .pie-pu-jobsite-grid figure,
  .pie-pu-jobsite-grid figure:nth-child(1),
  .pie-pu-jobsite-grid figure:nth-child(2),
  .pie-pu-jobsite-grid figure:nth-child(3){height:280px}
}

/* PIE-v0077: tighter unified page rhythm and standalone key feature */
.pie-pu-hero{padding-top:96px;padding-bottom:34px}
.pie-pu-hero-actions{margin-top:22px}
.pie-pu-hero-badge{bottom:-14px}

.pie-pu-specs-operator{padding:46px 24px 42px}
.pie-pu-specs-operator-grid{
  grid-template-columns:minmax(380px,.92fr) minmax(430px,1.08fr);
  grid-template-rows:auto;
  gap:38px;
  align-items:stretch;
}
.pie-pu-specs-operator-image{min-height:0;height:100%;max-height:470px;padding:10px 24px}
.pie-pu-specs-operator-image img{max-height:450px}

.pie-pu-key-section{background:#dfe3e7;padding:38px 24px}
.pie-pu-key-section-inner{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);
  gap:38px;
  align-items:center;
}
.pie-pu-key-features{
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:none;
  color:#152a3e;
  box-shadow:none;
}
.pie-pu-key-features h3{margin:0 0 14px;color:#101820;font-size:clamp(1.8rem,3vw,2.55rem)}
.pie-pu-key-features p{margin:0 0 12px;color:#34495d;font-size:1rem;line-height:1.58}
.pie-pu-key-features p:last-child{margin-bottom:0}
.pie-pu-key-features strong{color:#101820}
.pie-pu-specs-disconnect-image{
  margin:0;
  height:225px;
  min-height:0;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(20,52,82,.14);
  background:#cfd7de;
}
.pie-pu-specs-disconnect-image img{width:100%;height:100%;object-fit:cover;object-position:center 43%}

.pie-pu-jobsite-section{padding-top:42px;padding-bottom:44px}
.pie-pu-jobsite-section .pie-pu-section-heading{margin-bottom:20px}
.pie-pu-video-section{padding:42px 24px 46px;background:#f3f5f7}
.pie-pu-video-section .pie-pu-section-heading{margin-bottom:22px}
.pie-pu-video-section .pie-pu-section-heading span{color:#0a5da7}
.pie-pu-video-section .pie-pu-section-heading h2{color:#0a2948}
.pie-pu-video-card{background:#fff}
.pie-pu-cta{padding-top:46px;padding-bottom:46px;background:radial-gradient(circle at 78% 20%,rgba(36,122,207,.34),transparent 35%),linear-gradient(135deg,#001d38 0%,#003766 55%,#075a9e 100%)}

@media(max-width:980px){
  .pie-pu-hero{padding-top:90px;padding-bottom:30px}
  .pie-pu-specs-operator-grid{grid-template-columns:1fr 1fr;gap:24px}
  .pie-pu-key-section-inner{grid-template-columns:1fr 1fr;gap:24px}
  .pie-pu-specs-disconnect-image{height:215px}
}
@media(max-width:720px){
  .pie-pu-hero{padding:82px 18px 28px}
  .pie-pu-specs-operator{padding:38px 18px 34px}
  .pie-pu-specs-operator-grid{grid-template-columns:1fr;gap:18px}
  .pie-pu-specs-operator-image{height:350px;max-height:none;order:2}
  .pie-pu-key-section{padding:32px 18px}
  .pie-pu-key-section-inner{grid-template-columns:1fr;gap:20px}
  .pie-pu-specs-disconnect-image{height:230px}
  .pie-pu-jobsite-section{padding-top:34px;padding-bottom:36px}
  .pie-pu-video-section{padding:36px 18px 40px}
  .pie-pu-cta{padding-top:40px;padding-bottom:40px}
}


/* PIE-v0078: light-blue key feature, left-aligned media headings, widescreen tutorials */
.pie-pu-key-section{
  background:#e5f2fc;
}
.pie-pu-key-features h3,
.pie-pu-key-features p,
.pie-pu-key-features strong{
  color:#101820;
}

.pie-pu-jobsite-section .pie-pu-section-heading,
.pie-pu-video-section .pie-pu-section-heading{
  max-width:none;
  margin-left:0;
  margin-right:0;
  text-align:left;
}
.pie-pu-jobsite-section .pie-pu-section-heading > span,
.pie-pu-jobsite-section .pie-pu-section-heading h2,
.pie-pu-video-section .pie-pu-section-heading > span,
.pie-pu-video-section .pie-pu-section-heading h2{
  text-align:left;
}

.pie-pu-video-inner{
  max-width:1180px;
}
.pie-pu-video-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.pie-pu-video-thumb{
  aspect-ratio:2 / 1;
}
.pie-pu-video-thumb img{
  object-fit:cover;
  object-position:center;
}
.pie-pu-video-copy{
  padding:13px 16px;
}

@media(max-width:720px){
  .pie-pu-video-grid{grid-template-columns:1fr}
  .pie-pu-video-thumb{aspect-ratio:16 / 9}
}


/* PIE-v0080 homepage service action buttons */
.pie-service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  margin-top: 10px;
  padding: 12px 17px;
  border: 1px solid #0b69c7;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0874df, #0756ad);
  box-shadow: 0 8px 18px rgba(5, 86, 173, .18);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.pie-service-button span {
  font-size: 17px;
  line-height: 1;
  transition: transform .2s ease;
}
.pie-service-button:hover,
.pie-service-button:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #096cce, #06488f);
  box-shadow: 0 12px 24px rgba(5, 86, 173, .26);
  transform: translateY(-2px);
}
.pie-service-button:hover span,
.pie-service-button:focus-visible span { transform: translateX(3px); }
.pie-contact-actions .pie-service-button { margin-top: 0; }
@media (max-width: 680px) {
  .pie-service-button { width: 100%; }
  .pie-contact-actions { width: 100%; }
  .pie-contact-actions .pie-contact-or { align-self: center; }
}


/* PIE-v0081: keep service cards static; retain arrow movement on action buttons */
.pie-service-card,
.pie-service-card:hover {
  transform: none;
  box-shadow: 0 16px 42px rgba(17, 39, 68, .11);
}
.pie-service-card > img,
.pie-service-card:hover > img {
  transform: none;
}
.pie-service-button:hover,
.pie-service-button:focus-visible {
  transform: none;
}

/* PIE-v0083 Parts & Accessories page */
.pie-pa-page{background:#f2f6fa;color:var(--pie-ink)}
.pie-pa-wrap{width:min(1220px,calc(100% - 48px));margin:0 auto}
.pie-pa-hero{position:relative;overflow:hidden;padding:122px 24px 74px;color:#fff;background:radial-gradient(circle at 84% 8%,rgba(21,146,255,.24),transparent 34%),linear-gradient(135deg,#031226,#082b58)}
.pie-pa-hero-inner{width:min(1220px,100%);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:58px}
.pie-pa-eyebrow,.pie-pa-section-label{margin:0 0 14px;color:#178cf2;font-size:13px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.pie-pa-hero .pie-pa-eyebrow{color:#8acaff}
.pie-pa-copy h1{margin:0;font-size:clamp(54px,7vw,92px);line-height:.9;letter-spacing:-.065em}
.pie-pa-lead{max-width:650px;margin:24px 0 0;color:rgba(255,255,255,.84);font-size:20px;line-height:1.55}
.pie-pa-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:32px}
.pie-pa-btn{display:inline-flex;align-items:center;gap:8px;padding:15px 20px;border-radius:11px;font-weight:850;transition:transform .2s ease,background .2s ease}
.pie-pa-btn:hover{transform:translateY(-2px)}
.pie-pa-btn-primary{color:#fff;background:linear-gradient(135deg,#0a78e8,#0752b5);box-shadow:0 13px 30px rgba(0,84,190,.3)}
.pie-pa-btn-ghost{border:1px solid rgba(255,255,255,.36);color:#fff;background:rgba(255,255,255,.07)}
.pie-pa-hero-image{position:relative;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 28px 70px rgba(0,0,0,.36);transform:rotate(1.2deg)}
.pie-pa-hero-image:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.3);border-radius:24px}
.pie-pa-hero-image img{width:100%;height:470px;object-fit:contain;background:#f7fbff}
.pie-pa-intro{padding:74px 0;background:#fff}
.pie-pa-intro-grid,.pie-pa-heading-row{display:grid;grid-template-columns:1fr 1fr;gap:74px;align-items:end}
.pie-pa-intro h2,.pie-pa-heading-row h2,.pie-pa-process h2,.pie-pa-final h2{margin:0;font-size:clamp(36px,4.4vw,58px);line-height:1.04;letter-spacing:-.05em}
.pie-pa-intro-grid>p,.pie-pa-heading-row>p,.pie-pa-process p,.pie-pa-final p{margin:0;color:#607086;font-size:18px;line-height:1.65}
.pie-pa-categories{padding:82px 0}
.pie-pa-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:46px}
.pie-pa-grid article{min-height:260px;padding:30px;border:1px solid rgba(9,49,91,.12);border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(20,42,70,.08)}
.pie-pa-grid article span{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:10px;color:#fff;background:#0874df;font-size:13px;font-weight:900}
.pie-pa-grid h3{margin:32px 0 12px;font-size:28px;letter-spacing:-.035em}
.pie-pa-grid p{margin:0;color:#607086;font-size:16px;line-height:1.6}
.pie-pa-process{padding:66px 0;color:#fff;background:linear-gradient(135deg,#041932,#0a3c76)}
.pie-pa-process-inner{display:grid;grid-template-columns:1fr 1fr;gap:74px;align-items:center}
.pie-pa-process .pie-pa-section-label{color:#80c4ff}
.pie-pa-process p{color:rgba(255,255,255,.78)}
.pie-pa-final{padding:76px 0;background:#fff}
.pie-pa-final-inner{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center}
.pie-pa-final p{max-width:780px;margin-top:18px}
.pie-pa-final-actions{display:flex;flex-direction:column;align-items:flex-start;gap:18px;white-space:nowrap}
.pie-pa-phone{color:#0868d8;font-weight:850}
@media(max-width:900px){.pie-pa-hero-inner,.pie-pa-intro-grid,.pie-pa-heading-row,.pie-pa-process-inner,.pie-pa-final-inner{grid-template-columns:1fr}.pie-pa-hero-image img{height:400px}.pie-pa-grid{grid-template-columns:1fr}.pie-pa-final-actions{white-space:normal}}
@media(max-width:680px){.pie-pa-wrap{width:min(100% - 32px,1220px)}.pie-pa-hero{padding:96px 16px 52px}.pie-pa-hero-inner{gap:34px}.pie-pa-copy h1{font-size:54px}.pie-pa-lead{font-size:17px}.pie-pa-hero-image img{height:300px}.pie-pa-intro,.pie-pa-categories,.pie-pa-final{padding:54px 0}.pie-pa-process{padding:48px 0}.pie-pa-grid article{min-height:0;padding:24px}}

/* v0084: make in-page category anchors clear the fixed header */
#parts,#drive-caps,#leader-systems{scroll-margin-top:110px}

/* PIE-v0086 homepage and new product pages */
.pie-hero{background:linear-gradient(90deg,rgba(2,15,34,.46) 0%,rgba(3,22,46,.34) 48%,rgba(3,19,42,.24) 100%),url('assets/pie-background-v3.jpeg') center 48%/cover no-repeat}
.pie-equipment-card.pie-card-bright img{filter:brightness(1.8)}
.pie-equipment-card.pie-card-bright::after{background:linear-gradient(180deg,rgba(1,13,29,.02),rgba(1,13,29,.72))}
.pie-product-page{background:#f2f6fa;color:var(--pie-ink)}
.pie-product-wrap{width:min(1220px,calc(100% - 48px));margin:0 auto}
.pie-product-hero{padding:122px 24px 72px;background:linear-gradient(135deg,#f8fbff,#e9f2fb)}
.pie-product-hero-inner{width:min(1220px,100%);margin:0 auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:54px;align-items:center}
.pie-product-copy h1{margin:0 0 22px;color:#082b55;font-size:clamp(58px,8vw,100px);line-height:.9;letter-spacing:-.065em}
.pie-product-copy>p:not(.pie-product-eyebrow){margin:0 0 30px;color:#526b83;font-size:20px;line-height:1.55}
.pie-product-eyebrow{margin:0 0 14px;color:#0874df;font-size:13px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.pie-product-media{overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 24px 60px rgba(10,45,82,.16)}
.pie-product-media img{display:block;width:100%;height:520px;object-fit:contain;background:#fff}
.pie-product-section{padding:82px 0;background:#fff}
.pie-product-section h2,.pie-product-band h2{margin:0;color:#082b55;font-size:clamp(38px,5vw,60px);line-height:1.04;letter-spacing:-.05em}
.pie-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:42px}
.pie-product-grid article{padding:30px;border:1px solid rgba(9,49,91,.12);border-radius:18px;background:#f8fbfe}
.pie-product-grid h3{margin:0 0 10px;color:#0a315e;font-size:27px}
.pie-product-grid p{margin:0;color:#607086;font-size:16px;line-height:1.6}
.pie-product-band{padding:68px 0;color:#fff;background:linear-gradient(135deg,#041932,#0a3c76)}
.pie-product-band .pie-product-eyebrow{color:#80c4ff}
.pie-product-band h2{color:#fff}
.pie-product-band-inner{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.pie-product-band-inner>p{margin:0;color:rgba(255,255,255,.8);font-size:18px;line-height:1.65}
@media(max-width:900px){.pie-product-hero-inner,.pie-product-band-inner{grid-template-columns:1fr}.pie-product-media img{height:400px}}
@media(max-width:680px){.pie-product-wrap{width:min(100% - 32px,1220px)}.pie-product-hero{padding:96px 16px 50px}.pie-product-media img{height:300px}.pie-product-grid{grid-template-columns:1fr}.pie-product-section{padding:56px 0}}

/* PIE-v0087: focused hero contrast and visual separation for services */
.pie-hero {
  isolation: isolate;
  background: url('assets/pie-background-v3.jpeg') center 48%/cover no-repeat;
}
.pie-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(2, 15, 34, .94) 0%,
      rgba(2, 18, 39, .86) 24%,
      rgba(3, 22, 46, .58) 46%,
      rgba(3, 19, 42, .18) 68%,
      rgba(3, 19, 42, 0) 84%);
}
.pie-hero-inner { z-index: 2; }

.pie-services-zone {
  position: relative;
  margin-top: 54px;
  padding: 0 28px 34px;
  border: 1px solid rgba(8, 74, 139, .10);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(74, 163, 244, .10), transparent 42%),
    linear-gradient(180deg, #f5faff 0%, #edf5fc 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.pie-services-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  transform: translateY(-50%);
}
.pie-services-divider span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(6, 75, 143, .35));
}
.pie-services-divider span:last-child {
  background: linear-gradient(90deg, rgba(6, 75, 143, .35), transparent);
}
.pie-services-divider h2 {
  margin: 0;
  padding: 8px 18px;
  border: 1px solid rgba(7, 83, 158, .16);
  border-radius: 999px;
  color: #0a4f91;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20, 63, 104, .09);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.pie-services-divider h2 b {
  color: #61aeea;
  font-weight: 900;
}
.pie-services-zone .pie-services-grid { margin-top: -2px; }

@media (max-width: 760px) {
  .pie-hero::before {
    background: linear-gradient(90deg, rgba(2,15,34,.93) 0%, rgba(2,18,39,.78) 62%, rgba(3,19,42,.28) 100%);
  }
  .pie-services-zone { margin-top: 46px; padding: 0 14px 20px; border-radius: 18px; }
  .pie-services-divider { gap: 9px; }
  .pie-services-divider h2 { padding: 7px 11px; font-size: 10px; letter-spacing: .08em; }
}

/* v0088 homepage and drive-cap terminology refinements */
.pie-product-copy .pie-product-alt-names{
  margin:0 0 30px;
  color:#7890a6;
  font-size:16px;
  font-weight:600;
  line-height:1.6;
  letter-spacing:.025em;
}

/* Drive caps catalog */
.pie-drive-caps-page{scroll-behavior:smooth}
.pie-dc-jump{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(8,43,85,.1);background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}
.admin-bar .pie-dc-jump{top:32px}
.pie-dc-jump-inner{display:flex;gap:8px;overflow-x:auto;padding-top:13px;padding-bottom:13px;scrollbar-width:none}
.pie-dc-jump-inner::-webkit-scrollbar{display:none}
.pie-dc-jump a{flex:0 0 auto;padding:9px 13px;border-radius:999px;color:#244766;font-size:13px;font-weight:800;background:#edf4fb}
.pie-dc-jump a:hover{color:#fff;background:#0874df}
.pie-dc-intro{padding:72px 0;background:#fff}
.pie-dc-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:end}
.pie-dc-intro h2,.pie-dc-section h2{margin:0;color:#082b55;font-size:clamp(38px,5vw,60px);line-height:1.04;letter-spacing:-.05em}
.pie-dc-intro-grid>p,.pie-dc-section-title>p,.pie-dc-heading>div>p:last-child{margin:0;color:#607086;font-size:17px;line-height:1.65}
.pie-dc-section{padding:86px 0;scroll-margin-top:78px}
.pie-dc-section-white{background:#fff}.pie-dc-section-tint{background:#f2f6fa}.pie-dc-section-dark{color:#fff;background:linear-gradient(135deg,#03152b,#073b75)}
.pie-dc-heading{display:grid;grid-template-columns:1.25fr .75fr;gap:64px;align-items:center;margin-bottom:42px}
.pie-dc-heading-reverse{grid-template-columns:.75fr 1.25fr}.pie-dc-heading-reverse>div{order:2}.pie-dc-heading-reverse>img{order:1}
.pie-dc-heading img{width:100%;height:300px;object-fit:contain;border-radius:22px;background:#fff;box-shadow:0 20px 50px rgba(12,48,87,.12)}
.pie-dc-heading-dark h2{color:#fff}.pie-dc-heading-dark>div>p:last-child{color:rgba(255,255,255,.72)}.pie-dc-heading-dark .pie-product-eyebrow{color:#80c4ff}
.pie-dc-model-grid{display:grid;gap:15px}.pie-dc-model-grid-five{grid-template-columns:repeat(5,1fr)}.pie-dc-model-grid-two{grid-template-columns:repeat(2,1fr)}
.pie-dc-model{overflow:hidden;border:1px solid rgba(8,43,85,.12);border-radius:17px;background:#f8fbfe;box-shadow:0 10px 26px rgba(15,44,76,.06)}
.pie-dc-model h3{margin:0;padding:19px 20px;color:#fff;font-size:19px;background:linear-gradient(135deg,#0874df,#0750aa)}
.pie-dc-model dl{margin:0;padding:8px 20px 16px}.pie-dc-model dl div{padding:12px 0;border-bottom:1px solid rgba(8,43,85,.09)}.pie-dc-model dl div:last-child{border:0}
.pie-dc-model dt{color:#718197;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.pie-dc-model dd{margin:4px 0 0;color:#0a315e;font-size:15px;font-weight:800;line-height:1.35}
.pie-dc-model-large h3{font-size:24px}.pie-dc-model-large dl{display:grid;grid-template-columns:repeat(2,1fr);gap:0 28px;padding:12px 26px 20px}.pie-dc-model-large dd{font-size:18px}
.pie-dc-table-wrap{overflow:hidden;border:1px solid rgba(8,43,85,.12);border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(15,44,76,.07)}
.pie-dc-table{width:100%;border-collapse:collapse}.pie-dc-table th{padding:16px 18px;color:#fff;text-align:left;font-size:12px;letter-spacing:.07em;text-transform:uppercase;background:#082b55}.pie-dc-table td{padding:18px;border-bottom:1px solid #e4ebf2;color:#38536d;font-weight:650}.pie-dc-table tr:last-child td{border-bottom:0}.pie-dc-table td:first-child{color:#0874df;font-weight:900}
.pie-dc-offshore-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pie-dc-offshore-card{padding:26px;border:1px solid rgba(255,255,255,.17);border-radius:20px;background:rgba(255,255,255,.08);box-shadow:0 18px 40px rgba(0,0,0,.16)}
.pie-dc-offshore-top{display:flex;justify-content:space-between;gap:15px;align-items:center}.pie-dc-offshore-top h3{margin:0;font-size:28px}.pie-dc-offshore-top span{padding:7px 10px;border-radius:999px;color:#082b55;font-size:13px;font-weight:900;background:#8acaff}
.pie-dc-offshore-card p{color:rgba(255,255,255,.75);line-height:1.55}.pie-dc-offshore-card ul{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:20px 0 0;padding:0;list-style:none}.pie-dc-offshore-card li{padding:10px;border-radius:8px;text-align:center;font-weight:800;background:rgba(255,255,255,.09)}
.pie-dc-section-title{max-width:820px;margin-bottom:42px}.pie-dc-section-title>p{margin-top:18px}
.pie-dc-insert-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.pie-dc-insert-card{display:grid;grid-template-columns:210px 1fr;overflow:hidden;border:1px solid rgba(8,43,85,.12);border-radius:19px;background:#fff;box-shadow:0 14px 34px rgba(15,44,76,.07)}.pie-dc-insert-card-wide{grid-column:1/-1;grid-template-columns:280px 1fr}
.pie-dc-insert-card img{width:100%;height:100%;min-height:260px;object-fit:contain;padding:14px;background:#f9fbfd}.pie-dc-insert-card>div{padding:25px}.pie-dc-insert-card h3{margin:0 0 19px;color:#082b55;font-size:25px}
.pie-dc-mini-table{display:grid;grid-template-columns:110px 1fr auto;align-items:center}.pie-dc-mini-table span,.pie-dc-mini-table b,.pie-dc-mini-table em{padding:11px 0;border-bottom:1px solid #e7edf3;font-style:normal}.pie-dc-mini-table span{color:#0874df;font-size:13px;font-weight:900}.pie-dc-mini-table b{color:#36526d;font-size:14px}.pie-dc-mini-table em{color:#082b55;font-size:14px;font-weight:900;text-align:right}
.pie-dc-striker-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.pie-dc-striker-grid article{display:flex;flex-direction:column;gap:8px;padding:23px;border:1px solid rgba(8,43,85,.12);border-radius:15px;background:#f8fbfe}.pie-dc-striker-grid strong{color:#082b55;font-size:22px}.pie-dc-striker-grid span{color:#0874df;font-weight:900}
.pie-dc-quote-copy p{margin:0 0 24px;color:rgba(255,255,255,.8);font-size:18px;line-height:1.65}
@media(max-width:1050px){.pie-dc-model-grid-five{grid-template-columns:repeat(3,1fr)}.pie-dc-offshore-grid{grid-template-columns:1fr}.pie-dc-striker-grid{grid-template-columns:repeat(3,1fr)}.pie-dc-insert-card{grid-template-columns:170px 1fr}}
@media(max-width:800px){.pie-dc-intro-grid,.pie-dc-heading,.pie-dc-heading-reverse{grid-template-columns:1fr;gap:34px}.pie-dc-heading-reverse>div,.pie-dc-heading-reverse>img{order:initial}.pie-dc-heading img{height:280px}.pie-dc-model-grid-five,.pie-dc-model-grid-two{grid-template-columns:1fr 1fr}.pie-dc-insert-grid{grid-template-columns:1fr}.pie-dc-insert-card-wide{grid-column:auto}.pie-dc-insert-card,.pie-dc-insert-card-wide{grid-template-columns:190px 1fr}.pie-dc-table thead{display:none}.pie-dc-table,.pie-dc-table tbody,.pie-dc-table tr,.pie-dc-table td{display:block}.pie-dc-table tr{padding:16px;border-bottom:1px solid #dde6ee}.pie-dc-table tr:last-child{border:0}.pie-dc-table td{display:flex;justify-content:space-between;gap:20px;padding:8px 0;border:0;text-align:right}.pie-dc-table td:before{content:attr(data-label);color:#718197;font-size:11px;font-weight:900;letter-spacing:.06em;text-align:left;text-transform:uppercase}.pie-dc-striker-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.admin-bar .pie-dc-jump{top:46px}.pie-dc-section{padding:58px 0}.pie-dc-model-grid-five,.pie-dc-model-grid-two{grid-template-columns:1fr}.pie-dc-model-large dl{grid-template-columns:1fr}.pie-dc-heading img{height:230px}.pie-dc-insert-card,.pie-dc-insert-card-wide{grid-template-columns:1fr}.pie-dc-insert-card img{height:230px;min-height:0}.pie-dc-mini-table{grid-template-columns:88px 1fr}.pie-dc-mini-table em{grid-column:2;text-align:left;padding-top:0}.pie-dc-striker-grid{grid-template-columns:1fr}.pie-dc-offshore-card ul{grid-template-columns:1fr 1fr}}

/* v0090 drive-cap page density and card layout */
.pie-drive-caps-page .pie-dc-hero-compact{padding-top:18px;padding-bottom:0}
.pie-drive-caps-page .pie-dc-hero-compact .pie-product-hero-inner{min-height:0;padding-top:22px;padding-bottom:24px;align-items:center}
.pie-drive-caps-page .pie-dc-hero-compact .pie-product-copy{padding:0}
.pie-drive-caps-page .pie-dc-hero-compact .pie-product-copy h1{margin-bottom:8px;font-size:clamp(46px,6vw,72px)}
.pie-drive-caps-page .pie-dc-hero-compact .pie-product-alt-names{margin:0 0 16px}
.pie-drive-caps-page .pie-dc-hero-compact .pie-product-media{height:210px}
.pie-drive-caps-page .pie-dc-hero-compact .pie-product-media img{width:100%;height:100%;object-fit:contain}
.pie-drive-caps-page .pie-dc-jump{position:relative;top:auto;border-top:1px solid rgba(255,255,255,.16);border-bottom:0;background:rgba(0,0,0,.16);backdrop-filter:none}
.pie-drive-caps-page .pie-dc-jump-inner{justify-content:center;flex-wrap:wrap;overflow:visible;padding-top:12px;padding-bottom:12px}
.pie-drive-caps-page .pie-dc-jump a{color:#fff;background:rgba(255,255,255,.12)}
.pie-drive-caps-page .pie-dc-jump a:hover{background:#0874df}
.pie-drive-caps-page .pie-dc-first-section{padding-top:44px}
.pie-drive-caps-page .pie-dc-section{padding:58px 0}
.pie-dc-list-heading{display:flex;justify-content:space-between;gap:34px;align-items:end;margin-bottom:24px;padding-bottom:14px;border-bottom:2px solid #dce8f3}
.pie-dc-list-heading h2{margin:0;color:#082b55;font-size:clamp(28px,3.2vw,42px);line-height:1.05;letter-spacing:-.035em}
.pie-dc-list-heading p{max-width:620px;margin:0;color:#607086;font-size:15px;line-height:1.55;text-align:right}
.pie-dc-list-heading-dark{border-color:rgba(255,255,255,.2)}
.pie-dc-list-heading-dark h2{color:#fff}.pie-dc-list-heading-dark p{color:rgba(255,255,255,.72)}
.pie-dc-card-grid{display:grid;gap:15px}.pie-dc-card-grid-five{grid-template-columns:repeat(5,1fr)}.pie-dc-card-grid-four{grid-template-columns:repeat(4,1fr)}.pie-dc-card-grid-three{grid-template-columns:repeat(3,1fr)}.pie-dc-card-grid-two{grid-template-columns:repeat(2,1fr)}
.pie-dc-product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(8,43,85,.12);border-radius:15px;background:#fff;box-shadow:0 9px 24px rgba(15,44,76,.07)}
.pie-dc-product-card h3{margin:0;padding:15px 16px;color:#fff;font-size:18px;line-height:1.2;background:linear-gradient(135deg,#0874df,#0750aa)}
.pie-dc-product-card dl{margin:0;padding:7px 16px 6px}
.pie-dc-product-card dl div{padding:9px 0;border-bottom:1px solid rgba(8,43,85,.08)}.pie-dc-product-card dl div:last-child{border:0}
.pie-dc-product-card dt{color:#718197;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.pie-dc-product-card dd{margin:3px 0 0;color:#0a315e;font-size:14px;font-weight:800;line-height:1.35}
.pie-dc-product-card img{order:3;width:100%;height:150px;margin-top:auto;padding:10px;object-fit:contain;background:#f7fafe;border-top:1px solid rgba(8,43,85,.08)}
.pie-dc-card-type{margin:0;padding:12px 16px 0;color:#0874df;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.pie-dc-product-card-dark{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.08);box-shadow:0 12px 28px rgba(0,0,0,.16)}
.pie-dc-product-card-dark dl div{border-color:rgba(255,255,255,.12)}.pie-dc-product-card-dark dt{color:rgba(255,255,255,.58)}.pie-dc-product-card-dark dd{color:#fff}.pie-dc-product-card-dark img{background:#fff}
@media(max-width:1100px){.pie-dc-card-grid-five,.pie-dc-card-grid-four{grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){.pie-drive-caps-page .pie-dc-hero-compact .pie-product-hero-inner{grid-template-columns:1fr 1fr;gap:20px}.pie-drive-caps-page .pie-dc-hero-compact .pie-product-media{height:170px}.pie-dc-list-heading{display:block}.pie-dc-list-heading p{margin-top:8px;text-align:left}.pie-dc-card-grid-five,.pie-dc-card-grid-four,.pie-dc-card-grid-three{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.pie-drive-caps-page .pie-dc-hero-compact{padding-top:8px}.pie-drive-caps-page .pie-dc-hero-compact .pie-product-hero-inner{grid-template-columns:1fr;padding-top:16px;padding-bottom:16px}.pie-drive-caps-page .pie-dc-hero-compact .pie-product-media{height:150px}.pie-drive-caps-page .pie-dc-jump-inner{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto}.pie-drive-caps-page .pie-dc-section{padding:42px 0}.pie-dc-card-grid-five,.pie-dc-card-grid-four,.pie-dc-card-grid-three,.pie-dc-card-grid-two{grid-template-columns:1fr}.pie-dc-product-card img{height:190px}}

/* v0091 compact drive-cap catalog lists */
.pie-dc-list-page .pie-dc-catalog-section{padding:52px 0 58px;scroll-margin-top:76px}
.pie-dc-list-page .pie-dc-compact-heading{position:relative;display:grid;grid-template-columns:185px 1fr;min-height:145px;margin:0 0 16px;padding:24px 34px 22px 205px;border-radius:18px;background:linear-gradient(135deg,#082b55,#0b4f91);box-shadow:0 12px 30px rgba(8,43,85,.12)}
.pie-dc-list-page .pie-dc-heading-image{position:absolute;left:18px;bottom:-8px;width:174px;height:174px;z-index:2;display:flex;align-items:center;justify-content:center}
.pie-dc-list-page .pie-dc-heading-image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 14px 13px rgba(0,20,50,.22))}
.pie-dc-list-page .pie-dc-heading-copy{grid-column:2;align-self:center;min-width:0}
.pie-dc-list-page .pie-dc-heading-copy span{display:block;margin:0 0 5px;color:#77c1ff;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.pie-dc-list-page .pie-dc-heading-copy h2{margin:0;color:#fff;font-size:clamp(26px,3vw,38px);line-height:1.04;letter-spacing:-.035em}
.pie-dc-list-page .pie-dc-heading-copy p{max-width:780px;margin:8px 0 0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.5}
.pie-dc-list-page .pie-dc-list-table-wrap{border-radius:14px;box-shadow:0 8px 22px rgba(15,44,76,.06)}
.pie-dc-list-page .pie-dc-list-table th{padding:13px 17px;font-size:11px;background:#0a315e}
.pie-dc-list-page .pie-dc-list-table td{padding:15px 17px;font-size:15px}
.pie-dc-list-page .pie-dc-list-table tbody tr{transition:background .18s ease,transform .18s ease}
.pie-dc-list-page .pie-dc-list-table tbody tr:hover{background:#f4f9fe}
.pie-dc-list-page .pie-dc-list-table td:first-child{white-space:nowrap}
.pie-dc-row-marker{display:inline-block;width:8px;height:8px;margin-right:10px;border-radius:50%;vertical-align:1px;background:#42aaf5;box-shadow:0 0 0 4px rgba(66,170,245,.14)}
@media(max-width:800px){
  .pie-dc-list-page .pie-dc-catalog-section{padding:40px 0 46px}
  .pie-dc-list-page .pie-dc-compact-heading{grid-template-columns:125px 1fr;min-height:118px;padding:18px 20px 18px 145px}
  .pie-dc-list-page .pie-dc-heading-image{left:10px;bottom:-4px;width:132px;height:132px}
  .pie-dc-list-page .pie-dc-heading-copy{grid-column:2}
  .pie-dc-list-page .pie-dc-heading-copy p{font-size:13px}
}
@media(max-width:560px){
  .pie-dc-list-page .pie-dc-compact-heading{display:block;min-height:118px;padding:18px 16px 18px 122px;border-radius:14px}
  .pie-dc-list-page .pie-dc-heading-image{left:4px;bottom:0;width:116px;height:116px}
  .pie-dc-list-page .pie-dc-heading-copy h2{font-size:25px}
  .pie-dc-list-page .pie-dc-heading-copy p{display:none}
  .pie-dc-list-page .pie-dc-list-table tr{padding:13px 15px}
  .pie-dc-list-page .pie-dc-list-table td{padding:7px 0;font-size:14px}
}

/* Drive Caps v0092 — compact catalog layout */
.pie-dc-list-page .pie-dc-catalog-area{padding:42px 0 64px;background:#eef3f8}
.pie-dc-list-page .pie-dc-catalog-shell{display:grid;grid-template-columns:172px minmax(0,1fr);gap:28px;align-items:start}
.pie-dc-list-page .pie-dc-side-index{position:sticky;top:24px;display:flex;flex-direction:column;gap:4px;padding:15px;border:1px solid rgba(8,43,85,.1);border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 8px 24px rgba(15,44,76,.06);backdrop-filter:blur(10px)}
.admin-bar .pie-dc-list-page .pie-dc-side-index{top:56px}
.pie-dc-list-page .pie-dc-side-index>span{margin:0 0 7px;padding:0 7px;color:#7890a8;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.pie-dc-list-page .pie-dc-side-index a{position:relative;padding:9px 10px 9px 18px;border-radius:8px;color:#49647d;font-size:12px;font-weight:800;line-height:1.25}
.pie-dc-list-page .pie-dc-side-index a:before{content:"";position:absolute;left:7px;top:50%;width:5px;height:5px;border-radius:50%;background:#b9c9d8;transform:translateY(-50%)}
.pie-dc-list-page .pie-dc-side-index a:hover,.pie-dc-list-page .pie-dc-side-index a.is-active{color:#075fb9;background:#eaf4fd}
.pie-dc-list-page .pie-dc-side-index a.is-active:before{background:#1b93eb;box-shadow:0 0 0 4px rgba(27,147,235,.12)}
.pie-dc-list-page .pie-dc-catalog-main{min-width:0}
.pie-dc-list-page .pie-dc-catalog-section{padding:0 0 34px;scroll-margin-top:22px;background:transparent}
.pie-dc-list-page .pie-dc-catalog-section:last-child{padding-bottom:0}
.pie-dc-list-page .pie-dc-compact-heading{position:relative;display:block;min-height:96px;margin:0;padding:16px 24px 15px 148px;border-radius:14px 14px 0 0;background:linear-gradient(120deg,#082b55 0%,#0b4f91 100%);box-shadow:none}
.pie-dc-list-page .pie-dc-heading-image{position:absolute;left:10px;bottom:-10px;width:132px;height:132px;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none}
.pie-dc-list-page .pie-dc-heading-image img{width:100%;height:100%;padding:0;object-fit:contain;background:transparent;filter:drop-shadow(0 12px 10px rgba(0,18,45,.25))}
.pie-dc-list-page .pie-dc-heading-copy{display:block;min-width:0}
.pie-dc-list-page .pie-dc-heading-copy span{display:block;margin:0 0 3px;color:#82c7ff;font-size:9px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.pie-dc-list-page .pie-dc-heading-copy h2{margin:0;color:#fff;font-size:clamp(23px,2.4vw,31px);line-height:1;letter-spacing:-.03em}
.pie-dc-list-page .pie-dc-heading-copy p{max-width:none;margin:7px 0 0;color:rgba(255,255,255,.75);font-size:13px;line-height:1.4}
.pie-dc-list-page .pie-dc-list-table-wrap{overflow:hidden;border:1px solid rgba(8,43,85,.11);border-top:0;border-radius:0 0 14px 14px;background:#fff;box-shadow:0 8px 22px rgba(15,44,76,.06)}
.pie-dc-list-page .pie-dc-list-table th{padding:12px 16px;color:#ddecfa;font-size:10px;letter-spacing:.08em;background:#0a315e}
.pie-dc-list-page .pie-dc-list-table td{position:relative;padding:14px 16px;font-size:14px;background:#fff}
.pie-dc-list-page .pie-dc-list-table tbody tr:nth-child(even) td{background:#fbfdff}
.pie-dc-list-page .pie-dc-list-table tbody tr{transition:background .16s ease}
.pie-dc-list-page .pie-dc-list-table tbody tr:hover td{background:#edf7ff}
.pie-dc-list-page .pie-dc-list-table td:first-child{border-left:3px solid transparent;white-space:nowrap}
.pie-dc-list-page .pie-dc-list-table tbody tr:hover td:first-child{border-left-color:#1b93eb}
.pie-dc-list-page .pie-dc-row-marker{width:7px;height:7px;margin-right:9px;box-shadow:0 0 0 3px rgba(66,170,245,.13)}

@media(max-width:980px){
  .pie-dc-list-page .pie-dc-catalog-shell{grid-template-columns:1fr}
  .pie-dc-list-page .pie-dc-side-index{display:none}
}
@media(max-width:700px){
  .pie-dc-list-page .pie-dc-catalog-area{padding:28px 0 42px}
  .pie-dc-list-page .pie-dc-catalog-section{padding-bottom:24px}
  .pie-dc-list-page .pie-dc-compact-heading{min-height:88px;padding:14px 14px 13px 112px}
  .pie-dc-list-page .pie-dc-heading-image{left:4px;bottom:-4px;width:104px;height:104px}
  .pie-dc-list-page .pie-dc-heading-copy h2{font-size:23px}
  .pie-dc-list-page .pie-dc-heading-copy p{font-size:12px;line-height:1.35}
  .pie-dc-list-page .pie-dc-list-table tr{padding:12px 14px}
  .pie-dc-list-page .pie-dc-list-table td{padding:7px 0;font-size:13px;background:transparent!important}
  .pie-dc-list-page .pie-dc-list-table td:first-child{border-left:0}
}
@media(max-width:460px){
  .pie-dc-list-page .pie-dc-compact-heading{min-height:82px;padding-left:94px}
  .pie-dc-list-page .pie-dc-heading-image{width:88px;height:88px}
  .pie-dc-list-page .pie-dc-heading-copy span{font-size:8px}
  .pie-dc-list-page .pie-dc-heading-copy h2{font-size:20px}
  .pie-dc-list-page .pie-dc-heading-copy p{display:none}
}

/* Drive Caps v0093 — assembly hierarchy */
.pie-dc-list-page .pie-dc-system-group{position:relative;margin:0 0 42px;padding:0 0 0 22px}
.pie-dc-list-page .pie-dc-system-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 18px;padding:20px 22px;border:1px solid rgba(8,43,85,.12);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(15,44,76,.06)}
.pie-dc-list-page .pie-dc-system-intro>div:first-child{max-width:660px}
.pie-dc-list-page .pie-dc-system-intro span:first-child{color:#178fe5;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.pie-dc-list-page .pie-dc-system-intro h2{margin:3px 0 7px;color:#082b55;font-size:clamp(25px,2.7vw,34px);letter-spacing:-.03em}
.pie-dc-list-page .pie-dc-system-intro p{margin:0;color:#577087;font-size:13px;line-height:1.55}
.pie-dc-list-page .pie-dc-system-flow{display:flex;align-items:center;gap:7px;white-space:nowrap}
.pie-dc-list-page .pie-dc-system-flow span{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:999px;background:#eaf4fd;color:#0a4f8f;font-size:11px;font-weight:900;letter-spacing:0;text-transform:none}
.pie-dc-list-page .pie-dc-system-flow b{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#128ee5;color:#fff;font-size:10px}
.pie-dc-list-page .pie-dc-system-flow i{color:#78a9cf;font-style:normal;font-weight:900}
.pie-dc-list-page .pie-dc-system-bracket{position:absolute;left:0;top:14px;bottom:0;width:14px;border-left:3px solid #168fe6;border-top:3px solid #168fe6;border-bottom:3px solid #168fe6;border-radius:10px 0 0 10px}
.pie-dc-list-page .pie-dc-linked-section{position:relative}
.pie-dc-list-page .pie-dc-linked-section:not(:last-child):after{content:"↓";display:grid;place-items:center;width:28px;height:28px;margin:12px auto -2px;border-radius:50%;background:#dceefe;color:#0d78c8;font-size:16px;font-weight:900}
.pie-dc-list-page .pie-dc-system-group .pie-dc-catalog-section{padding-bottom:18px}
.pie-dc-list-page .pie-dc-other-divider{display:flex;align-items:center;gap:14px;margin:0 0 24px;color:#6d8499;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.pie-dc-list-page .pie-dc-other-divider:before,.pie-dc-list-page .pie-dc-other-divider:after{content:"";height:1px;flex:1;background:#c8d6e3}
.pie-dc-list-page .pie-dc-index-group{position:relative;margin:0 0 6px;padding:8px 0 8px 7px;border-left:2px solid #168fe6}
.pie-dc-list-page .pie-dc-index-group strong,.pie-dc-list-page .pie-dc-index-other{display:block;padding:0 7px 6px;color:#0a4f8f;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.pie-dc-list-page .pie-dc-side-index .pie-dc-index-linked{padding-left:34px}
.pie-dc-list-page .pie-dc-side-index .pie-dc-index-linked:before{display:none}
.pie-dc-list-page .pie-dc-side-index .pie-dc-index-linked span{position:absolute;left:9px;top:50%;display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#dceefe;color:#0d78c8;font-size:9px;transform:translateY(-50%)}
.pie-dc-list-page .pie-dc-side-index .pie-dc-index-linked.is-active span{background:#168fe6;color:#fff}
.pie-dc-list-page .pie-dc-index-divider{height:1px;margin:5px 7px 12px;background:#dce5ed}
@media(max-width:900px){
  .pie-dc-list-page .pie-dc-system-intro{align-items:flex-start;flex-direction:column}
}
@media(max-width:700px){
  .pie-dc-list-page .pie-dc-system-group{padding-left:12px}
  .pie-dc-list-page .pie-dc-system-intro{padding:17px 16px}
  .pie-dc-list-page .pie-dc-system-flow{flex-wrap:wrap;gap:5px}
  .pie-dc-list-page .pie-dc-system-flow i{transform:rotate(0deg)}
  .pie-dc-list-page .pie-dc-system-bracket{width:9px;border-width:2px}
}


/* Drive Caps v0094 — no hero + repaired catalog index */
.pie-dc-list-page .pie-dc-catalog-area{padding-top:28px}
.pie-dc-list-page .pie-dc-catalog-shell{grid-template-columns:205px minmax(0,1fr);gap:30px}
.pie-dc-list-page .pie-dc-side-index{padding:16px 14px}
.pie-dc-list-page .pie-dc-index-group{padding-left:8px}
.pie-dc-list-page .pie-dc-index-group strong{padding:0 8px 8px;line-height:1.35}
.pie-dc-list-page .pie-dc-side-index .pie-dc-index-linked{
  position:relative;
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  align-items:start;
  column-gap:7px;
  padding:7px 8px;
  line-height:1.3;
}
.pie-dc-list-page .pie-dc-side-index .pie-dc-index-linked span{
  position:static;
  width:18px;
  height:18px;
  transform:none;
  margin-top:-1px;
}
.pie-dc-list-page .pie-dc-side-index>a{margin-top:2px}
@media(max-width:980px){
  .pie-dc-list-page .pie-dc-catalog-area{padding-top:22px}
}

/* Drive Caps v0095 — cleaner specifications and weight alignment */
.pie-dc-list-page .pie-dc-catalog-area{padding-top:88px}
.pie-dc-list-page .pie-dc-list-table th:last-child,
.pie-dc-list-page .pie-dc-list-table td:last-child{text-align:right;white-space:nowrap}
.pie-dc-list-page #striker-plates .pie-dc-list-table{table-layout:fixed}
.pie-dc-list-page #striker-plates .pie-dc-list-table th:first-child,
.pie-dc-list-page #striker-plates .pie-dc-list-table td:first-child{width:72%}
.pie-dc-list-page #striker-plates .pie-dc-list-table th:last-child,
.pie-dc-list-page #striker-plates .pie-dc-list-table td:last-child{width:28%}
@media(max-width:980px){.pie-dc-list-page .pie-dc-catalog-area{padding-top:78px}}
@media(max-width:700px){.pie-dc-list-page .pie-dc-catalog-area{padding-top:70px}.pie-dc-list-page .pie-dc-list-table th:last-child,.pie-dc-list-page .pie-dc-list-table td:last-child{text-align:left}}

/* v0096 drive-cap hierarchy and density refinements */
.pie-dc-list-page .pie-dc-catalog-section{padding-bottom:20px}
.pie-dc-list-page .pie-dc-system-group{margin-bottom:24px}
.pie-dc-list-page .pie-dc-system-group .pie-dc-catalog-section{padding-bottom:10px}
.pie-dc-list-page .pie-dc-compact-heading{min-height:70px;padding:10px 18px 9px 112px}
.pie-dc-list-page .pie-dc-heading-image{left:8px;bottom:-6px;width:98px;height:98px}
.pie-dc-list-page .pie-dc-heading-copy span{margin-bottom:2px;font-size:8px}
.pie-dc-list-page .pie-dc-heading-copy h2{font-size:clamp(20px,2vw,26px)}
.pie-dc-list-page .pie-dc-heading-copy p{margin-top:4px;font-size:11.5px;line-height:1.3}
.pie-dc-list-page .pie-dc-list-table th{padding:8px 14px;font-size:9px}
.pie-dc-list-page .pie-dc-list-table td{padding:9px 14px;font-size:13px;line-height:1.25}
.pie-dc-list-page .pie-dc-system-intro{margin-bottom:12px;padding:14px 18px;gap:16px}
.pie-dc-list-page .pie-dc-system-intro h2{margin:2px 0 4px;font-size:clamp(22px,2.3vw,29px)}
.pie-dc-list-page .pie-dc-system-intro p{font-size:12px;line-height:1.4}
.pie-dc-list-page .pie-dc-system-flow span{padding:6px 9px;font-size:10px}
.pie-dc-list-page .pie-dc-system-flow b{width:17px;height:17px;font-size:9px}
.pie-dc-list-page .pie-dc-linked-section:not(:last-child):after{width:22px;height:22px;margin:7px auto -1px;font-size:13px}
.pie-dc-list-page .pie-dc-other-divider{margin:2px 0 16px}
.pie-dc-list-page .pie-dc-index-support{display:grid;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid #dce5ed}
.pie-dc-list-page .pie-dc-side-index .pie-dc-index-support a{padding:0;border-radius:9px;text-align:center}
.pie-dc-list-page .pie-dc-side-index .pie-dc-index-support a:before{display:none}
.pie-dc-list-page .pie-dc-support-phone{padding:9px 8px!important;background:#eef6fc;color:#315b7d!important;font-size:11px!important;line-height:1.35!important}
.pie-dc-list-page .pie-dc-support-phone b{color:#075fb9;font-size:13px}
.pie-dc-list-page .pie-dc-support-quote{padding:10px 8px!important;background:#0878d1;color:#fff!important;font-size:11px!important;box-shadow:0 7px 16px rgba(8,120,209,.18)}
.pie-dc-list-page .pie-dc-support-quote:hover{background:#075fa9!important;color:#fff!important}
@media(max-width:700px){
 .pie-dc-list-page .pie-dc-catalog-section{padding-bottom:16px}
 .pie-dc-list-page .pie-dc-compact-heading{min-height:72px;padding:10px 10px 9px 82px}
 .pie-dc-list-page .pie-dc-heading-image{width:76px;height:76px}
 .pie-dc-list-page .pie-dc-heading-copy h2{font-size:18px}
 .pie-dc-list-page .pie-dc-list-table tr{padding:9px 12px}
 .pie-dc-list-page .pie-dc-list-table td{padding:5px 0;font-size:12.5px}
}

/* v0097 — dedicated tablet/mobile drive-cap catalog */
.pie-dc-mobile-jump{display:none}
@media(max-width:980px){
  .pie-dc-list-page .pie-dc-catalog-shell{display:block;grid-template-columns:none;width:min(100% - 32px,1220px)}
  .pie-dc-list-page .pie-dc-catalog-main{width:100%;min-width:0}
  .pie-dc-list-page .pie-dc-side-index{display:none}
  .pie-dc-mobile-jump{display:block;margin:0 0 14px;border:1px solid rgba(8,43,85,.12);border-radius:12px;background:#fff;box-shadow:0 6px 18px rgba(15,44,76,.05)}
  .pie-dc-mobile-jump summary{position:relative;padding:13px 42px 13px 16px;color:#0a4f8f;font-size:13px;font-weight:900;cursor:pointer;list-style:none}
  .pie-dc-mobile-jump summary::-webkit-details-marker{display:none}
  .pie-dc-mobile-jump summary:after{content:"⌄";position:absolute;right:16px;top:50%;font-size:18px;transform:translateY(-55%)}
  .pie-dc-mobile-jump[open] summary:after{transform:translateY(-40%) rotate(180deg)}
  .pie-dc-mobile-jump nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:0 10px 11px}
  .pie-dc-mobile-jump a{display:flex;align-items:center;gap:7px;min-height:38px;padding:8px 10px;border-radius:8px;background:#eef6fc;color:#315b7d;font-size:11px;font-weight:800;line-height:1.2}
  .pie-dc-mobile-jump a span{display:grid;place-items:center;flex:0 0 18px;width:18px;height:18px;border-radius:50%;background:#168fe6;color:#fff;font-size:9px}
  .pie-dc-list-page .pie-dc-system-group{padding-left:0}
  .pie-dc-list-page .pie-dc-system-bracket{display:none}
  .pie-dc-list-page .pie-dc-system-intro{width:100%;margin-bottom:12px}
}
@media(max-width:700px){
  .pie-dc-list-page .pie-dc-catalog-area{padding:72px 0 34px}
  .pie-dc-list-page .pie-dc-catalog-shell{width:min(100% - 24px,1220px)}
  .pie-dc-mobile-jump nav{grid-template-columns:1fr}
  .pie-dc-list-page .pie-dc-system-intro{display:block;padding:14px 15px;border-radius:12px}
  .pie-dc-list-page .pie-dc-system-intro>div:first-child{max-width:none}
  .pie-dc-list-page .pie-dc-system-intro h2{font-size:24px}
  .pie-dc-list-page .pie-dc-system-intro p{font-size:12px;line-height:1.45}
  .pie-dc-list-page .pie-dc-system-flow{margin-top:12px;display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:5px;overflow-x:auto;padding-bottom:2px}
  .pie-dc-list-page .pie-dc-system-flow span{flex:0 0 auto}
  .pie-dc-list-page .pie-dc-catalog-section{padding-bottom:18px}
  .pie-dc-list-page .pie-dc-compact-heading{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;min-height:88px;padding:10px 12px;border-radius:12px 12px 0 0}
  .pie-dc-list-page .pie-dc-heading-image{position:static;width:68px;height:68px;grid-column:1;grid-row:1;margin:0;align-self:center}
  .pie-dc-list-page .pie-dc-heading-copy{grid-column:2;grid-row:1;padding-left:8px}
  .pie-dc-list-page .pie-dc-heading-copy span{font-size:7.5px}
  .pie-dc-list-page .pie-dc-heading-copy h2{font-size:20px;line-height:1.05}
  .pie-dc-list-page .pie-dc-heading-copy p{display:block;margin-top:4px;font-size:11px;line-height:1.3}
  .pie-dc-list-page .pie-dc-list-table-wrap{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}
  .pie-dc-list-page .pie-dc-list-table,.pie-dc-list-page .pie-dc-list-table tbody{display:block;width:100%}
  .pie-dc-list-page .pie-dc-list-table thead{display:none}
  .pie-dc-list-page .pie-dc-list-table tr{display:grid;gap:0;margin:0 0 8px;padding:7px 12px;border:1px solid rgba(8,43,85,.11);border-radius:10px;background:#fff;box-shadow:0 4px 13px rgba(15,44,76,.045)}
  .pie-dc-list-page .pie-dc-list-table tr:last-child{margin-bottom:0}
  .pie-dc-list-page .pie-dc-list-table td{display:grid;grid-template-columns:minmax(112px,42%) minmax(0,1fr);align-items:start;gap:10px;width:100%!important;padding:6px 0!important;border:0!important;border-bottom:1px solid #e7eef4!important;background:transparent!important;text-align:right!important;white-space:normal!important;font-size:12.5px;line-height:1.3}
  .pie-dc-list-page .pie-dc-list-table td:last-child{border-bottom:0!important}
  .pie-dc-list-page .pie-dc-list-table td:before{content:attr(data-label);color:#6e8195;font-size:10px;font-weight:900;letter-spacing:.07em;line-height:1.25;text-align:left;text-transform:uppercase}
  .pie-dc-list-page .pie-dc-list-table td:first-child{color:#0878d1;font-weight:900}
  .pie-dc-list-page .pie-dc-row-marker{display:none}
  .pie-dc-list-page .pie-dc-linked-section:not(:last-child):after{margin:5px auto 7px}
  .pie-dc-list-page .pie-dc-other-divider{margin:4px 0 13px}
}
@media(max-width:430px){
  .pie-dc-list-page .pie-dc-catalog-shell{width:calc(100% - 18px)}
  .pie-dc-list-page .pie-dc-compact-heading{grid-template-columns:60px minmax(0,1fr);min-height:80px;padding:9px 10px}
  .pie-dc-list-page .pie-dc-heading-image{width:58px;height:58px}
  .pie-dc-list-page .pie-dc-heading-copy{padding-left:7px}
  .pie-dc-list-page .pie-dc-heading-copy h2{font-size:18px}
  .pie-dc-list-page .pie-dc-heading-copy p{font-size:10.5px}
  .pie-dc-list-page .pie-dc-list-table td{grid-template-columns:104px minmax(0,1fr);font-size:12px}
}
