/* ============================================================
   Petro Extrusion — redesign
   Tokens: tokens.css. Motion: one homepage headline entrance.
   ============================================================ */

/* ---------- browser surfaces (themed, not left to the UA) ---------- */
::selection{background:var(--pe-ink-800);color:#fff}
::-moz-selection{background:var(--pe-ink-800);color:#fff}
html{scrollbar-color:var(--pe-ink-400) var(--pe-ink-100);scrollbar-width:thin}
::-webkit-scrollbar{width:12px;height:12px}
::-webkit-scrollbar-track{background:var(--pe-ink-100)}
::-webkit-scrollbar-thumb{background:var(--pe-ink-400);border:3px solid var(--pe-ink-100);border-radius:99px}
::-webkit-scrollbar-thumb:hover{background:var(--pe-ink-600)}
input,textarea,select{caret-color:var(--pe-cta)}
a{text-underline-offset:.18em;text-decoration-thickness:1px}
html body a:focus-visible,html body button:focus-visible,html body input:focus-visible,
html body select:focus-visible,html body textarea:focus-visible,html body [tabindex]:focus-visible{
  outline:3px solid var(--pe-focus)!important;outline-offset:2px;border-radius:var(--pe-radius-sm)}
.pe-num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}

/* ---------- buttons ---------- */
.pe-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  font-weight:600;font-size:1rem;line-height:1;padding:1.05rem 1.85rem;border-radius:var(--pe-radius-sm);
  text-decoration:none!important;border:2px solid transparent;cursor:pointer;letter-spacing:.01em;
  transition:background var(--pe-dur) var(--pe-ease),transform var(--pe-dur-fast) var(--pe-ease),
             border-color var(--pe-dur) var(--pe-ease),box-shadow var(--pe-dur) var(--pe-ease)}
.pe-btn--primary{background:var(--pe-cta);color:#fff!important;box-shadow:var(--pe-shadow-1)}
.pe-btn--primary:hover{background:var(--pe-cta-hover);color:#fff!important;transform:translateY(-2px);box-shadow:var(--pe-shadow-2)}
.pe-btn--primary:active{transform:translateY(0);box-shadow:var(--pe-shadow-1)}
.pe-btn--ghost{background:transparent;color:#fff!important;border-color:rgba(255,255,255,.5)}
.pe-btn--ghost:hover{border-color:#fff;background:rgba(255,255,255,.10);color:#fff!important;transform:translateY(-2px)}
.pe-btn--dark{background:var(--pe-ink-900);color:#fff!important}
.pe-btn--dark:hover{background:var(--pe-ink-800);color:#fff!important;transform:translateY(-2px)}
.pe-btn[disabled],.pe-btn[aria-disabled=true]{opacity:.5;pointer-events:none}

/* ---------- hero ---------- */
.pe-hero{position:relative;min-height:clamp(480px,66vh,660px);display:flex;align-items:center;
  overflow:hidden;background:var(--pe-ink-950)}
.pe-hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;margin:0;max-width:none;
  transform:none}
@keyframes pe-kb{to{transform:scale(1)}}
.pe-hero__scrim{position:absolute;inset:0;z-index:1;
  background:linear-gradient(90deg,rgba(10,20,32,.95) 0%,rgba(10,20,32,.84) 40%,rgba(10,20,32,.46) 100%)}
.pe-hero__inner{position:relative;z-index:2;max-width:1280px;margin:0 auto;width:100%;
  padding:var(--pe-space-11) var(--pe-space-5)}
.pe-hero__title{font-size:clamp(2.3rem,5.4vw,3.815rem);font-weight:800;line-height:1.04;letter-spacing:-.035em;
  color:#fff;margin:0 0 var(--pe-space-4);max-width:14ch;text-transform:uppercase;text-wrap:balance}
/* focal: the headline is revealed by a rising mask, like stock leaving a die */
.pe-hero__title>span{display:block;overflow:hidden}
.pe-hero__title>span>span{display:block;transform:translateY(102%);
  animation:pe-extrude .78s cubic-bezier(.16,1,.3,1) forwards}
.pe-hero__title>span:nth-child(2)>span{animation-delay:.07s}
.pe-hero__title>span:nth-child(3)>span{animation-delay:.14s}
@keyframes pe-extrude{to{transform:translateY(0)}}
.pe-hero__sub{font-size:clamp(1.02rem,1.5vw,1.2rem);line-height:1.65;color:var(--pe-ink-100);
  margin:0 0 var(--pe-space-7);max-width:52ch}
.pe-hero__actions{display:flex;gap:var(--pe-space-3);flex-wrap:wrap}
@keyframes pe-fade{to{opacity:1}}

/* ---------- trust strip — industrial nameplate ---------- */
.pe-trust{background:var(--pe-ink-950);color:#fff;border-top:3px solid var(--pe-cta)}
.pe-trust ::selection{background:var(--pe-cta);color:#fff}
.pe-trust a{color:#fff}
.pe-trust__inner{box-sizing:border-box;max-width:1280px;margin:0 auto;padding:2rem var(--pe-space-4);
  display:flex;align-items:center;justify-content:space-between;gap:3rem}
.pe-trust__metrics{display:flex;align-items:start;flex:1 1 auto;min-width:0}
.pe-trust__item{display:flex;flex-direction:column;align-items:start;justify-content:center;gap:.4rem;
  padding:.1rem 1.75rem;min-width:0}
.pe-trust__item:first-child{padding-left:0}
.pe-trust__item + .pe-trust__item{border-left:1px solid rgba(255,255,255,.12)}
.pe-trust__n{display:flex;align-items:baseline;gap:.55rem;font-size:clamp(2.1rem,3.2vw,2.75rem);
  font-weight:800;line-height:1;letter-spacing:-.03em;color:#fff;font-variant-numeric:tabular-nums}
.pe-trust__n::before{content:"";width:2px;height:.78em;background:var(--pe-cta);flex:none;align-self:center}
.pe-trust__l{margin:0;padding-left:calc(2px + .55rem);font-size:.8125rem;line-height:1.35;
  color:#fff;max-width:15ch;text-wrap:balance}
.pe-trust__marks{display:flex;align-items:center;gap:1.75rem;flex:none;
  padding-left:2rem;border-left:1px solid rgba(255,255,255,.12)}
.pe-trust__location{display:flex;flex-direction:column;justify-content:center;gap:.2rem;
  color:#fff;text-decoration:none;min-height:44px}
.pe-trust__location span:first-child{font-size:.75rem;line-height:1.3}
.pe-trust__location span:last-child{font-size:1.0625rem;font-weight:700;line-height:1.25;white-space:nowrap;
  text-decoration:underline;text-decoration-color:rgba(255,255,255,.45);text-underline-offset:.2em}
.pe-trust__location:hover span:last-child{text-decoration-color:#fff}
.pe-trust__badge{display:flex;align-items:center;gap:.75rem;color:#fff;text-decoration:none;min-height:44px}
.pe-trust__badge img{width:56px;height:auto;flex:none}
.pe-trust__partner{font-size:.8125rem;line-height:1.3;color:#fff;white-space:nowrap}
@media(max-width:1100px){
  .pe-trust__inner{flex-wrap:wrap;gap:1.25rem 0;padding:1.5rem}
  .pe-trust__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));flex:1 1 100%}
  .pe-trust__item{padding-inline:1rem}
  .pe-trust__item:first-child{padding-left:0}
  .pe-trust__marks{flex:1 1 100%;justify-content:space-between;padding:1.15rem 0 0;
    border-left:0;border-top:1px solid rgba(255,255,255,.12)}
}
@media(max-width:640px){
  .pe-trust__inner{padding:1.25rem 1rem;gap:1rem 0}
  .pe-trust__item{padding-inline:.85rem}
  .pe-trust__item:first-child{padding-left:0}
  .pe-trust__item:last-child{padding-right:0}
  .pe-trust__n{font-size:1.65rem}
  .pe-trust__l{font-size:.75rem;max-width:none}
  .pe-trust__badge img{width:48px}
}

/* odometer: a column of digits rolls up into the window */
.pe-odo{display:inline-flex}
/* The slot is clipped with clip-path, not overflow:hidden. A scroll container
   has no real baseline, so the browser synthesises one from its bottom edge and
   the digits ride ~0.12em above the literal "+" typeset beside them. */
.pe-odo__d{display:inline-block;width:1ch;height:1em;position:relative;
  -webkit-clip-path:inset(0);clip-path:inset(0)}
/* invisible strut: the slot's own content is absolutely positioned, so without
   this it has no line box and nothing to align the "+" against */
.pe-odo__d::before{content:"0";visibility:hidden}
.pe-odo__col{display:block;position:absolute;inset:0;transform:translateY(var(--to,0));
  transition:transform 1.15s cubic-bezier(.16,1,.3,1)}
.pe-odo__col i{display:block;height:1em;line-height:1;font-style:normal}

/* ---------- section shell (used on home + interior) ---------- */
.pe-sec{max-width:1280px;margin:0 auto;padding:0 var(--pe-space-5)}
.pe-measure{max-width:68ch}
.pe-eyebrow-rule{display:block;width:44px;height:3px;background:var(--pe-cta);margin:0 0 var(--pe-space-4)}

/* ---------- product cards with imagery ---------- */
.pe-cards{max-width:1280px;margin:0 auto;padding:var(--pe-space-8) var(--pe-space-5);
  display:grid;grid-template-columns:repeat(4,1fr);gap:var(--pe-space-4)}
.pe-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--pe-ink-200);
  border-radius:var(--pe-radius-lg);overflow:hidden;text-decoration:none!important;
  box-shadow:var(--pe-shadow-1);
  transition:transform var(--pe-dur) var(--pe-ease),box-shadow var(--pe-dur) var(--pe-ease),
             border-color var(--pe-dur) var(--pe-ease)}
.pe-card:hover{transform:translateY(-2px);box-shadow:var(--pe-shadow-3);border-color:var(--pe-ink-300)}
.pe-card__media{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--pe-ink-100)}
.pe-card__media img{width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .55s var(--pe-ease)}
.pe-card:hover .pe-card__media img{transform:scale(1.06)}
.pe-card__body{padding:var(--pe-space-4);display:flex;flex-direction:column;gap:.5rem;flex:1}
.pe-card__title{display:block;font-size:1.125rem;font-weight:700;color:var(--pe-heading);
  line-height:1.25;margin:0;letter-spacing:-.015em;text-wrap:balance}
.pe-card__rule{display:block;width:34px;height:2px;background:var(--pe-cta);margin:.1rem 0 .35rem;
  transform:scaleX(.53);transform-origin:left center;
  transition:transform var(--pe-dur) var(--pe-ease)}
.pe-card:hover .pe-card__rule{transform:scaleX(1)}
.pe-card__text{font-size:.95rem;line-height:1.6;color:var(--pe-text-muted);margin:0}
@media(max-width:1024px){.pe-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.pe-cards{grid-template-columns:1fr}}

/* ---------- CTA band ---------- */
.pe-cta-band{background:var(--pe-ink-900);color:#fff;
  background-image:radial-gradient(120% 140% at 88% 50%,rgba(217,32,39,.20) 0%,rgba(217,32,39,0) 58%)}
.pe-cta-band__inner{max-width:1280px;margin:0 auto;padding:var(--pe-space-9) var(--pe-space-5);
  display:flex;align-items:center;justify-content:space-between;gap:var(--pe-space-5);flex-wrap:wrap}
.pe-cta-band h2{font-size:clamp(1.6rem,2.8vw,2rem);font-weight:800;color:#fff;margin:0;
  letter-spacing:-.025em;max-width:22ch;text-wrap:balance}
.pe-cta-band p{color:var(--pe-ink-300);margin:.65rem 0 0;max-width:50ch;font-size:1.0625rem;line-height:1.6}

/* ---------- header search ---------- */
.pe-hsearch{display:flex;gap:.6rem;align-items:center;padding:1.15rem 0;max-width:640px;margin:0 auto}
.pe-hsearch__input{flex:1;min-width:0;padding:.9rem 1rem;font-size:1rem;color:var(--pe-ink-900);
  background:#fff;border:1px solid var(--pe-border-input);border-radius:var(--pe-radius-sm)}
.pe-hsearch__btn{padding:.9rem 1.5rem;white-space:nowrap}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;
  clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}
/* the theme's skip link uses .screen-reader-text; it must become visible on focus */
.screen-reader-text:focus,.screen-reader-text:focus-visible{
  position:static!important;width:auto;height:auto;overflow:visible;clip:auto;clip-path:none;
  display:inline-block;padding:.75rem 1.25rem;margin:.5rem;background:var(--pe-ink-900);
  color:#fff!important;font-weight:600;border-radius:var(--pe-radius-sm);z-index:100000}

/* Legacy reveal classes remain in stored content; reading never waits on motion. */
.pe-reveal,.pe-stagger > *{opacity:1;transform:none}

/* ---------- mobile sticky bar ---------- */
.pe-stickybar{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:none;
  grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.16);
  box-shadow:0 -4px 18px rgba(10,20,32,.26)}
.pe-stickybar a{display:flex;align-items:center;justify-content:center;gap:.45rem;
  padding:1rem .75rem;font-weight:600;font-size:.95rem;text-decoration:none!important}
.pe-stickybar .pe-sb-call{background:var(--pe-ink-900);color:#fff!important}
.pe-stickybar .pe-sb-quote{background:var(--pe-cta);color:#fff!important}
@media(max-width:782px){.pe-stickybar{display:grid}
  /* reserve room on the page end, not via body padding, which clipped content */
  body{padding-bottom:0}
  #colophon,.site-footer{padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))}
  .pe-stickybar{padding-bottom:env(safe-area-inset-bottom,0px)}}
.site-footer .thememount-contact-address{position:relative}
.site-footer .pe-footer-map{color:inherit;text-decoration:underline;text-underline-offset:3px}
.site-footer .pe-footer-map:hover{color:#fff}
.site-footer .pe-footer-map::after{content:"";position:absolute;inset:0}
.site-footer .wpcf7-form{display:grid;grid-template-columns:1fr 1fr;gap:.75rem .65rem;margin:0}
.site-footer .wpcf7-form > fieldset.hidden-fields-container{display:none}
.site-footer .wpcf7-form > p{margin:0}
.site-footer .wpcf7-form > p > br{display:none}
.site-footer .wpcf7-form > p:has(textarea),
.site-footer .wpcf7-form > p:has(.wpcf7-submit),
.site-footer .wpcf7-response-output{grid-column:1/-1}
.site-footer .wpcf7-form-control-wrap{display:flex;flex-direction:column;gap:.4rem}
.site-footer .pe-contact-label{margin:0;color:var(--pe-ink-200);font-size:.8125rem;font-weight:600;letter-spacing:.01em}
.site-footer .wpcf7 :is(input[type=text],input[type=email],input[type=tel],textarea){
  width:100%;max-width:none;box-sizing:border-box;margin:0;padding:.7rem .85rem;
  color:#fff;background:var(--pe-ink-700);border:1px solid var(--pe-ink-500);
  border-radius:var(--pe-plastic-radius,9px);box-shadow:inset 0 1px 2px #00000059;
  font:inherit;font-size:1rem;line-height:1.4;caret-color:#fff}
.site-footer .wpcf7 textarea{min-height:7rem;resize:vertical}
.site-footer .wpcf7 :is(input,textarea)::placeholder{color:transparent}
.site-footer .wpcf7 :is(input,textarea):hover{border-color:var(--pe-ink-400)}
.site-footer .wpcf7 :is(input,textarea):focus{
  outline:3px solid var(--pe-focus);outline-offset:2px;border-color:var(--pe-ink-300)}
.site-footer .wpcf7 :is(input,textarea):-webkit-autofill{
  -webkit-text-fill-color:#fff;caret-color:#fff;
  box-shadow:inset 0 0 0 1000px var(--pe-ink-700)}
.site-footer .wpcf7-submit{width:100%;min-height:48px;margin:.15rem 0 0}
.site-footer .wpcf7-not-valid-tip{color:#f3b4b4;font-size:.8125rem;margin:.25rem 0 0}
.site-footer .wpcf7-response-output{margin:.15rem 0 0;padding:0;border:0;background:transparent;color:var(--pe-ink-200)}
.site-footer .wpcf7-form.sent .wpcf7-response-output{color:#c8e6c9}
.site-footer .wpcf7-form.failed .wpcf7-response-output,.site-footer .wpcf7-form.invalid .wpcf7-response-output{color:#f3b4b4}

/* ---------- reduced motion ---------- */
@media(prefers-reduced-motion:reduce){
  .pe-js .pe-reveal,.pe-js .pe-stagger>*{opacity:1!important;transform:none!important;transition:none!important}
  .pe-hero__img{animation:none;transform:none}
  .pe-hero__title>span>span,.pe-hero__sub,.pe-hero__actions{animation:none;transform:none;opacity:1}
  .pe-odo__col{transition:none}
}

/* ============================================================
   SITEWIDE CONTENT TYPOGRAPHY + LAYOUT (home and interior)
   ============================================================ */
body{background:var(--pe-surface)}
#content,.site-content{background:var(--pe-surface)}

/* readable measure — the single biggest fix on interior pages */
.wpb_text_column p,.entry-content>p,.wpb_text_column ul,.wpb_text_column ol{max-width:68ch}
.thememount-sidebar .widget{max-width:none}

.wpb_text_column h1,.entry-content h1{font-size:clamp(1.95rem,3.2vw,2.441rem);font-weight:800;
  letter-spacing:-.03em;color:var(--pe-heading);line-height:1.12;text-wrap:balance}
.wpb_text_column h2,.entry-content h2{font-size:clamp(1.5rem,2.5vw,1.953rem);font-weight:700;
  letter-spacing:-.022em;color:var(--pe-heading);line-height:1.2;
  margin-top:var(--pe-space-8);margin-bottom:var(--pe-space-3);text-wrap:balance;max-width:24ch}
.wpb_text_column h3,.entry-content h3{font-size:1.25rem;font-weight:700;color:var(--pe-heading);
  line-height:1.3;margin-top:var(--pe-space-6);margin-bottom:var(--pe-space-2)}
.wpb_text_column h4,.entry-content h4{font-size:1.0625rem;font-weight:700;color:var(--pe-heading)}
.wpb_text_column,.wpb_text_column p,.entry-content,.entry-content p{
  font-size:1.0625rem;line-height:1.72;color:var(--pe-text)}
.wpb_text_column a,.entry-content a{color:var(--pe-cta);text-decoration:underline}
.wpb_text_column a:hover,.entry-content a:hover{color:var(--pe-cta-hover)}
.wpb_text_column ul li,.entry-content ul li{margin-bottom:.4rem;line-height:1.65}
.wpb_text_column strong,.entry-content strong{color:var(--pe-heading);font-weight:700}

/* images in content get real presence */
.wpb_text_column img,.entry-content img,.wpb_single_image img{
  border-radius:var(--pe-radius-lg);box-shadow:var(--pe-shadow-2);height:auto}
.wpb_single_image .vc_figure,.wpb_single_image .vc_single_image-wrapper{width:100%}

/* ---------- interior title banner ---------- */
.thememount-titlebar-wrapper,.tm-titlebar-wrapper{position:relative;background-color:var(--pe-ink-900)!important}
.tm-titlebar-wrapper::after{content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(10,20,32,.93) 0%,rgba(10,20,32,.78) 46%,rgba(10,20,32,.52) 100%);z-index:0}
.thememount-titlebar-wrapper>*,.tm-titlebar-wrapper>*{position:relative;z-index:1}
.thememount-titlebar-wrapper .thememount-titlebar-title h1,
.tm-titlebar-wrapper h1,.thememount-titlebar-wrapper h1{
  font-size:clamp(2rem,4.2vw,3.052rem)!important;font-weight:800!important;letter-spacing:-.035em!important;
  color:#fff!important;text-transform:uppercase;line-height:1.05;text-wrap:balance}
.thememount-titlebar-wrapper .breadcrumb,.thememount-titlebar-wrapper .thememount-breadcrumb,
.tm-titlebar-wrapper .breadcrumb{color:var(--pe-ink-300)!important;font-size:.875rem;letter-spacing:.01em}
.thememount-titlebar-wrapper .breadcrumb a,.tm-titlebar-wrapper .breadcrumb a,
.thememount-titlebar-wrapper .thememount-breadcrumb a{color:var(--pe-ink-100)!important;text-decoration:none}
.thememount-titlebar-wrapper .breadcrumb a:hover{color:#fff!important;text-decoration:underline}

/* ---------- interior content rhythm ---------- */
.page .vc_row,.single .vc_row{padding-top:var(--pe-space-7);padding-bottom:var(--pe-space-7)}
.page #content,.single #content{padding-top:var(--pe-space-8);padding-bottom:var(--pe-space-8)}
.page .wpb_content_element,.single .wpb_content_element{margin-bottom:var(--pe-space-6)}

/* ---------- sidebar ---------- */
.thememount-sidebar .widget{background:var(--pe-ink-50);border:1px solid var(--pe-ink-200);
  border-radius:var(--pe-radius-lg);padding:var(--pe-space-4);margin-bottom:var(--pe-space-4)}
.thememount-sidebar .widget-title,.thememount-sidebar .widgettitle{font-size:1rem;font-weight:700;
  color:var(--pe-heading);letter-spacing:-.01em;margin:0 0 var(--pe-space-3);
  padding-bottom:var(--pe-space-2);border-bottom:1px solid var(--pe-ink-200)}
.thememount-sidebar ul{list-style:none;margin:0;padding:0}
.thememount-sidebar li{padding:.5rem 0;border-bottom:1px solid var(--pe-ink-200)}
.thememount-sidebar li:last-child{border-bottom:0}
.thememount-sidebar a{color:var(--pe-text);text-decoration:none;font-size:.95rem;
  transition:color var(--pe-dur-fast) var(--pe-ease)}
.thememount-sidebar a:hover{color:var(--pe-cta)}

/* ---------- spec tables ---------- */
.entry-content table,.wpb_text_column table{width:100%;border-collapse:separate;border-spacing:0;
  font-variant-numeric:tabular-nums;font-size:.95rem;margin:var(--pe-space-5) 0;
  border:1px solid var(--pe-ink-200);border-radius:var(--pe-radius-lg);overflow:hidden}
/* Not one stored table has a <thead>: the column labels are th[scope=col] rows
   inside tbody and each table opens with a full-width th[scope=colgroup] title.
   Style what the pages actually contain, and keep <thead> working if one ever
   appears. Stickiness is added by .pe-table-scroll--long, further down. */
.entry-content :is(thead th,th[scope=col]),.wpb_text_column :is(thead th,th[scope=col]),
.pe-table-scroll :is(thead th,th[scope=col]){
  background:var(--pe-ink-100);color:var(--pe-heading);font-weight:700;text-align:left;
  padding:.75rem 1rem;border-top:1px solid var(--pe-divider)}
/* The title row is written as white text in the stored content, so it has to
   keep a dark ground — the palette ink, not the theme skin's #333. */
.entry-content :is(th[scope=colgroup],th[colspan]),.wpb_text_column :is(th[scope=colgroup],th[colspan]),
.pe-table-scroll :is(th[scope=colgroup],th[colspan]){
  background:var(--pe-ink-900);color:#fff;padding:.85rem 1rem;border-top:0}
/* A heading inside a cell keeps the cell's rhythm, not the page's, and takes the
   cell's colour rather than the page heading colour. Without the inherit, an <h3>
   in a th[colspan] title row got --pe-heading (ink-900) on the ink-900 ground
   above: contrast 1.00, invisible on screen. inherit resolves per cell type --
   #fff in a colspan title, ink-900 in a th[scope=col], --pe-text in a td. */
.entry-content :is(th,td) :is(h2,h3,h4),.wpb_text_column :is(th,td) :is(h2,h3,h4),
.pe-table-scroll :is(th,td) :is(h2,h3,h4){
  margin:0;font-size:1rem;line-height:1.35;letter-spacing:.01em;color:inherit}
.entry-content td,.wpb_text_column td{padding:.75rem 1rem;border-top:1px solid var(--pe-ink-200);color:var(--pe-text)}
.entry-content tbody tr:nth-child(even),.wpb_text_column tbody tr:nth-child(even){background:var(--pe-ink-50)}
.entry-content tbody tr:hover,.wpb_text_column tbody tr:hover{background:var(--pe-ink-100)}
.pe-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}

/* ---------- blog ---------- */
.blog .post,.archive .post,.search .post{border-bottom:1px solid var(--pe-ink-200);
  padding-bottom:var(--pe-space-6);margin-bottom:var(--pe-space-6)}
.entry-title{font-size:clamp(1.35rem,2.2vw,1.75rem);font-weight:700;letter-spacing:-.022em;line-height:1.25}
.entry-title a{color:var(--pe-heading);text-decoration:none}
.entry-title a:hover{color:var(--pe-cta)}
.entry-meta,.entry-meta a{color:var(--pe-text-muted);font-size:.85rem}
.single .entry-content>p:first-of-type{font-size:1.1875rem;line-height:1.65;color:var(--pe-ink-700)}

/* ---------- interior CTA (end of product/capability pages) ---------- */
.pe-page-cta{margin-top:var(--pe-space-9);padding:var(--pe-space-7);border-radius:var(--pe-radius-lg);
  background:var(--pe-ink-900);color:#fff;display:flex;align-items:center;justify-content:space-between;
  gap:var(--pe-space-5);flex-wrap:wrap;
  background-image:radial-gradient(120% 150% at 92% 50%,rgba(217,32,39,.22) 0%,rgba(217,32,39,0) 60%)}
.pe-page-cta h2{margin:0;font-size:1.45rem;font-weight:800;color:#fff;letter-spacing:-.02em;max-width:24ch}
.pe-page-cta p{margin:.45rem 0 0;color:var(--pe-ink-300);font-size:1rem;max-width:46ch}

/* ---------- homepage specifics ---------- */
.home .thememount-titlebar-wrapper,.home .tm-titlebar-wrapper{display:none!important}
.home #sidebar-right,.home #sidebar-left,.home .thememount-sidebar{display:none!important}
.home .thememount-no-widget-message{display:none!important}
.home #primary,.home .thememount-content-area{width:100%!important;max-width:100%!important;float:none!important}
.home #content{padding-top:var(--pe-space-8)}
/* the original 4 WPBakery text columns are replaced by .pe-cards */
.home .pe-replaced{display:none!important}
.home .vc_row{padding-top:0;padding-bottom:0}
.home .wpb_text_column p{max-width:68ch}
/* kill the dead gap the empty video row left behind */
.home .vc_row:has(.wpb_video_widget),.home .wpb_video_widget{margin-bottom:0}
.home .vc_empty_space{height:var(--pe-space-5)!important}

@media(max-width:860px){
  .pe-hero{min-height:clamp(430px,74vh,560px)}
  .pe-hero__scrim{background:linear-gradient(180deg,rgba(10,20,32,.56) 0%,rgba(10,20,32,.72) 46%,rgba(10,20,32,.93) 100%)}
  .pe-hero__inner{padding:var(--pe-space-8) var(--pe-space-4)}
  .pe-hero__title{max-width:none}
  .pe-hero__actions .pe-btn{flex:1 1 auto}
  .pe-cta-band__inner,.pe-page-cta{flex-direction:column;align-items:flex-start}
}
@media(max-width:420px){
  .pe-hero__actions{flex-direction:column;align-items:stretch}
}

/* ---------- full-bleed media block (the product video) ---------- */
.home .wpb_video_widget,.home .wpb_video_widget .wpb_wrapper{width:100%!important;max-width:none!important}
.home .wpb_video_widget .wpb_video_wrapper{max-width:1280px;margin:0 auto;border-radius:var(--pe-radius-lg);
  overflow:hidden;box-shadow:var(--pe-shadow-3)}
.home .wpb_video_widget video,.home .wpb_video_widget iframe{width:100%!important;height:auto!important;display:block}
.home .vc_row:has(.wpb_video_widget){padding:var(--pe-space-8) var(--pe-space-5) var(--pe-space-9)}
/* the theme leaves this block narrow; let it breathe */
.home .wpb_video_widget .wpb_wrapper>*{max-width:none}

/* ---------- interior lead image ---------- */
.pe-lead{margin:0 0 var(--pe-space-6);border-radius:var(--pe-radius-lg);overflow:hidden;
  box-shadow:var(--pe-shadow-2);background:var(--pe-ink-100);aspect-ratio:32/9;max-height:340px}
.pe-lead img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0;box-shadow:none}
@media(max-width:860px){.pe-lead{aspect-ratio:16/9;max-height:230px;margin-bottom:var(--pe-space-5)}}

/* ---------- child-page grid on category pages ---------- */
.pe-childgrid{margin-top:var(--pe-space-9);padding-top:var(--pe-space-7);
  border-top:1px solid var(--pe-ink-200)}
.pe-childgrid__h{font-size:clamp(1.4rem,2.4vw,1.75rem);font-weight:800;letter-spacing:-.025em;
  color:var(--pe-heading);margin:0 0 var(--pe-space-5);max-width:24ch}
.pe-cards--roomy{padding:0;grid-template-columns:repeat(3,1fr);gap:var(--pe-space-4);max-width:none}
.pe-card__media--empty{background:linear-gradient(135deg,var(--pe-ink-100),var(--pe-ink-200))}
@media(max-width:1024px){.pe-cards--roomy{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.pe-cards--roomy{grid-template-columns:1fr}}

/* ============================================================
   Injected blocks must sit in the SAME column as WPBakery content.
   The theme uses Bootstrap 3 containers; WPBakery nests row/column
   padding inside them, so raw .entry-content children land ~130px
   left of the real text column. Mirror the container widths.
   ============================================================ */
.pe-lead,.pe-childgrid,.pe-page-cta{margin-left:auto;margin-right:auto;width:100%}
/* .pe-childgrid and .pe-page-cta now wrap their content in the theme's own
   .container, so they track it at every breakpoint instead of guessing.
   Only .pe-lead needs explicit handling, and it is full-bleed below. */
@media(max-width:899px){ .pe-lead{padding-left:15px;padding-right:15px} }

/* the WPBakery row already carries top padding; don't double it */
.pe-lead{margin-bottom:var(--pe-space-5)}
.page .vc_row:first-of-type,.single .vc_row:first-of-type{padding-top:var(--pe-space-5)}
.entry-content>.pe-lead+.vc_row{padding-top:0}

/* titlebar: guarantee the banner reads the same on every page,
   regardless of which per-page background image the theme picked */
.thememount-titlebar-wrapper{background-color:var(--pe-ink-900)!important;
  background-size:cover!important;background-position:center!important}
.thememount-titlebar-inner-wrapper{background-color:transparent!important}
.thememount-titlebar-wrapper::before{content:"";position:absolute;inset:0;z-index:0;
  background:linear-gradient(90deg,rgba(10,20,32,.94) 0%,rgba(10,20,32,.80) 48%,rgba(10,20,32,.58) 100%)}
.thememount-titlebar-wrapper{position:relative}
.thememount-titlebar-wrapper>*{position:relative;z-index:1}
.thememount-titlebar-wrapper .entry-title,.thememount-titlebar-wrapper h1{
  color:#fff!important;margin:0}

/* ============================================================
   Request a Quote form
   ============================================================ */
.pe-rfq{margin-top:var(--pe-space-6)}
.pe-f{max-width:820px}
.pe-f__hp{position:absolute!important;left:-9999px;width:1px;height:1px;overflow:hidden}
.pe-f__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 var(--pe-space-4)}
.pe-f__row{display:flex;flex-direction:column;gap:.4rem;margin:0 0 var(--pe-space-4)}
.pe-f__row label{font-size:.9375rem;font-weight:600;color:var(--pe-heading);letter-spacing:-.005em}
.pe-f__row label span{color:var(--pe-cta)}
.pe-f input[type=text],.pe-f input[type=email],.pe-f input[type=tel],.pe-f select,.pe-f textarea{
  width:100%;padding:.8rem .9rem;font:inherit;font-size:1rem;color:var(--pe-ink-900);background:#fff;
  border:1px solid var(--pe-border-input);border-radius:var(--pe-radius-sm);
  transition:border-color var(--pe-dur-fast) var(--pe-ease),box-shadow var(--pe-dur-fast) var(--pe-ease)}
.pe-f textarea{resize:vertical;min-height:96px;line-height:1.6}
.pe-f input:hover,.pe-f select:hover,.pe-f textarea:hover{border-color:var(--pe-ink-600)}
.pe-f input:focus,.pe-f select:focus,.pe-f textarea:focus{
  outline:3px solid var(--pe-focus);outline-offset:2px;border-color:var(--pe-ink-700)}
.pe-f input[aria-invalid=true],.pe-f select[aria-invalid=true],.pe-f textarea[aria-invalid=true]{
  border-color:var(--pe-cta);box-shadow:inset 0 0 0 1px var(--pe-cta)}
.pe-f input[type=file]{padding:.6rem;background:var(--pe-ink-50);font-size:.9375rem}
.pe-f__help{font-size:.8125rem;color:var(--pe-text-muted);line-height:1.4}
.pe-f__err{font-size:.8438rem;color:var(--pe-cta-hover);font-weight:500;margin:0;line-height:1.4}
.pe-f__err--top{padding:.9rem 1rem;background:#fdf2f2;border:1px solid var(--pe-cta);
  border-radius:var(--pe-radius-sm);margin-bottom:var(--pe-space-4)}
.pe-f__actions{display:flex;align-items:center;gap:var(--pe-space-4);flex-wrap:wrap;margin:var(--pe-space-2) 0 0}
.pe-f__note{font-size:.9375rem;color:var(--pe-text-muted)}
.pe-f__note a{color:var(--pe-cta);font-weight:600}
.pe-f__status{margin:var(--pe-space-3) 0 0;font-size:.9375rem;color:var(--pe-text-muted);min-height:1.2em}
.pe-f__status.is-error{color:var(--pe-cta-hover);font-weight:500}
.pe-f button[disabled]{opacity:.6;pointer-events:none}
.pe-f__done{padding:var(--pe-space-5);border-radius:var(--pe-radius-lg);background:var(--pe-ink-900);
  color:#fff;margin-bottom:var(--pe-space-5);
  background-image:radial-gradient(110% 160% at 92% 50%,rgba(217,32,39,.20),rgba(217,32,39,0) 60%)}
.pe-f__done h2{margin:0 0 .4rem;color:#fff;font-size:1.35rem;font-weight:800;letter-spacing:-.02em}
.pe-f__done p{margin:0;color:var(--pe-ink-300)}
@media(max-width:700px){.pe-f__grid{grid-template-columns:1fr}}

/* RFQ page: the form block sits inside .entry-content, so it tracks the copy
   column instead of carrying its own flat cap — 1140px was right for one
   breakpoint only. The old .page-id-rfq hook never matched anything: WordPress
   emits page-id-1887, and that template is already full width. */
.pe-rfq{max-width:var(--pe-content-width, 1200px);margin-left:auto;margin-right:auto}
@media(min-width:992px){ .pe-f{max-width:860px} }

/* ============================================================
   WIDER LAYOUT — the Bootstrap-3 container the parent theme uses
   caps at 1170px, which leaves heavy dead margin above ~1500px.
   Widen the container sitewide, full-bleed the lead image, and
   keep paragraph measure capped so text stays readable.
   ============================================================ */
:root{ --pe-container: min(1600px, 94vw); }

@media(min-width:1200px){
  .container{ width:var(--pe-container)!important; max-width:none!important; }
  /* WPBakery rows inherit the container, so nothing else to do */
}

/* ---------- one horizontal ladder ----------
   Page copy is capped at --pe-content-width and centred in the viewport. A
   full-width band therefore lines up with that copy only when its own cap is
   the copy width PLUS its two gutters: the content edge then lands on
   (viewport - content width) / 2 at any size, and falls back to a plain gutter
   once the viewport is narrower than the band. Before this, the hero, the trust
   strip and the CTA each mirrored a different width and the homepage showed
   three left edges 8-16px apart. Every injected band uses the ladder, never a
   raw pixel width. */
:root{
  --pe-band-gutter:1.5rem;
  --pe-band:calc(var(--pe-content-width, 1200px) + 2 * var(--pe-band-gutter));
}
.pe-hero__inner,.pe-trust__inner,.pe-cta-band__inner,.pe-phero__inner,.pe-sec{
  box-sizing:border-box;max-width:var(--pe-band);
  padding-left:var(--pe-band-gutter);padding-right:var(--pe-band-gutter)}

/* lead image goes edge to edge; --pe-sbw is the real scrollbar width,
   set by redesign.js, so 100vw never overflows into a horizontal scroll */
@media(min-width:900px){
  .pe-lead{
    width:calc(100vw - var(--pe-sbw, 0px));
    max-width:none;
    margin-left:calc(50% - (100vw - var(--pe-sbw, 0px)) / 2);
    margin-right:calc(50% - (100vw - var(--pe-sbw, 0px)) / 2);
    border-radius:0;
    aspect-ratio:auto;
    max-height:clamp(300px,42vh,460px);
    box-shadow:none;
  }
}

/* text keeps a readable measure no matter how wide the container gets */
.wpb_text_column p,.entry-content>p,.wpb_text_column ul,.wpb_text_column ol{max-width:72ch}
.wpb_text_column h2,.entry-content h2{max-width:26ch}

/* more columns once there is room for them */
@media(min-width:1500px){
  .pe-cards--roomy{grid-template-columns:repeat(4,1fr)}
  .pe-cards{gap:var(--pe-space-5)}
}

/* injected sections span full width; their inner .container aligns the content */
.pe-childgrid,.pe-page-cta{max-width:none;width:auto;margin-left:0;margin-right:0}
.pe-page-cta{padding-left:0;padding-right:0}
.pe-page-cta__inner{display:flex;align-items:center;justify-content:space-between;
  gap:var(--pe-space-5);flex-wrap:wrap;padding-top:var(--pe-space-7);padding-bottom:var(--pe-space-7)}
@media(max-width:860px){.pe-page-cta__inner{flex-direction:column;align-items:flex-start}}

/* .pe-page-cta was display:flex from an earlier revision; with the inner
   .container added, that made the container a flex item and it shrank to
   its content. The flex layout now lives on .pe-page-cta__inner. */
.pe-page-cta{display:block!important}
.pe-page-cta__inner{width:100%}

/* the number and the literal "+" beside it share one baseline; the slot can only
   supply a real one because it is clipped with clip-path (see .pe-odo__d above) */
.pe-trust__n{align-items:baseline}
.pe-odo{display:inline-flex;align-items:baseline}
.pe-odo__d{vertical-align:baseline;line-height:1}
.pe-odo__col i{line-height:1}

/* ============================================================
   INTERIOR PAGE HERO
   One component on every non-home template: image, breadcrumb,
   H1, one line of existing context, and the primary CTA above
   the fold. Same motion language as the homepage hero.
   ============================================================ */
.pe-phero{position:relative;display:flex;align-items:flex-end;overflow:hidden;
  min-height:320px;background:var(--pe-ink-950);isolation:isolate}
.pe-phero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  margin:0;max-width:none;z-index:0}
.pe-phero__scrim{position:absolute;inset:0;z-index:1;
  background:
    linear-gradient(90deg,rgba(10,20,32,.95) 0%,rgba(10,20,32,.82) 46%,rgba(10,20,32,.46) 100%),
    linear-gradient(0deg,rgba(10,20,32,.72) 0%,rgba(10,20,32,0) 58%)}
/* width and gutter come from the shared ladder above, so the H1 starts on the
   same line as the copy below it; only the vertical rhythm is set here */
.pe-phero__inner{position:relative;z-index:2;width:100%;
  margin:0 auto;padding-top:var(--pe-space-6);padding-bottom:var(--pe-space-6)}

/* breadcrumb — nav > ol, chevron separators, aria-current on the leaf */
.pe-crumbs{margin:0 0 var(--pe-space-4)}
.pe-crumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;padding:0;list-style:none}
.pe-crumbs li{display:inline-flex;align-items:center;gap:.5rem;
  font-size:.8125rem;letter-spacing:.02em;color:var(--pe-ink-300);margin:0}
.pe-crumbs li+li::before{content:"";width:5px;height:5px;flex:none;
  border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;
  transform:rotate(45deg);opacity:.55}
.pe-crumbs a{color:var(--pe-ink-200);text-decoration:none;
  transition:color var(--pe-dur-fast) var(--pe-ease)}
.pe-crumbs a:hover{color:#fff;text-decoration:underline}
.pe-crumbs li[aria-current=page]{color:#fff;font-weight:600}

/* headline: the same rising-mask reveal the homepage uses */
.pe-phero__title{font-size:clamp(1.95rem,4.4vw,3.052rem);font-weight:800;line-height:1.06;
  letter-spacing:-.035em;color:#fff;margin:0 0 var(--pe-space-3);max-width:32ch;
  text-transform:uppercase;text-wrap:balance}
.pe-phero__title>span{display:inline-block;overflow:hidden;vertical-align:bottom}
.pe-phero__title>span>span{display:inline-block;transform:translateY(102%);
  animation:pe-extrude .7s cubic-bezier(.16,1,.3,1) forwards}
.pe-phero__title>span:nth-child(2)>span{animation-delay:.06s}
.pe-phero__title>span:nth-child(3)>span{animation-delay:.12s}
.pe-phero__title>span:nth-child(4)>span{animation-delay:.18s}
.pe-phero__title>span:nth-child(n+5)>span{animation-delay:.24s}
.pe-phero__ctx{font-size:clamp(.98rem,1.35vw,1.125rem);line-height:1.6;color:var(--pe-ink-100);
  margin:0 0 var(--pe-space-4);max-width:64ch}
.pe-phero__actions{display:flex;gap:var(--pe-space-3);flex-wrap:wrap}

/* the old thin title bar and the separate lead band are both superseded */
.thememount-titlebar-wrapper,.tm-titlebar-wrapper{display:none!important}
.pe-lead{display:none!important}

@media(max-width:860px){
  .pe-phero{min-height:0}
  .pe-phero__scrim{background:
    linear-gradient(180deg,rgba(10,20,32,.58) 0%,rgba(10,20,32,.74) 45%,rgba(10,20,32,.95) 100%)}
  .pe-phero__inner{padding:var(--pe-space-7) var(--pe-space-4) var(--pe-space-6)}
  .pe-phero__title{max-width:none}
  .pe-phero__actions .pe-btn{flex:1 1 auto}
}
@media(max-width:420px){
  .pe-phero__actions{flex-direction:column;align-items:stretch}
  .pe-crumbs li{overflow-wrap:anywhere}
}
@media(prefers-reduced-motion:reduce){
  .pe-phero__img{animation:none;transform:none}
  .pe-phero__title>span>span,.pe-phero__ctx,.pe-phero__actions{animation:none;transform:none;opacity:1}
}

/* ============================================================
   BELOW-THE-FOLD COMPOSITION
   Capping the measure without centring it left prose hugging the
   left edge with ~430px of dead space beside it. Centre the prose
   column so the margins read as deliberate, and collapse the
   stacked row padding + element margins into one rhythm.
   ============================================================ */

/* prose becomes a centred column, not a left-aligned ragged block */
.wpb_text_column > .wpb_wrapper{max-width:74ch;margin-left:auto;margin-right:auto}
.wpb_text_column p,.entry-content > p,.wpb_text_column ul,.wpb_text_column ol{max-width:none}
.wpb_text_column h2,.entry-content h2{max-width:22ch}

/* a full-width row of columns must NOT be centred as prose */
.vc_col-sm-3 .wpb_text_column > .wpb_wrapper,
.vc_col-sm-4 .wpb_text_column > .wpb_wrapper,
.vc_col-sm-6 .wpb_text_column > .wpb_wrapper{max-width:none}

/* one vertical rhythm instead of three stacked ones */
.home .vc_row,.page .vc_row,.single .vc_row{
  padding-top:var(--pe-space-7)!important;padding-bottom:var(--pe-space-7)!important;margin-top:0!important}
.home .vc_row.vc_inner,.page .vc_row.vc_inner,.single .vc_row.vc_inner{
  padding-top:var(--pe-space-4)!important;padding-bottom:var(--pe-space-4)!important}
.wpb_content_element,.wpb_text_column{margin-bottom:var(--pe-space-4)!important}
.wpb_text_column:last-child{margin-bottom:0!important}
.pe-cards{padding-top:var(--pe-space-6);padding-bottom:var(--pe-space-6)}
.home #content,.page #content,.single #content{
  padding-top:var(--pe-space-7);padding-bottom:0}

/* section headings get air above, tight below — the craft rule */
.wpb_text_column h2,.entry-content h2{margin-top:var(--pe-space-7);margin-bottom:var(--pe-space-3)}
.wpb_text_column h2:first-child,.entry-content h2:first-child{margin-top:0}

/* the product video reads as a composed band, not a floating box */
.home .vc_row:has(.wpb_video_widget){padding-top:var(--pe-space-6)!important;
  padding-bottom:var(--pe-space-8)!important;background:var(--pe-ink-50)}
.home .wpb_video_widget .wpb_video_wrapper{max-width:min(1100px,92vw);margin-inline:auto}

/* interior pages: same treatment, and the two-column product layouts keep
   their own widths rather than being centred as prose */
.page .vc_col-sm-6 .wpb_text_column > .wpb_wrapper{max-width:none}
.pe-childgrid{margin-top:var(--pe-space-7);padding-top:var(--pe-space-6)}
.pe-page-cta{margin-top:var(--pe-space-7)}

/* ============================================================
   404 and SEARCH
   ============================================================ */
.pe-404,.pe-search{padding-top:var(--pe-space-8);padding-bottom:var(--pe-space-9)}
.pe-404__lead,.pe-search__form{max-width:74ch;margin-left:auto;margin-right:auto}
.pe-404__code{font-size:clamp(3rem,9vw,6rem);font-weight:800;line-height:.9;letter-spacing:-.05em;
  color:var(--pe-ink-200);margin:0 0 var(--pe-space-3)}
.pe-404__h{font-size:clamp(1.4rem,2.6vw,1.953rem);font-weight:800;letter-spacing:-.025em;
  color:var(--pe-heading);margin:0 0 var(--pe-space-2);text-wrap:balance}
.pe-404__sub{font-size:1.0625rem;color:var(--pe-text-muted);margin:0 0 var(--pe-space-5)}
.pe-404__search,.pe-search__form{display:flex;gap:.6rem;align-items:center;margin-bottom:var(--pe-space-7)}
.pe-404__linesh{font-size:1.125rem;font-weight:700;letter-spacing:-.01em;color:var(--pe-heading);
  margin:0 0 var(--pe-space-4);text-align:center}
.pe-404__help{margin:var(--pe-space-7) auto 0;max-width:64ch;text-align:center;
  color:var(--pe-text-muted);font-size:1rem}
.pe-404__help a{color:var(--pe-cta);font-weight:600}

.pe-search__count{max-width:74ch;margin:0 auto var(--pe-space-5);color:var(--pe-text-muted);font-size:.95rem}
.pe-results{list-style:none;margin:0 auto;padding:0;max-width:80ch}
.pe-result{border-top:1px solid var(--pe-ink-200)}
.pe-result:last-child{border-bottom:1px solid var(--pe-ink-200)}
.pe-result__link{display:block;padding:var(--pe-space-4) 0;text-decoration:none!important;
  transition:background var(--pe-dur-fast) var(--pe-ease),transform var(--pe-dur) var(--pe-ease)}
.pe-result__link:hover{background:var(--pe-ink-50);transform:none}
.pe-result__kind{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.12em;
  text-transform:uppercase;color:var(--pe-cta);margin-bottom:.3rem}
.pe-result__title{display:block;font-size:1.1875rem;font-weight:700;letter-spacing:-.015em;
  color:var(--pe-heading);line-height:1.3;margin-bottom:.3rem}
.pe-result__ex{display:block;font-size:.95rem;line-height:1.6;color:var(--pe-text-muted);max-width:70ch}

.pe-empty{max-width:74ch;margin:0 auto;padding:var(--pe-space-7);border-radius:var(--pe-radius-lg);
  background:var(--pe-ink-50);border:1px solid var(--pe-ink-200);text-align:center}
.pe-empty__h{font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:800;letter-spacing:-.025em;
  color:var(--pe-heading);margin:0 0 var(--pe-space-2);text-wrap:balance}
.pe-empty__sub{color:var(--pe-text-muted);margin:0 0 var(--pe-space-5);font-size:1.0625rem;line-height:1.6}
.pe-empty__terms{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:0 0 var(--pe-space-6)}
.pe-chip{display:inline-block;padding:.4rem .85rem;border-radius:99px;background:#fff;
  border:1px solid var(--pe-ink-300);color:var(--pe-text);font-size:.875rem;text-decoration:none!important;
  transition:border-color var(--pe-dur-fast) var(--pe-ease),color var(--pe-dur-fast) var(--pe-ease)}
.pe-chip:hover{border-color:var(--pe-cta);color:var(--pe-cta)}
.pe-empty__actions{display:flex;gap:var(--pe-space-3);justify-content:center;flex-wrap:wrap;margin:0}
@media(max-width:560px){
  .pe-404__search,.pe-search__form{flex-direction:column;align-items:stretch}
  .pe-empty{padding:var(--pe-space-5)}
}

/* ============================================================
   SECTION RHYTHM — alternating tinted / white / dark bands so the
   page reads as composed sections rather than one long column.
   ============================================================ */
:root{ --pe-tint:#E9EEF5; }

.home .entry-content > .vc_row:nth-of-type(even),
.page .entry-content > .vc_row:nth-of-type(even){background:var(--pe-tint)}
.home .vc_row,.page .vc_row{position:relative}
/* bands run full width even though the row sits inside a container */
.home .entry-content > .vc_row::before,.page .entry-content > .vc_row::before{content:"";position:absolute;top:0;bottom:0;
  left:calc(50% - 50vw + (var(--pe-sbw,0px) / 2));width:calc(100vw - var(--pe-sbw,0px));
  background:inherit;z-index:-1}

/* centred section headers, the way the reference composes them */
.home .wpb_text_column h2,.page .wpb_text_column h2{text-align:center;max-width:28ch;
  margin-left:auto;margin-right:auto}
.home .wpb_text_column h2 + p{text-align:center;
  max-width:64ch;margin-left:auto;margin-right:auto;color:var(--pe-text-muted)}
/* interior pages keep a single left-aligned reading column: mixing one centred
   paragraph with left-aligned ones read as a mistake */
.page .wpb_text_column h2,.page .wpb_text_column h2 + p{text-align:left}

/* cards: photography on top, clear affordance at the bottom */
.pe-card{background:#fff;border:0;box-shadow:0 1px 2px rgba(10,20,32,.06),0 8px 24px rgba(10,20,32,.06)}
.pe-card:hover{box-shadow:0 2px 6px rgba(10,20,32,.08),0 18px 44px rgba(10,20,32,.14)}
.pe-card__media{aspect-ratio:16/10}
.pe-card__body{padding:var(--pe-space-4) var(--pe-space-4) var(--pe-space-5)}
.pe-card__title{font-size:1.0625rem}
.pe-card__cta{display:inline-flex;align-items:center;gap:.45rem;margin-top:auto;padding-top:var(--pe-space-4);
  font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--pe-cta)}
.pe-card__arrow{width:14px;height:9px;display:inline-block;background:currentColor;
  -webkit-mask:center/contain no-repeat var(--pe-arrow);mask:center/contain no-repeat var(--pe-arrow);
  transition:transform var(--pe-dur) var(--pe-ease)}
.pe-card:hover .pe-card__arrow{transform:translateX(5px)}
:root{ --pe-arrow:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'><path fill='black' d='M11 0l5 5-5 5-1.1-1.1L13 5.8H0V4.2h12.9L9.9 1.1z'/></svg>") }
.pe-card__rule{display:none}

/* ============================================================
   PRODUCT VIDEO — a composed band, not a small box adrift
   ============================================================ */
.home .vc_row:has(.wpb_video_widget){padding:var(--pe-space-8) var(--pe-space-5)!important}
.home .wpb_video_widget .wpb_video_wrapper{max-width:min(980px,92vw);margin-inline:auto;
  border-radius:var(--pe-radius-lg);overflow:hidden;box-shadow:var(--pe-shadow-3);background:var(--pe-ink-900)}
.home .wpb_video_widget video{display:block;width:100%;height:auto}

/* remove the dead space the empty first row leaves above the intro copy */
.home #content > .vc_row:first-child:empty,
.home .vc_row:first-child .vc_empty_space:first-child{display:none}
.home #content{padding-top:var(--pe-space-6)}

/* interior headings all come from the design system, not the old theme skin */
.page .wpb_text_column h2,.page .wpb_text_column h3,
.single .entry-content h2,.single .entry-content h3{
  color:var(--pe-heading)!important;font-family:inherit!important}


/* Subpage reading and navigation: one spacing owner per section. */
.page:not(.home) #content,.single #content{padding-top:var(--pe-space-5)}
.page:not(.home) .entry-content > .vc_row:first-of-type{padding-top:0!important}
.page .wpb_text_column h2{margin-left:0;margin-right:0;max-width:100%}
.page .vc_empty_space,.single .vc_empty_space{height:var(--pe-space-3)!important}
.pe-childgrid{margin:0 0 var(--pe-space-6);padding:0;border-top:0}
.pe-childgrid > .container,.pe-page-cta > .container{width:100%!important;max-width:100%!important;padding-inline:var(--pe-space-4)}
.pe-childgrid__h{margin:0 0 var(--pe-space-4)}
.pe-childgrid .pe-cards{padding:0;max-width:none}
.pe-phero--compact{min-height:0}
.pe-phero--compact .pe-phero__inner{padding-block:var(--pe-space-5)}
.pe-phero--compact .pe-phero__title{margin-bottom:0}
.pe-phero__title{overflow-wrap:anywhere}
.pe-table-scroll{max-width:100%;margin-block:var(--pe-space-4);scrollbar-width:auto}
.pe-table-scroll table{margin:0;min-width:480px}
.pe-table-scroll th{padding:.75rem 1rem;text-align:left}
.pe-table-scroll img{max-width:none;box-shadow:none;border-radius:0}
.pe-contact-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.35rem;color:inherit}
.pe-search-clear{flex:none;align-self:center;min-height:44px;padding:.5rem .75rem;background:var(--pe-ink-100);color:var(--pe-text);border:1px solid var(--pe-border-input);border-radius:var(--pe-radius-sm);cursor:pointer}
.pe-search-clear:hover{background:var(--pe-ink-200)}
[hidden]{display:none!important}
textarea{resize:none;min-height:120px}
html{scroll-padding-top:calc(var(--pe-header-height,90px) + 24px);scroll-padding-bottom:90px}
:target{scroll-margin-top:24px}
.skip-link:focus{position:fixed!important;top:0;left:0}
.pe-stickybar{background:var(--pe-ink-900)}
.pe-stickybar a{min-height:52px}
.pe-f__actions button{min-height:52px}
@media(max-width:782px){
  .pe-stickybar{padding-bottom:env(safe-area-inset-bottom,0px)}
  .pe-table-scroll{margin-inline:0}
  .pe-phero__inner{padding:var(--pe-space-5) var(--pe-space-4)}
  .pe-phero__title{font-size:clamp(1.75rem,7vw,2.441rem);line-height:1.15}
  .pe-phero__actions{gap:.65rem}
  .pe-phero__actions .pe-btn{font-size:.9375rem;padding:.85rem 1rem;min-height:48px}
  .pe-childgrid > .container{padding-inline:0}
  .pe-page-cta__inner{padding-inline:var(--pe-space-4)}
  .page .vc_row.vc_inner{margin-inline:0}
}
@media(forced-colors:active){
  html{scrollbar-color:auto}
  .pe-btn,.pe-head__cta,.pe-search-clear{border:1px solid ButtonText}
}

/* The parent shell supplied another 60px above every page. */
body #main{padding-top:0}
.pe-rfq{margin-top:0}
.pe-f{margin-inline:auto}
@media(max-width:782px){.pe-phero__actions a[href^="tel:"]{display:none}}
@media(hover:none){.pe-card:hover,.pe-card:hover .pe-card__media img{transform:none}}

/* Long-page orientation uses native disclosure and existing heading labels. */
.pe-page-index{margin:0 0 var(--pe-space-5);border-block:1px solid var(--pe-divider);color:var(--pe-text)}
.pe-page-index summary{padding:1rem .5rem;font-size:1rem;font-weight:600;cursor:pointer;min-height:48px}
.pe-page-index summary:hover{background:var(--pe-surface-sunken)}
.pe-page-index summary:focus-visible{outline:3px solid var(--pe-focus);outline-offset:2px}
.pe-page-index nav ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem 2rem;list-style:none;padding:0 .5rem 1rem;margin:0;max-width:none}
.pe-page-index nav li{margin:0}
.pe-page-index nav a{display:block;padding:.55rem 0;font-size:.9375rem;line-height:1.5;color:var(--pe-text);text-decoration:underline}
.pe-page-index nav a:hover{color:var(--pe-cta)}
.pe-table-scroll :is(td,th) p{font-size:inherit;line-height:1.5;margin:0}
.pe-search-field{position:relative;display:flex;flex:1;min-width:0}
.pe-search-field input[type=search]{width:100%;padding-right:4.25rem}
.pe-search-field .pe-search-clear{position:absolute;right:4px;top:50%;transform:translateY(-50%);min-height:36px;padding:.4rem .5rem;font-size:.8125rem;border:0;background:transparent}
.pe-search-field .pe-search-clear:hover{background:var(--pe-ink-100)}
.pe-search-field input[type=search]::-webkit-search-cancel-button{display:none}
@media(max-width:600px){
  .pe-page-index nav ul{grid-template-columns:1fr}
  .pe-head__searchform .pe-search-field{flex:1 1 180px}
}
@media(max-width:560px){.pe-404__search .pe-search-field,.pe-search__form .pe-search-field{width:100%}}

.pe-file-remove{align-self:flex-start;min-height:44px;padding:.5rem .75rem;border:1px solid var(--pe-border-input);border-radius:var(--pe-radius-sm);background:var(--pe-surface);color:var(--pe-text);font-size:.875rem;cursor:pointer}
.pe-file-remove:hover{background:var(--pe-surface-sunken)}

.pe-table-scroll--long{max-height:min(38rem,65svh);overflow:auto}
.pe-table-scroll--long th[scope=col]{position:sticky;top:0;z-index:2}
.pe-table-hint{font-size:.8125rem!important;color:var(--pe-text-muted);margin:var(--pe-space-4) 0 .5rem!important}
.pe-table-hint + .pe-table-scroll{margin-top:0}
#totop{color:var(--pe-text)!important;background:var(--pe-ink-100)!important}
#totop:hover{background:var(--pe-ink-200)!important}
@media(max-width:782px){#totop{bottom:calc(72px + env(safe-area-inset-bottom,0px))!important}}

.pe-service-unavailable{max-width:74ch;margin:0 auto;padding:var(--pe-space-5) 0 var(--pe-space-8)}
.pe-service-unavailable__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:var(--pe-space-4)}
@media(max-width:560px){.pe-service-unavailable__actions{flex-direction:column}}
/* ============================================================
   PRINT — a product page is printed as a spec sheet: its words,
   the whole table, and the way to reach a person. Screen
   furniture, fixed overlays and dark bands all come off, because
   the browser drops background colour and the white type on
   those bands would otherwise print as nothing at all.
   ============================================================ */
@media print{
  @page{margin:14mm}
  html,body{background:#fff!important;color:#000!important}

  /* fixed and sticky chrome would repeat on, or cover, every sheet */
  .pe-stickybar,#totop,.pe-head__strip,.pe-head__nav,.pe-head__actions,
  .pe-head__search,.pe-head__searchform,.pe-head__searchpanel,.pe-head__toggle,
  .pe-nav,.pe-hsearch,.pe-search-field,.pe-search-clear,.pe-page-index,
  .pe-crumbs,.pe-card__arrow,.pe-eyebrow-rule{display:none!important}
  .pe-head,.site-header{position:static!important}
  .pe-head{box-shadow:none!important;border-bottom:1px solid #000}

  /* dark bands: drop the ground, put the ink back */
  .pe-phero,.pe-hero,.pe-page-cta,.pe-cta-band,.pe-trust,.pe-f__done{
    background:none!important;background-image:none!important;color:#000!important;
    min-height:0!important;box-shadow:none!important}
  .pe-phero__img,.pe-phero__scrim,.pe-hero__img,.pe-hero__scrim{display:none!important}
  .pe-phero__title,.pe-phero__ctx,.pe-hero__title,.pe-hero__sub,
  .pe-page-cta h2,.pe-page-cta p,.pe-cta-band h2,.pe-cta-band p,
  .pe-trust__n,.pe-trust__l,.pe-f__done h2,.pe-f__done p{color:#000!important}
  /* the entrance mask leaves the headline off-screen if it never ran */
  .pe-phero__title>span>span,.pe-hero__title>span>span{
    transform:none!important;animation:none!important}
  .pe-btn{border:1px solid #000;color:#000!important;background:none!important;box-shadow:none!important}

  /* tables: the whole thing, no scroll window, and the stored white
     title text inverted so the group headings survive on paper */
  .pe-table-scroll,.pe-table-scroll--long{max-height:none!important;overflow:visible!important}
  .pe-table-scroll--long th[scope=col]{position:static}
  .pe-table-hint{display:none}
  .entry-content :is(th[scope=colgroup],th[colspan]),
  .wpb_text_column :is(th[scope=colgroup],th[colspan]),
  .pe-table-scroll :is(th[scope=colgroup],th[colspan]),
  .entry-content :is(th[scope=colgroup],th[colspan]) :is(h2,h3,h4),
  .pe-table-scroll :is(th[scope=colgroup],th[colspan]) :is(h2,h3,h4){
    background:none!important;color:#000!important;border-bottom:2px solid #000}
  th,td{border-color:#999!important}

  /* nothing readable should straddle a page break */
  tr,.pe-card,.pe-f__row{break-inside:avoid;page-break-inside:avoid}
  h1,h2,h3{break-after:avoid;page-break-after:avoid}
}

.pe-table-scroll--long table{overflow:visible}
.pe-table-scroll--spec td{white-space:nowrap}
