/* OrderPulse — shared page chrome (header, footer, cards, prose, CTA bands).
   Extracted from the identical <style> block that used to be inlined in all
   27 static pages. Loaded after site.css on every page. */
*{box-sizing:border-box}
body{margin:0;font-family:var(--op-font-family,'Roboto',sans-serif);color:var(--op-text-body);background:var(--op-body-bg);-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.wrap{max-width:1160px;margin:0 auto;padding:0 24px}
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--op-gray-200)}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:12px;padding-bottom:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--op-primary-900);color:#fff;font-weight:600;font-size:14px;padding:10px 18px;border-radius:5px;border:none;cursor:pointer;transition:all .3s ease}
.btn:hover{background:#E05A20;color:#fff}
.btn-lg{font-size:15px;padding:13px 24px}
.btn-ghost{background:#fff;color:var(--op-text-title);border:1px solid var(--op-gray-300)}
.btn-ghost:hover{background:#fff;border-color:var(--op-primary);color:var(--op-primary)}
.btn-white{background:#fff;color:var(--op-primary-900)}
.btn-white:hover{background:#f4f4f4;color:var(--op-primary-900)}
.eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.05em;color:var(--op-primary);background:var(--op-primary-transparent);padding:5px 11px;border-radius:4px}
.page-hero{background:#fff;border-bottom:1px solid var(--op-gray-200)}
.page-hero .wrap{padding-top:clamp(40px,5vw,68px);padding-bottom:clamp(36px,5vw,56px)}
.crumbs{font-size:13px;color:var(--op-text-muted);margin-bottom:14px}
.crumbs a:hover{color:var(--op-primary)}
h1.ptitle{font-size:clamp(30px,4.5vw,46px);font-weight:700;letter-spacing:-.02em;line-height:1.1;color:var(--op-text-title);margin:0}
.lead{font-size:clamp(15px,2vw,18px);line-height:1.6;color:var(--op-text-body);margin:16px 0 0;max-width:720px}
.section{padding:clamp(40px,6vw,72px) 0}
.section-tight{padding:clamp(28px,4vw,44px) 0}
.grid{display:grid;gap:18px}
.g2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.g3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.card{background:#fff;border:1px solid var(--op-gray-200);border-radius:8px;padding:24px;transition:all .2s ease;display:flex;flex-direction:column;gap:12px}
a.card:hover{border-color:var(--op-primary);box-shadow:0 4px 14px rgba(0,0,0,.06)}
.tag{display:inline-block;font-size:11px;font-weight:600;color:var(--op-primary);background:var(--op-primary-transparent);padding:3px 10px;border-radius:999px}
.tag-muted{color:var(--op-gray-600);background:var(--op-gray-100)}
.icon-badge{width:46px;height:46px;border-radius:10px;background:var(--op-primary-transparent);color:var(--op-primary);display:flex;align-items:center;justify-content:center;font-size:22px;flex:none}
.meta{font-size:12px;color:var(--op-text-muted);display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.prose{max-width:800px}
.prose h2{font-size:22px;color:var(--op-text-title);margin:38px 0 12px;letter-spacing:-.01em}
.prose h3{font-size:17px;color:var(--op-text-title);margin:24px 0 8px}
.prose p,.prose li{font-size:15px;line-height:1.75;color:var(--op-text-body)}
.prose ul{padding-left:20px;margin:10px 0}
.prose li{margin:6px 0}
.cta-band{background:var(--op-secondary)}
.cta-band .wrap{padding:clamp(44px,6vw,72px) 24px;text-align:center;color:#fff}
.cta-band h2{font-size:clamp(24px,3vw,34px);font-weight:700;margin:0 0 10px;color:#fff;letter-spacing:-.01em}
.cta-band p{font-size:16px;color:rgba(255,255,255,.85);margin:0 auto 22px;max-width:560px;line-height:1.6}
.field{width:100%;background:#fff;border:1px solid var(--op-gray-300);border-radius:5px;padding:11px 13px;font-size:14px;color:var(--op-gray-700);outline:none;transition:border-color .2s ease}
.field:focus{border-color:var(--op-primary)}
.sticky-cta{position:fixed;right:20px;bottom:20px;z-index:900;box-shadow:0 6px 20px rgba(242,101,34,.4);border-radius:999px;padding:12px 18px;font-size:14px}
.site-footer{background:#fff;border-top:1px solid var(--op-gray-200)}
.foot-grid{display:grid;grid-template-columns:minmax(min(240px,100%),1.4fr) repeat(auto-fit,minmax(min(140px,100%),1fr));gap:clamp(28px,4vw,48px);padding:clamp(44px,5vw,64px) clamp(16px,5vw,24px)}
@media(max-width:820px){.foot-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 20px}}
@media(max-width:520px){.foot-grid{grid-template-columns:minmax(0,1fr);gap:24px}}
.foot-col p.h{margin:0 0 3px;font-size:12px;font-weight:700;letter-spacing:.04em;color:var(--op-text-title);text-transform:uppercase}
.foot-col{display:flex;flex-direction:column;gap:11px}
.foot-col a{color:var(--op-gray-600);font-size:13px}
.foot-col a:hover{color:var(--op-primary)}
.foot-bottom{border-top:1px solid var(--op-gray-200)}
.foot-bottom .wrap{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;padding:18px 24px}
.jump{display:flex;flex-wrap:wrap;gap:8px}
.jump a{width:34px;height:34px;border-radius:6px;border:1px solid var(--op-gray-200);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;color:var(--op-gray-600)}
.jump a:hover{border-color:var(--op-primary);color:var(--op-primary)}
.term{padding:20px 0;border-bottom:1px solid var(--op-gray-200)}
.term h3{margin:0 0 6px;font-size:17px;color:var(--op-text-title)}
.term p{margin:0;font-size:14px;line-height:1.65;color:var(--op-text-body)}
.status-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border:1px solid var(--op-gray-200);border-radius:8px;background:#fff;margin-bottom:10px}
.dot{width:9px;height:9px;border-radius:50%;flex:none}
.op-ok{color:var(--op-success)}
@media(max-width:860px){.hnav{display:none}}
/* =====================================================================
   Primary navigation — dropdown menu system.
   Markup is generated by tools/build-nav.py from tools/nav.json;
   behaviour lives in assets/js/nav.js. Edit the menu there, not here.
   ===================================================================== */
.site-header .wrap{position:relative}

.op-navtoggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--op-gray-200);background:#fff;border-radius:6px;color:var(--op-text-title);font-size:20px;cursor:pointer}
.op-navtoggle:hover{border-color:var(--op-primary);color:var(--op-primary)}

.hnav{display:flex;align-items:center;gap:2px;flex-wrap:nowrap}
.site-header .hnav>.btn-mobile{display:none}
.op-navitem{position:relative}
.op-navitem>a,.op-navitem>button{display:inline-flex;align-items:center;gap:5px;color:var(--op-gray-600);font-family:inherit;font-size:14px;font-weight:500;line-height:1;padding:11px 12px;border:0;border-radius:5px;background:none;cursor:pointer;white-space:nowrap}
.op-navitem>a:hover,.op-navitem>button:hover{color:var(--op-primary);background:var(--op-light-700,#F8F9FA)}
.op-navitem.is-current>a,.op-navitem.is-current>button{color:var(--op-primary)}
.site-header .btn,.site-footer .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--op-primary-900);color:#fff;font-weight:600;font-size:14px;line-height:1.2;padding:10px 18px;border-radius:5px;border:none;cursor:pointer;text-decoration:none}
.site-header .btn:hover,.site-footer .btn:hover{background:#E05A20;color:#fff}
.op-navitem>a:focus-visible,.op-navitem>button:focus-visible,.op-dd a:focus-visible{outline:2px solid var(--op-primary);outline-offset:2px}
.op-navitem .op-chev{font-size:14px;transition:transform .2s ease}
.op-navitem.open .op-chev{transform:rotate(180deg)}

.op-dd{position:absolute;top:100%;left:0;z-index:60;margin-top:2px;background:#fff;border:1px solid var(--op-gray-200);border-radius:8px;box-shadow:0 12px 32px rgba(16,24,40,.13);padding:10px;min-width:272px;display:none}
.op-dd.op-right{left:auto;right:0}
.op-navitem.open>.op-dd{display:block}
.op-dd.op-mega{min-width:600px;max-width:calc(100vw - 40px);padding:14px;gap:2px 22px;grid-template-columns:repeat(2,minmax(250px,1fr))}
/* Three columns when a group is wide: it spans two, laying its links out
   two abreast, and the other group takes the third. */
.op-dd.op-mega--c3{min-width:760px;grid-template-columns:repeat(3,minmax(0,1fr))}
.op-dd.op-mega--c4{min-width:880px;grid-template-columns:repeat(4,minmax(0,1fr))}
/* The mega hangs from the sticky header, not from the Products button: its
   nav item is un-positioned, and the panel centres on the header's width.
   That is what lets a four-column panel fit on a 1024px laptop without
   overrunning either edge or folding into a single tall column. */
.op-navitem--mega{position:static}
.op-dd.op-mega{left:50%;right:auto;transform:translateX(-50%)}
/* Whatever the content does in future, the panel can never run off the
   bottom of the screen again: it scrolls inside itself before that. */
.op-dd.op-mega{max-height:calc(100vh - 100px);overflow-y:auto}
.op-dgroup--wide{grid-column:span 2}
.op-dgroup--wide .op-dlinks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px}
.op-navitem.open>.op-dd.op-mega{display:grid}
.op-dgroup{min-width:0}
.op-dgroup .op-dhead{margin:4px 10px 6px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--op-gray-400)}
.op-dd a{display:flex;align-items:flex-start;gap:11px;padding:9px 10px;border-radius:6px;color:var(--op-text-title);font-size:14px;font-weight:500;line-height:1.35}
.op-dd a:hover,.op-dd a.active{background:var(--op-primary-transparent);color:var(--op-primary)}
.op-dd a>i{font-size:18px;color:var(--op-primary);flex:none;position:relative;top:1px}
.op-dd a>.op-dicon{width:20px;height:20px;flex:none;position:relative;top:1px;object-fit:contain;border-radius:4px}
.op-dd a .op-ddesc{display:block;margin-top:3px;font-size:12px;font-weight:400;line-height:1.45;color:var(--op-text-muted)}

/* Desktop: open on hover as well as on click/keyboard. */
@media (min-width:1001px){
  .op-navitem:hover>.op-dd{display:block}
  .op-navitem:hover>.op-dd.op-mega{display:grid}
}

/* Mobile / tablet: hamburger + stacked accordion. */
@media (max-width:1000px){
  .op-navtoggle{display:inline-flex}
  .site-header .wrap{flex-wrap:nowrap}
  .site-header>.wrap>.btn{display:none}
  .hnav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#fff;border-top:1px solid var(--op-gray-200);border-bottom:1px solid var(--op-gray-200);box-shadow:0 12px 24px rgba(16,24,40,.10);padding:8px 16px 18px;max-height:calc(100vh - 68px);overflow-y:auto}
  .site-header.nav-open .hnav{display:flex}
  .op-navitem{width:100%;position:static}
  .op-navitem>a,.op-navitem>button{width:100%;justify-content:space-between;padding:13px 6px;font-size:15px}
  .op-dd,.op-dd.op-mega{position:static;display:none;min-width:0;margin:0 0 6px;padding:0 0 4px 8px;border:0;border-left:2px solid var(--op-gray-200);border-radius:0;box-shadow:none}
  .op-navitem.open>.op-dd,.op-navitem.open>.op-dd.op-mega{display:block}
  .op-dd.op-mega,.op-dd.op-mega--c3,.op-dd.op-mega--c4{grid-template-columns:1fr;min-width:0;max-height:none}
  .op-dd.op-mega{left:auto;transform:none}
  .op-navitem--mega{position:static}
  .op-dgroup--wide{grid-column:auto}
  .op-dgroup--wide .op-dlinks{grid-template-columns:1fr}
  .op-dgroup .op-dhead{margin:10px 10px 2px}
  .site-header .hnav>.btn-mobile{display:inline-flex;margin-top:12px;width:100%}
}

/* ==========================================================================
   Offer bar. Rendered by tools/build-nav.py from the `promo` block in
   tools/nav.json, as the first child of the sticky header so it travels with
   the nav rather than scrolling away.

   The movement is a slow highlight sweep and a breathing badge, not a blink:
   a bar that switches on and off several times a second fails WCAG 2.3.1 and
   reads as spam. Both animations stop entirely under prefers-reduced-motion,
   which leaves a perfectly legible static bar.
   ========================================================================== */
.op-promo{position:relative;overflow:hidden;isolation:isolate;
  background:linear-gradient(90deg,#B8390C 0%,#F26522 46%,#FF8F52 100%);color:#fff}
.op-promo::after{content:"";position:absolute;top:0;bottom:0;left:-45%;width:36%;z-index:0;
  pointer-events:none;transform:skewX(-18deg);
  background:linear-gradient(100deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.30) 50%,
    rgba(255,255,255,0) 100%);
  animation:opShine 6.5s ease-in-out infinite}
@keyframes opShine{0%{left:-45%}58%{left:118%}100%{left:118%}}

.op-promo-in{position:relative;z-index:1;max-width:1160px;margin:0 auto;
  padding:9px 48px 9px 24px;display:flex;flex-wrap:wrap;align-items:center;
  justify-content:center;gap:6px 14px;text-align:center}
.op-promo-badge{flex:none;font-size:11px;font-weight:800;letter-spacing:.10em;
  background:#fff;color:#B8390C;border-radius:999px;padding:4px 11px;
  animation:opPulse 2.6s ease-in-out infinite}
@keyframes opPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(255,255,255,.55)}
  50%{transform:scale(1.06);box-shadow:0 0 0 8px rgba(255,255,255,0)}}
.op-promo-copy{margin:0;font-size:13.5px;line-height:1.45}
.op-promo-copy b{font-weight:700}
.op-promo-copy span{color:rgba(255,255,255,.88)}
.op-promo-cta{flex:none;display:inline-flex;align-items:center;gap:6px;font-size:13px;
  font-weight:700;color:#fff;border-bottom:1px solid rgba(255,255,255,.55)}
.op-promo-cta:hover{color:#fff;border-bottom-color:#fff}
.op-promo-cta i{font-size:15px}
/* Terms. Quiet, but never hidden - it is the same string at every width, so a
   phone visitor reads the same qualifier a desktop one does. */
.op-promo-terms{flex:none;font-size:11.5px;line-height:1.3;color:rgba(255,255,255,.72)}

.op-promo-x{position:absolute;z-index:2;top:50%;right:10px;transform:translateY(-50%);
  display:flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;
  border:0;border-radius:50%;background:rgba(0,0,0,.16);color:#fff;font-size:15px;cursor:pointer;
  transition:background .2s ease}
.op-promo-x:hover{background:rgba(0,0,0,.30)}
.op-promo-x:focus-visible{outline:2px solid #fff;outline-offset:2px}

.op-promo-sm{display:none}
@media (max-width:720px){
  .op-promo-in{padding:7px 38px 7px 12px;gap:4px 9px}
  .op-promo-copy,.op-promo-cta{display:none}
  .op-promo-terms{flex-basis:100%;font-size:11px}
  .op-promo-sm{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;
    line-height:1.35;color:#fff}
  .op-promo-sm i{font-size:14px;flex:none}
  .op-promo-badge{font-size:10px;padding:3px 9px}
}
@media (prefers-reduced-motion:reduce){
  .op-promo::after{display:none}
  .op-promo-badge{animation:none}
}
