/*
Theme Name: Box Print Expert Modern Pro
Author: Box Print Expert
Description: Editorial, motion-aware and conversion-focused WordPress theme for Box Print Expert custom packaging, box printing and professional printing services.
Version: 3.1.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: bpe-modern
*/

:root{
  --bpe-navy:#102A43;
  --bpe-navy-2:#163A5B;
  --bpe-blue:#1677FF;
  --bpe-blue-dark:#0F66DC;
  --bpe-teal:#14B8A6;
  --bpe-orange:#F97316;
  --bpe-pink:#EFA8AD;
  --bpe-kraft:#C9955B;
  --bpe-bg:#F7FAFC;
  --bpe-bg-blue:#F4F8FC;
  --bpe-text:#172033;
  --bpe-muted:#5F6B7A;
  --bpe-border:#DCE7EE;
  --bpe-white:#FFFFFF;
  --bpe-soft-blue:#EEF6FF;
  --bpe-soft-teal:#EAFBF8;
  --bpe-shadow:0 18px 50px rgba(16,42,67,.10);
  --bpe-shadow-sm:0 8px 24px rgba(16,42,67,.06);
  --bpe-radius-sm:10px;
  --bpe-radius-md:16px;
  --bpe-radius-lg:24px;
  --bpe-radius-xl:32px;
  --bpe-container:1240px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--bpe-text);background:#fff;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.68;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
a{color:var(--bpe-blue);text-decoration:none;transition:color .2s ease,opacity .2s ease,transform .2s ease}
a:hover{color:var(--bpe-blue-dark)}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
main{overflow:hidden}

h1,h2,h3,h4,h5,h6{margin:0 0 .55em;color:var(--bpe-navy);font-family:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.1;letter-spacing:0}
h1{font-size:4.8rem;font-weight:800}
h2{font-size:3rem;font-weight:800}
h3{font-size:1.35rem;font-weight:800}
p{margin:0 0 1.25em}
ul,ol{margin-top:0}

.bpe-container{width:min(calc(100% - 44px),var(--bpe-container));margin-inline:auto}
.bpe-section{padding:94px 0}
.bpe-section--soft{background:var(--bpe-bg)}
.bpe-section--compact{padding:48px 0}
.bpe-section--cta{padding-top:38px}
.bpe-grid{display:grid;gap:18px}
.bpe-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.bpe-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.bpe-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.bpe-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid #CDEDE7;border-radius:999px;background:var(--bpe-soft-teal);color:#087A6F;font-family:"Manrope",sans-serif;font-size:.75rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.bpe-eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--bpe-teal)}
.bpe-lead{max-width:760px;color:var(--bpe-muted);font-size:1.12rem}
.bpe-section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:36px}
.bpe-section-head h2{margin-top:15px;margin-bottom:14px}
.bpe-section-head p{margin-bottom:0}
.bpe-section-link,.bpe-text-link{font-weight:800;white-space:nowrap}
.bpe-text-link{display:inline-flex;align-items:center;min-height:50px;color:var(--bpe-navy)}

/* Buttons */
.bpe-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 23px;border:1px solid transparent;border-radius:12px;font-family:"Manrope",sans-serif;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}
.bpe-btn:hover{transform:translateY(-1px)}
.bpe-btn--primary{color:#fff;background:var(--bpe-blue);box-shadow:0 12px 26px rgba(22,119,255,.23)}
.bpe-btn--primary:hover{color:#fff;background:var(--bpe-blue-dark);box-shadow:0 16px 30px rgba(22,119,255,.26)}
.bpe-btn--secondary{color:var(--bpe-blue);background:#fff;border-color:var(--bpe-blue)}
.bpe-btn--secondary:hover{color:var(--bpe-blue-dark);background:var(--bpe-soft-blue)}
.bpe-btn--orange{color:#fff;background:var(--bpe-orange);box-shadow:0 12px 25px rgba(249,115,22,.22)}
.bpe-btn--orange:hover{color:#fff;background:#E9660B}

/* Accessibility */
.bpe-skip-link{position:absolute;left:-9999px;top:8px;z-index:99999;padding:10px 14px;border-radius:8px;background:#fff;color:var(--bpe-navy);box-shadow:var(--bpe-shadow)}
.bpe-skip-link:focus{left:8px}

/* Header */
.bpe-topbar{background:var(--bpe-navy);color:#EAF2F8;font-size:.8rem}
.bpe-topbar__inner{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.bpe-topbar__meta{opacity:.9}
.bpe-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.96);backdrop-filter:blur(15px);border-bottom:1px solid var(--bpe-border)}
.admin-bar .bpe-header{top:32px}
.bpe-header .bpe-container,.bpe-topbar .bpe-container{width:min(calc(100% - 56px),1420px)}
.bpe-header__inner{min-height:82px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:34px}
.bpe-header__brand{min-width:235px}
.bpe-brand{display:inline-flex;align-items:center;color:var(--bpe-navy)}
.bpe-brand:hover{color:var(--bpe-navy)}
.bpe-brand__name{display:block;font-family:"Manrope",sans-serif;font-size:1.28rem;font-weight:850;letter-spacing:0;line-height:1.04}
.bpe-brand__tag{display:block;margin-top:6px;color:#667482;font-size:.64rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.custom-logo-link img{max-height:54px;width:auto}
.bpe-nav{display:flex;justify-content:center;align-items:center;gap:22px;min-width:0}
.bpe-nav__plain,.bpe-mega>summary{color:var(--bpe-text);font-size:.84rem;font-weight:750;white-space:nowrap}
.bpe-nav__plain:hover,.bpe-mega>summary:hover{color:var(--bpe-blue)}
.bpe-mega{position:relative}
.bpe-mega>summary{display:flex;align-items:center;gap:5px;list-style:none;cursor:pointer}
.bpe-mega>summary::-webkit-details-marker{display:none}
.bpe-mega__panel{position:absolute;top:calc(100% + 23px);left:50%;transform:translateX(-50%);width:520px;max-height:70vh;overflow:auto;padding:18px;border:1px solid var(--bpe-border);border-radius:18px;background:#fff;box-shadow:0 24px 56px rgba(16,42,67,.14)}
.bpe-mega--wide .bpe-mega__panel{width:min(760px,78vw)}
.bpe-mega--compact .bpe-mega__panel{width:260px}
.bpe-mega__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.bpe-mega--wide .bpe-mega__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.bpe-mega--compact .bpe-mega__grid{grid-template-columns:1fr}
.bpe-mega__grid a{padding:11px 12px;border-radius:10px;color:var(--bpe-text);font-size:.86rem;font-weight:650}
.bpe-mega__grid a:hover{background:var(--bpe-soft-blue);color:var(--bpe-blue)}
.bpe-header__actions{display:flex;align-items:center;gap:10px}
.bpe-header__actions .bpe-btn{min-width:138px;padding-inline:19px}
.bpe-menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--bpe-border);background:#fff;border-radius:12px}
.bpe-menu-toggle span{display:block;width:21px;height:2px;margin:4px auto;background:var(--bpe-navy)}

/* Hero */
.bpe-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#F7FBFF 0%,#FFFFFF 57%,#F1FAFF 100%);border-bottom:1px solid var(--bpe-border)}
.bpe-hero:before{content:"";position:absolute;right:-180px;bottom:-250px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(20,184,166,.16),rgba(20,184,166,0) 68%)}
.bpe-hero:after{content:"";position:absolute;left:-140px;top:110px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(22,119,255,.07),rgba(22,119,255,0) 70%)}
.bpe-hero__inner{position:relative;z-index:1;min-height:655px;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:62px;padding:68px 0}
.bpe-hero h1{max-width:760px;margin:20px 0 22px}
.bpe-hero h1 span{color:var(--bpe-blue)}
.bpe-hero__copy>p{max-width:690px;color:#526170;font-size:1.08rem}
.bpe-hero__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:29px}
.bpe-hero__points{display:flex;gap:22px;flex-wrap:wrap;margin-top:31px;color:#495866;font-size:.9rem;font-weight:700}
.bpe-hero__points span{display:inline-flex;align-items:center;gap:7px}
.bpe-hero__points i{width:24px;height:24px;display:inline-grid;place-items:center;border-radius:50%;background:var(--bpe-soft-teal);color:#087A6F;font-style:normal}

/* CSS packaging scene */
.bpe-pack-scene{position:relative;min-height:475px;isolation:isolate}
.bpe-pack-scene:before{content:"";position:absolute;inset:50px 20px 5px 20px;border-radius:48%;background:radial-gradient(ellipse at center,rgba(16,42,67,.09),rgba(16,42,67,0) 68%);filter:blur(8px);z-index:-1}
.bpe-pack{position:absolute;display:flex;align-items:center;justify-content:center;border:1px solid rgba(16,42,67,.08);box-shadow:0 24px 50px rgba(16,42,67,.14)}
.bpe-pack span{font-family:"Manrope",sans-serif;font-weight:850;text-align:center;line-height:1.22}
.bpe-pack--navy{width:220px;height:302px;right:84px;top:64px;border-radius:10px;background:linear-gradient(145deg,#173A59,#0D2237);transform:rotate(2deg)}
.bpe-pack--navy span{color:#fff;font-size:1.05rem}
.bpe-pack--kraft{width:190px;height:236px;left:60px;top:117px;border-radius:9px;background:linear-gradient(140deg,#D3A267,#B97F43);transform:rotate(-5deg)}
.bpe-pack--kraft span{color:#523116;font-size:.95rem}
.bpe-pack--mint{width:198px;height:127px;left:145px;bottom:20px;border-radius:13px;background:linear-gradient(145deg,#D7F4EF,#B7E7DE);transform:rotate(-2deg)}
.bpe-pack--mint:before{content:"";position:absolute;inset:0 0 auto;height:39px;border-bottom:1px solid rgba(16,42,67,.13)}
.bpe-pack--mint span{color:#0B746A;font-size:.78rem}
.bpe-pack--pink{width:102px;height:174px;right:18px;bottom:38px;border-radius:9px;background:linear-gradient(145deg,#F2B5B8,#E598A0);transform:rotate(6deg)}
.bpe-pack--pink span{color:#82474B;font-size:.72rem;transform:rotate(-4deg)}
.bpe-pack--label{width:114px;height:114px;left:10px;bottom:25px;border-radius:50%;background:radial-gradient(circle at center,#fff 0 19%,#C5EEE7 20% 58%,#91D7CC 59% 100%);transform:rotate(-8deg)}
.bpe-pack--cards{width:195px;height:67px;right:118px;bottom:4px;border-radius:9px;background:linear-gradient(150deg,var(--bpe-navy) 0 48%,#fff 49% 100%);transform:rotate(5deg)}
.bpe-pack--cards span{position:absolute;left:16px;top:20px;color:#fff;font-size:.63rem;letter-spacing:.09em}
.bpe-pack-scene__note{position:absolute;right:10px;top:10px;color:var(--bpe-orange);font-family:"Manrope",sans-serif;font-size:.8rem;font-weight:850;transform:rotate(-7deg)}

/* Browse / service cards */
.bpe-browse-card{position:relative;overflow:hidden;min-height:270px;padding:30px;border:1px solid var(--bpe-border);border-radius:21px;color:var(--bpe-text);background:#fff;box-shadow:var(--bpe-shadow-sm);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.bpe-browse-card:hover{color:var(--bpe-text);transform:translateY(-4px);box-shadow:var(--bpe-shadow);border-color:#C8D9E5}
.bpe-browse-card:after{content:"";position:absolute;width:165px;height:165px;right:-55px;top:-55px;border-radius:50%;background:rgba(22,119,255,.08)}
.bpe-browse-card--teal:after{background:rgba(20,184,166,.10)}
.bpe-browse-card--orange:after{background:rgba(249,115,22,.10)}
.bpe-browse-card>span{display:inline-grid;place-items:center;width:44px;height:44px;margin-bottom:34px;border-radius:12px;background:var(--bpe-blue);color:#fff;font-family:"Manrope",sans-serif;font-weight:850}
.bpe-browse-card--teal>span{background:var(--bpe-teal)}
.bpe-browse-card--orange>span{background:var(--bpe-orange)}
.bpe-browse-card h3{font-size:1.45rem}
.bpe-browse-card p{color:var(--bpe-muted)}
.bpe-browse-card strong{color:var(--bpe-blue)}

.bpe-service-card{display:flex;flex-direction:column;overflow:hidden;min-height:420px;border:1px solid var(--bpe-border);border-radius:20px;color:var(--bpe-text);background:#fff;box-shadow:var(--bpe-shadow-sm);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.bpe-service-card:hover{color:var(--bpe-text);transform:translateY(-4px);box-shadow:var(--bpe-shadow);border-color:#C4D7E5}
.bpe-service-card__visual{height:190px;display:grid;place-items:center;background:linear-gradient(145deg,#F9FCFD,#EEF5F9)}
.bpe-service-card__body{display:flex;flex-direction:column;flex:1;padding:22px}
.bpe-service-card__body>span{margin-bottom:9px;color:#758292;font-size:.72rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.bpe-service-card__body p{color:var(--bpe-muted);font-size:.92rem}
.bpe-service-card__body strong{margin-top:auto;padding-top:8px;color:var(--bpe-blue);font-size:.88rem}

/* Value strip */
.bpe-feature-strip{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--bpe-border);border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(16,42,67,.04)}
.bpe-feature{display:flex;gap:14px;align-items:flex-start;padding:24px;border-right:1px solid var(--bpe-border)}
.bpe-feature:last-child{border-right:0}
.bpe-feature__icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:12px;background:var(--bpe-soft-teal);color:#087A6F;font-weight:900}
.bpe-feature strong,.bpe-feature small{display:block}
.bpe-feature strong{color:var(--bpe-navy);font-family:"Manrope",sans-serif;font-size:.95rem}
.bpe-feature small{margin-top:3px;color:var(--bpe-muted);line-height:1.45}

/* Standard cards */
.bpe-card{overflow:hidden;background:#fff;border:1px solid var(--bpe-border);border-radius:18px;box-shadow:0 7px 22px rgba(16,42,67,.045);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.bpe-card:hover{transform:translateY(-3px);box-shadow:var(--bpe-shadow);border-color:#C6D9E5}
.bpe-card__art{min-height:185px;display:grid;place-items:center;background:linear-gradient(145deg,#F8FBFD,#EFF5F9);overflow:hidden}
.bpe-card__body{padding:21px}
.bpe-card__body p{color:var(--bpe-muted);font-size:.93rem}
.bpe-card__link{font-size:.9rem;font-weight:800}

/* Mini packaging art */
.bpe-mini-art{position:relative;width:132px;height:108px}
.bpe-mini-art:before,.bpe-mini-art:after{content:"";position:absolute;border-radius:7px;box-shadow:0 14px 24px rgba(16,42,67,.12)}
.bpe-mini-art.box:before{width:78px;height:72px;left:20px;top:19px;background:linear-gradient(145deg,#D7AA76,#B47B42);transform:skewY(5deg)}
.bpe-mini-art.box:after{width:58px;height:68px;right:7px;top:9px;background:linear-gradient(145deg,#1A4A72,#102A43);transform:rotate(5deg)}
.bpe-mini-art.mailer:before{width:104px;height:66px;left:14px;top:28px;background:#C99A62;transform:skewY(-4deg)}
.bpe-mini-art.mailer:after{width:96px;height:18px;left:18px;top:15px;background:#E0B887;transform:skewX(-18deg)}
.bpe-mini-art.rigid:before{width:82px;height:74px;left:25px;top:25px;background:#102A43}
.bpe-mini-art.rigid:after{width:91px;height:18px;left:20px;top:17px;background:#204E74}
.bpe-mini-art.bag:before{width:74px;height:80px;left:28px;top:22px;background:#D5B17E}
.bpe-mini-art.bag:after{width:38px;height:26px;left:46px;top:8px;border:5px solid #9A714B;border-bottom:0;border-radius:24px 24px 0 0;background:transparent;box-shadow:none}
.bpe-mini-art.label:before{width:84px;height:84px;left:24px;top:13px;border:17px solid #9BE5D8;border-radius:50%;background:#fff;box-shadow:none}
.bpe-mini-art.label:after{display:none}
.bpe-mini-art.print:before{width:73px;height:88px;left:16px;top:11px;background:linear-gradient(160deg,#fff 0 38%,#1677FF 38% 62%,#14B8A6 62%);transform:rotate(-7deg)}
.bpe-mini-art.print:after{width:68px;height:84px;right:11px;top:17px;background:linear-gradient(160deg,#102A43 0 34%,#fff 34% 65%,#F97316 65%);transform:rotate(7deg)}

/* Options */
.bpe-option-card{min-height:280px;padding:30px;border:1px solid var(--bpe-border);border-radius:19px;background:#fff;box-shadow:0 8px 24px rgba(16,42,67,.045)}
.bpe-option-card>span{display:grid;place-items:center;width:44px;height:44px;margin-bottom:46px;border-radius:12px;background:var(--bpe-soft-teal);color:#087A6F;font-family:"Manrope",sans-serif;font-size:.78rem;font-weight:850}
.bpe-option-card:nth-child(2)>span{background:var(--bpe-soft-blue);color:var(--bpe-blue)}
.bpe-option-card:nth-child(3)>span{background:#FFF2E8;color:var(--bpe-orange)}
.bpe-option-card p{color:var(--bpe-muted)}

/* Industry cards */
.bpe-industry-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:300px;overflow:hidden;padding:28px;border:1px solid var(--bpe-border);border-radius:20px;color:var(--bpe-text);background:linear-gradient(145deg,#fff,#F5F9FC);box-shadow:var(--bpe-shadow-sm);transition:.22s ease}
.bpe-industry-card:hover{transform:translateY(-4px);color:var(--bpe-text);box-shadow:var(--bpe-shadow)}
.bpe-industry-card:after{content:"";position:absolute;right:-38px;top:-38px;width:145px;height:145px;border-radius:50%;background:rgba(22,119,255,.08)}
.bpe-industry-card:nth-child(2):after{background:rgba(249,115,22,.10)}
.bpe-industry-card:nth-child(3):after{background:rgba(20,184,166,.10)}
.bpe-industry-card:nth-child(4):after{background:rgba(239,168,173,.18)}
.bpe-industry-card>span{position:relative;z-index:1;width:43px;height:43px;display:grid;place-items:center;border-radius:12px;background:var(--bpe-navy);color:#fff;font-family:"Manrope",sans-serif;font-weight:850}
.bpe-industry-card h3{margin-top:42px}
.bpe-industry-card p{color:var(--bpe-muted)}
.bpe-industry-card strong{color:var(--bpe-blue)}

/* Brand system split */
.bpe-split{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}
.bpe-split__copy{position:sticky;top:145px}
.bpe-split__copy h2{margin-top:16px}
.bpe-brand-system{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.bpe-brand-system article{min-height:330px;padding:26px;border:1px solid var(--bpe-border);border-radius:20px;background:#fff;box-shadow:var(--bpe-shadow-sm)}
.bpe-brand-system .bpe-mini-art{margin:15px auto 45px}
.bpe-brand-system p{color:var(--bpe-muted);font-size:.92rem}

/* Process */
.bpe-process-line{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:12px 0 0;padding:0;list-style:none}
.bpe-process-line li{position:relative;min-height:210px;padding:0 30px 0 0}
.bpe-process-line li:after{content:"";position:absolute;top:22px;left:54px;right:13px;height:1px;background:var(--bpe-border)}
.bpe-process-line li:last-child:after{display:none}
.bpe-process-line li>span{position:relative;z-index:1;width:46px;height:46px;display:grid;place-items:center;margin-bottom:25px;border-radius:50%;color:#fff;background:var(--bpe-blue);font-family:"Manrope",sans-serif;font-weight:850;box-shadow:0 8px 18px rgba(22,119,255,.20)}
.bpe-process-line strong{display:block;color:var(--bpe-navy);font-family:"Manrope",sans-serif;font-size:1rem}
.bpe-process-line small{display:block;margin-top:9px;color:var(--bpe-muted);line-height:1.55}

/* FAQ */
.bpe-faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:80px;align-items:start}
.bpe-faq-layout h2{margin-top:16px}
.bpe-faq{border-top:1px solid var(--bpe-border)}
.bpe-faq details{border-bottom:1px solid var(--bpe-border)}
.bpe-faq summary{position:relative;padding:22px 44px 22px 0;cursor:pointer;list-style:none;color:var(--bpe-navy);font-family:"Manrope",sans-serif;font-weight:800}
.bpe-faq summary::-webkit-details-marker{display:none}
.bpe-faq summary:after{content:"+";position:absolute;right:8px;top:17px;color:var(--bpe-blue);font-size:1.4rem}
.bpe-faq details[open] summary:after{content:"−"}
.bpe-faq details p{padding:0 38px 20px 0;color:var(--bpe-muted)}

/* CTA */
.bpe-cta,.bpe-inline-cta{display:grid;grid-template-columns:1fr auto;align-items:center;gap:36px;padding:42px;border:1px solid #CDE5E1;border-radius:24px;background:linear-gradient(120deg,#EAFBF8 0%,#F8FBFF 58%,#FFF7F0 100%);box-shadow:0 10px 28px rgba(16,42,67,.04)}
.bpe-cta h2,.bpe-inline-cta h2{margin:14px 0 8px;font-size:2.45rem}
.bpe-cta p,.bpe-inline-cta p{max-width:760px;margin:0;color:var(--bpe-muted)}

/* Inner pages */
.bpe-page-hero{position:relative;overflow:hidden;padding:58px 0 64px;background:linear-gradient(120deg,#F7FBFF 0%,#fff 60%,#F2FAFF 100%);border-bottom:1px solid var(--bpe-border)}
.bpe-page-hero:after{content:"";position:absolute;right:-170px;bottom:-260px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(20,184,166,.13),transparent 68%)}
.bpe-page-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:60px;min-height:480px}
.bpe-breadcrumbs{margin-bottom:24px;color:var(--bpe-muted);font-size:.82rem}
.bpe-breadcrumbs a{color:var(--bpe-muted)}
.bpe-page-hero h1{max-width:850px;margin:17px 0 20px;font-size:4.35rem}
.bpe-page-hero .bpe-lead{max-width:760px}
.bpe-page-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:27px}
.bpe-service-visual{position:relative;min-height:390px}
.bpe-service-pack{position:absolute;border-radius:14px;border:1px solid rgba(16,42,67,.08);box-shadow:0 24px 50px rgba(16,42,67,.13)}
.bpe-service-pack--back{width:220px;height:260px;left:42px;top:78px;background:linear-gradient(145deg,#D6A36A,#B97F44);transform:rotate(-6deg)}
.bpe-service-pack--main{width:235px;height:310px;right:46px;top:28px;background:linear-gradient(145deg,#183A58,#0E2237);transform:rotate(3deg)}
.bpe-service-pack--accent{width:170px;height:112px;left:138px;bottom:4px;background:linear-gradient(145deg,#D6F3ED,#AEE4D9);transform:rotate(-2deg)}
.bpe-service-label{position:absolute;width:105px;height:105px;right:14px;bottom:8px;border-radius:50%;background:radial-gradient(circle,#fff 0 20%,#C8EFE8 21% 59%,#8ED5CA 60%);box-shadow:0 15px 30px rgba(16,42,67,.12)}
.bpe-page-valuebar{background:#fff;border-bottom:1px solid var(--bpe-border)}
.bpe-page-valuebar__grid{display:grid;grid-template-columns:repeat(3,1fr)}
.bpe-page-valuebar__grid>div{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:13px;padding:24px 28px;border-right:1px solid var(--bpe-border)}
.bpe-page-valuebar__grid>div:last-child{border-right:0}
.bpe-page-valuebar__grid span{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--bpe-soft-blue);color:var(--bpe-blue);font-family:"Manrope",sans-serif;font-weight:850}
.bpe-page-valuebar__grid strong{color:var(--bpe-navy);font-family:"Manrope",sans-serif;font-size:.95rem}
.bpe-page-valuebar__grid small{color:var(--bpe-muted)}
.bpe-service-details__grid{display:grid;grid-template-columns:330px minmax(0,1fr);gap:78px;align-items:start}
.bpe-service-sidebar{position:sticky;top:136px;padding:30px;border:1px solid var(--bpe-border);border-radius:21px;background:linear-gradient(145deg,#F8FBFF,#fff);box-shadow:0 14px 35px rgba(16,42,67,.07)}
.bpe-service-sidebar h2{margin-top:17px;font-size:2rem}
.bpe-service-sidebar p{color:var(--bpe-muted)}
.bpe-page-content,.bpe-service-content{max-width:820px;font-size:1.02rem}
.bpe-page-content>:first-child{margin-top:0}
.bpe-page-content h2{margin:1.65em 0 .5em;font-size:2.2rem}
.bpe-page-content h3{margin:1.45em 0 .45em;font-size:1.45rem}
.bpe-page-content p,.bpe-page-content li{color:#344356}
.bpe-page-content a:not(.bpe-btn){font-weight:750}
.bpe-page-content ul,.bpe-page-content ol{padding-left:1.3em}
.bpe-page-content blockquote{margin:30px 0;padding:22px 26px;border-left:4px solid var(--bpe-blue);border-radius:0 14px 14px 0;background:var(--bpe-soft-blue)}
.bpe-page-content table{width:100%;border-collapse:collapse;margin:26px 0}
.bpe-page-content th,.bpe-page-content td{padding:12px 14px;border:1px solid var(--bpe-border);text-align:left}
.bpe-page-content th{background:var(--bpe-bg)}
.bpe-page-hero--article{text-align:center}
.bpe-page-hero--article .bpe-lead{margin-inline:auto}
.bpe-article-content{margin-inline:auto}

/* Forms */
.bpe-quote-wrap{padding:68px 0 96px;background:var(--bpe-bg)}
.bpe-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:980px;padding:34px;background:#fff;border:1px solid var(--bpe-border);border-radius:22px;box-shadow:var(--bpe-shadow)}
.bpe-form__full{grid-column:1/-1}
.bpe-form label{display:block;margin-bottom:7px;color:var(--bpe-navy);font-weight:750}
.bpe-form input,.bpe-form select,.bpe-form textarea{width:100%;min-height:54px;padding:12px 15px;border:1px solid #C8D5DE;border-radius:11px;background:#fff;font:inherit;transition:.2s ease}
.bpe-form textarea{min-height:155px}
.bpe-form input:focus,.bpe-form select:focus,.bpe-form textarea:focus{outline:0;border-color:var(--bpe-blue);box-shadow:0 0 0 3px rgba(22,119,255,.10)}
.bpe-form__consent{display:flex;gap:10px;align-items:flex-start}
.bpe-form__consent input{width:auto;min-height:0;margin-top:5px}
.bpe-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.bpe-notice{padding:16px 18px;border:1px solid #B9EAE3;background:#EAFBF8;border-radius:12px;margin:0 0 24px;color:#075F59}
.bpe-alert{padding:16px 18px;border:1px solid #F8D8B8;background:#FFF7ED;border-radius:12px;margin:0 0 24px;color:#76431B}

/* Prefooter + footer */
.bpe-prefooter{padding:64px 0 0;background:#fff}
.bpe-prefooter__inner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:38px 42px;border:1px solid #CDE5E1;border-radius:24px;background:linear-gradient(120deg,#EAFBF8,#F7FBFF)}
.bpe-prefooter h2{margin:14px 0 8px;font-size:2.4rem}
.bpe-prefooter p{margin:0;color:var(--bpe-muted)}
.bpe-footer{margin-top:64px;background:var(--bpe-navy);color:#C9D8E4}
.bpe-footer__main{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:54px;padding:62px 0 44px}
.bpe-footer__brand p{max-width:360px;margin-top:18px}
.bpe-footer h3{color:#fff;font-size:1rem}
.bpe-footer p{color:#C9D8E4}
.bpe-footer ul{list-style:none;margin:0;padding:0}
.bpe-footer li{margin:8px 0}
.bpe-footer a{color:#D7E3EC;font-size:.9rem}
.bpe-footer a:hover{color:#fff}
.bpe-footer .bpe-brand__name{color:#fff}
.bpe-footer .bpe-brand__tag{color:#AEBFCD}
.bpe-footer__contact{margin:13px 0 0}
.bpe-footer__bottom{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-top:1px solid rgba(255,255,255,.12);font-size:.82rem}

/* WordPress content */
.alignwide{max-width:1120px;margin-left:auto;margin-right:auto}
.alignfull{width:100vw;max-width:none;margin-left:calc(50% - 50vw)}
.wp-block-image img{border-radius:16px}
.wp-caption-text{color:var(--bpe-muted);font-size:.86rem}

/* Responsive */
@media(max-width:1320px){
  .bpe-header .bpe-container,.bpe-topbar .bpe-container{width:min(calc(100% - 40px),1280px)}
  .bpe-header__inner{gap:22px}
  .bpe-nav{gap:14px}
  .bpe-nav__plain,.bpe-mega>summary{font-size:.79rem}
  .bpe-header__brand{min-width:215px}
  .bpe-header__actions .bpe-btn{min-width:120px;padding-inline:15px}
}
@media(max-width:1100px){
  .bpe-header__inner{grid-template-columns:1fr auto}
  .bpe-header__actions .bpe-btn{display:none}
  .bpe-menu-toggle{display:block}
  .bpe-nav{position:fixed;inset:117px 0 auto;display:block;max-height:calc(100vh - 117px);overflow:auto;padding:14px 20px 28px;background:#fff;border-bottom:1px solid var(--bpe-border);box-shadow:0 14px 30px rgba(16,42,67,.10);transform:translateY(-145%);opacity:0;pointer-events:none;transition:.25s ease}
  .admin-bar .bpe-nav{inset:149px 0 auto}
  .bpe-nav.is-open{transform:none;opacity:1;pointer-events:auto}
  .bpe-nav__plain{display:block;padding:14px 4px;border-bottom:1px solid var(--bpe-border);font-size:.95rem}
  .bpe-mega{border-bottom:1px solid var(--bpe-border)}
  .bpe-mega>summary{padding:14px 4px;font-size:.95rem;justify-content:space-between}
  .bpe-mega__panel,.bpe-mega--wide .bpe-mega__panel,.bpe-mega--compact .bpe-mega__panel{position:static;transform:none;width:100%;max-height:none;overflow:visible;border:0;border-radius:0;box-shadow:none;padding:0 0 12px}
  .bpe-mega__grid,.bpe-mega--wide .bpe-mega__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bpe-mega--compact .bpe-mega__grid{grid-template-columns:1fr}
  .bpe-hero__inner{grid-template-columns:1fr;min-height:auto}
  .bpe-pack-scene{max-width:650px;width:100%;margin-inline:auto}
  .bpe-grid--4{grid-template-columns:repeat(2,1fr)}
  .bpe-feature-strip{grid-template-columns:repeat(2,1fr)}
  .bpe-feature:nth-child(2){border-right:0}
  .bpe-feature:nth-child(-n+2){border-bottom:1px solid var(--bpe-border)}
  .bpe-split{grid-template-columns:1fr;gap:40px}
  .bpe-split__copy{position:static}
  .bpe-brand-system{grid-template-columns:repeat(3,1fr)}
  .bpe-process-line{grid-template-columns:repeat(2,1fr);row-gap:30px}
  .bpe-process-line li:nth-child(2):after{display:none}
  .bpe-faq-layout{grid-template-columns:1fr;gap:36px}
  .bpe-page-hero__grid{grid-template-columns:1fr;gap:28px}
  .bpe-service-visual{max-width:620px;width:100%;margin-inline:auto}
  .bpe-service-details__grid{grid-template-columns:1fr;gap:42px}
  .bpe-service-sidebar{position:static}
  .bpe-footer__main{grid-template-columns:1.4fr 1fr 1fr}
  .bpe-footer__main>:last-child{grid-column:1/-1}
}
@media(max-width:720px){
  .admin-bar .bpe-header{top:46px}
  .bpe-container{width:min(calc(100% - 28px),var(--bpe-container))}
  .bpe-header .bpe-container,.bpe-topbar .bpe-container{width:min(calc(100% - 28px),100%)}
  .bpe-topbar__inner{justify-content:center;text-align:center}
  .bpe-topbar__meta{display:none}
  .bpe-header__inner{min-height:72px;gap:12px}
  .bpe-brand__name{font-size:1.08rem}
  .bpe-brand__tag{font-size:.57rem}
  .bpe-nav{inset:107px 0 auto}
  .admin-bar .bpe-nav{inset:153px 0 auto}
  .bpe-mega__grid,.bpe-mega--wide .bpe-mega__grid{grid-template-columns:1fr}
  .bpe-hero__inner{padding:50px 0 42px;gap:24px}
  .bpe-hero h1{font-size:3.2rem}
  .bpe-hero__buttons{flex-direction:column;align-items:stretch}
  .bpe-hero__points{gap:12px}
  .bpe-pack-scene{min-height:345px;transform:scale(.86);transform-origin:top center;margin-bottom:-42px}
  .bpe-section{padding:66px 0}
  .bpe-section--compact{padding:38px 0}
  .bpe-section-head{display:block}
  .bpe-section-link{display:inline-block;margin-top:12px}
  .bpe-grid--2,.bpe-grid--3,.bpe-grid--4{grid-template-columns:1fr}
  .bpe-feature-strip{grid-template-columns:1fr}
  .bpe-feature{border-right:0;border-bottom:1px solid var(--bpe-border)}
  .bpe-feature:last-child{border-bottom:0}
  .bpe-brand-system{grid-template-columns:1fr}
  .bpe-process-line{grid-template-columns:1fr}
  .bpe-process-line li:after{display:none}
  .bpe-cta,.bpe-inline-cta{grid-template-columns:1fr;padding:30px}
  .bpe-page-hero{padding:44px 0 50px}
  .bpe-page-hero__grid{min-height:0}
  .bpe-page-hero h1{font-size:3rem}
  .bpe-page-hero__actions{align-items:stretch;flex-direction:column}
  .bpe-service-visual{min-height:330px;transform:scale(.9);transform-origin:center top;margin-bottom:-24px}
  .bpe-page-valuebar__grid{grid-template-columns:1fr}
  .bpe-page-valuebar__grid>div{border-right:0;border-bottom:1px solid var(--bpe-border);padding-inline:0}
  .bpe-page-valuebar__grid>div:last-child{border-bottom:0}
  .bpe-form{grid-template-columns:1fr;padding:22px}
  .bpe-form__full{grid-column:auto}
  .bpe-prefooter__inner{align-items:flex-start;flex-direction:column;padding:30px}
  .bpe-footer{margin-top:52px}
  .bpe-footer__main{grid-template-columns:1fr 1fr;gap:34px 24px}
  .bpe-footer__brand{grid-column:1/-1}
  .bpe-footer__main>:last-child{grid-column:auto}
  .bpe-footer__bottom{flex-direction:column}
}
@media(max-width:480px){
  .bpe-footer__main{grid-template-columns:1fr}
  .bpe-footer__brand{grid-column:auto}
  .bpe-pack-scene{min-height:315px;transform:scale(.75);margin:0 -50px -60px;width:calc(100% + 100px)}
}

/* =========================================================
   v3 Editorial UX refresh — clean, spacious, motion-aware
   ========================================================= */
:root{
  --bpe-editorial-ink:#0B1F33;
  --bpe-editorial-dark:#0B2238;
  --bpe-editorial-soft:#F5F8FB;
  --bpe-editorial-line:#D8E3EA;
  --bpe-editorial-max:1440px;
}
body{background:#fff;color:#172033}
main{overflow:clip}
.bpe-container{width:min(calc(100% - 56px),var(--bpe-editorial-max));margin-inline:auto}
.bpe-btn--pill{border-radius:999px;padding-inline:24px}
.bpe-kicker{display:inline-flex;align-items:center;gap:10px;color:#436078;font:800 .75rem/1 "Manrope",sans-serif;letter-spacing:.12em;text-transform:uppercase}
.bpe-kicker:before{content:"";width:26px;height:1px;background:currentColor;opacity:.55}
.bpe-kicker--light{color:#A8C6DA}
.bpe-text-link--arrow{gap:12px;font-size:.94rem}

/* Header */
.bpe-header--editorial{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.9);backdrop-filter:blur(20px);border-bottom:1px solid rgba(216,227,234,.78)}
.admin-bar .bpe-header--editorial{top:32px}
.bpe-header--editorial .bpe-header__inner{min-height:86px;grid-template-columns:auto minmax(0,1fr) auto;gap:36px}
.bpe-header--editorial .bpe-header__brand{min-width:220px}
.bpe-header--editorial .bpe-nav{gap:24px}
.bpe-header--editorial .bpe-nav__plain,.bpe-header--editorial .bpe-mega>summary{font-size:.82rem;letter-spacing:0}
.bpe-header--editorial .bpe-mega__panel{top:calc(100% + 28px);border-radius:24px;padding:22px;box-shadow:0 30px 80px rgba(11,31,51,.14)}
.bpe-header--editorial .bpe-mega__grid a{padding:13px 14px;border-radius:14px}

/* Hero */
.bpe-hero--editorial{background:#fff;border:0}
.bpe-hero--editorial:before,.bpe-hero--editorial:after{display:none}
.bpe-hero__editorial-grid{min-height:calc(100vh - 86px);display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:center;gap:70px;padding:72px 0 46px}
.bpe-hero--editorial h1{max-width:900px;margin:20px 0 28px;color:var(--bpe-editorial-ink);font-size:6rem;line-height:.95;letter-spacing:0;font-weight:800}
.bpe-hero--editorial h1 span{display:block;color:var(--bpe-blue)}
.bpe-hero__intro{max-width:720px;color:#516477;font-size:1.16rem;line-height:1.65}
.bpe-hero--editorial .bpe-hero__buttons{margin-top:34px;align-items:center}
.bpe-hero__microcopy{margin-top:18px;color:#6B7D8C;font-size:.92rem}
.bpe-hero__visual{margin:0;position:relative}
.bpe-hero__visual img{display:block;width:100%;height:auto;filter:saturate(.94)}
.bpe-hero__visual figcaption{position:absolute;right:8%;bottom:3%;max-width:220px;padding:10px 14px;border:1px solid var(--bpe-editorial-line);border-radius:999px;background:rgba(255,255,255,.9);color:#6A7A89;font-size:.68rem;line-height:1.4}
.bpe-hero__proofline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--bpe-editorial-line);border-bottom:1px solid var(--bpe-editorial-line)}
.bpe-hero__proofline span{padding:22px 18px;text-align:center;color:#536576;font:700 .78rem/1.2 "Manrope",sans-serif;text-transform:uppercase;letter-spacing:.08em;border-right:1px solid var(--bpe-editorial-line)}
.bpe-hero__proofline span:last-child{border-right:0}

.bpe-trust-band{background:#0B2238;color:#D7E5EE}
.bpe-trust-band__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-left:1px solid rgba(255,255,255,.12)}
.bpe-trust-band__grid>div{min-height:170px;padding:30px;border-right:1px solid rgba(255,255,255,.12)}
.bpe-trust-band strong{display:block;margin-bottom:12px;color:#fff;font:800 1.18rem/1.25 "Manrope",sans-serif}
.bpe-trust-band span{display:block;color:#AFC2D0;font-size:.96rem;line-height:1.65}

/* Editorial statement */
.bpe-statement{padding:130px 0;background:#fff}
.bpe-statement p{max-width:1180px;margin:0;color:var(--bpe-editorial-ink);font-family:"Manrope",sans-serif;font-size:4.7rem;font-weight:700;line-height:1.05;letter-spacing:0}
.bpe-statement strong{color:var(--bpe-blue);font-weight:800}

/* Editorial link index */
.bpe-editorial-section{padding:126px 0}
.bpe-editorial-section--soft{background:var(--bpe-editorial-soft)}
.bpe-editorial-section--dark{background:var(--bpe-editorial-dark);color:#DCE8F0}
.bpe-editorial-section--dark h2,.bpe-editorial-section--dark h3{color:#fff}
.bpe-editorial-intro{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:42px;align-items:start;margin-bottom:58px}
.bpe-editorial-intro .bpe-kicker{grid-column:1/-1}
.bpe-editorial-intro h2{margin:0;max-width:720px;font-size:4.6rem;line-height:1;letter-spacing:0}
.bpe-editorial-intro p{max-width:650px;margin:4px 0 0;color:#5B6D7D;font-size:1.08rem;line-height:1.75}
.bpe-editorial-section--dark .bpe-editorial-intro p{color:#AFC2D0}
.bpe-editorial-links{border-top:1px solid var(--bpe-editorial-line)}
.bpe-editorial-link{display:grid;grid-template-columns:1.05fr 1.4fr auto;align-items:center;gap:34px;min-height:130px;padding:28px 2px;border-bottom:1px solid var(--bpe-editorial-line);color:var(--bpe-editorial-ink)}
.bpe-editorial-link span{font:800 2.2rem/1 "Manrope",sans-serif;letter-spacing:0}
.bpe-editorial-link small{color:#66798A;font-size:.98rem;line-height:1.6}
.bpe-editorial-link i{display:grid;place-items:center;width:52px;height:52px;border:1px solid var(--bpe-editorial-line);border-radius:50%;font-size:1.25rem;font-style:normal;transition:transform .25s ease,background .25s ease,color .25s ease}
.bpe-editorial-link:hover{color:var(--bpe-editorial-ink)}
.bpe-editorial-link:hover i{transform:rotate(12deg);background:var(--bpe-blue);color:#fff;border-color:var(--bpe-blue)}

.bpe-portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.bpe-portfolio-card{overflow:hidden;border:1px solid var(--bpe-editorial-line);border-radius:26px;background:#fff;box-shadow:0 12px 34px rgba(11,31,51,.055);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.bpe-portfolio-card:hover{transform:translateY(-5px);box-shadow:0 22px 60px rgba(11,31,51,.11);border-color:#C5D6E1}
.bpe-portfolio-art{position:relative;min-height:250px;overflow:hidden;background:linear-gradient(145deg,#EDF5FB,#fff)}
.bpe-portfolio-art:before,.bpe-portfolio-art:after,.bpe-portfolio-art span:before,.bpe-portfolio-art span:after{content:"";position:absolute;display:block}
.bpe-portfolio-art:before{width:46%;height:58%;left:16%;bottom:13%;border-radius:16px;background:linear-gradient(145deg,#173A59,#0D2237);box-shadow:0 22px 42px rgba(11,31,51,.18);transform:rotate(-5deg)}
.bpe-portfolio-art:after{width:38%;height:46%;right:14%;bottom:16%;border-radius:14px;background:linear-gradient(145deg,#D6A36A,#B97F44);box-shadow:0 20px 36px rgba(11,31,51,.14);transform:rotate(5deg)}
.bpe-portfolio-art span:before{width:84px;height:84px;left:11%;top:15%;border-radius:50%;background:radial-gradient(circle,#fff 0 28%,#14B8A6 29% 62%,#BEEBE4 63%);opacity:.88}
.bpe-portfolio-art span:after{width:38%;height:12px;right:13%;top:18%;border-radius:99px;background:rgba(22,119,255,.18)}
.bpe-portfolio-art--cosmetic{background:linear-gradient(145deg,#F8EFF3,#fff)}
.bpe-portfolio-art--mailer{background:linear-gradient(145deg,#EEF6FF,#fff)}
.bpe-portfolio-art--food{background:linear-gradient(145deg,#FFF7ED,#fff)}
.bpe-portfolio-art--apparel{background:linear-gradient(145deg,#ECFDF8,#fff)}
.bpe-portfolio-art--retail{background:linear-gradient(145deg,#F5F8FB,#fff)}
.bpe-portfolio-art--print{background:linear-gradient(145deg,#EFF6FF,#F8FAFC)}
.bpe-portfolio-card__body{padding:24px}
.bpe-portfolio-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.bpe-portfolio-card__meta span{padding:7px 10px;border-radius:999px;background:#F0F6FA;color:#476276;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.bpe-portfolio-card h3{margin-bottom:10px}
.bpe-portfolio-card p{color:#607283;font-size:.96rem;line-height:1.65}
.bpe-portfolio-card a{font-weight:800;color:var(--bpe-editorial-ink)}

/* Large showcases */
.bpe-showcase{padding:110px 0}
.bpe-showcase--navy{background:#0E2B44;color:#D8E6EF}
.bpe-showcase--navy h2{color:#fff}
.bpe-showcase--light{background:#F4F8FB}
.bpe-showcase--white{background:#fff}
.bpe-showcase__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:78px;align-items:center}
.bpe-showcase__grid--reverse{grid-template-columns:.95fr 1.05fr}
.bpe-showcase__visual{border-radius:38px;overflow:hidden;background:rgba(255,255,255,.6);min-height:520px;display:grid;place-items:center}
.bpe-showcase--navy .bpe-showcase__visual{background:rgba(255,255,255,.055)}
.bpe-showcase__visual img{width:100%;height:100%;object-fit:cover;display:block}
.bpe-showcase__copy h2{margin:20px 0 24px;max-width:720px;font-size:4.5rem;line-height:1;letter-spacing:0}
.bpe-showcase__copy p{max-width:640px;color:#5D7080;font-size:1.08rem;line-height:1.8}
.bpe-showcase--navy .bpe-showcase__copy p{color:#B6C8D4}
.bpe-inline-links{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:30px}
.bpe-inline-links a{font-weight:800}
.bpe-showcase--navy .bpe-inline-links a{color:#fff}

.bpe-market-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.bpe-market-grid article{padding:30px;border:1px solid var(--bpe-editorial-line);border-radius:24px;background:#fff}
.bpe-market-grid span{display:inline-flex;margin-bottom:22px;padding:8px 11px;border-radius:999px;background:var(--bpe-soft-blue);color:var(--bpe-blue);font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.bpe-market-grid h3{font-size:1.35rem}
.bpe-market-grid p{margin:0;color:#5E7283}

/* Specification list */
.bpe-editorial-split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:90px;align-items:start}
.bpe-editorial-split .bpe-editorial-intro{display:block;margin:0}
.bpe-editorial-split .bpe-editorial-intro .bpe-kicker{display:inline-flex}
.bpe-editorial-split .bpe-editorial-intro h2{margin-top:18px}
.bpe-spec-list{border-top:1px solid var(--bpe-editorial-line)}
.bpe-spec-list>div{display:grid;grid-template-columns:58px 1fr;gap:18px;padding:26px 0;border-bottom:1px solid var(--bpe-editorial-line)}
.bpe-spec-list span{color:var(--bpe-blue);font:800 .78rem/1 "Manrope",sans-serif}
.bpe-spec-list p{margin:0;color:#5C6E7E}
.bpe-spec-list strong{color:var(--bpe-editorial-ink);font-family:"Manrope",sans-serif;font-size:1.12rem}

/* Process */
.bpe-process-editorial{margin:0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.16)}
.bpe-process-editorial li{display:grid;grid-template-columns:120px 1fr;gap:38px;padding:38px 0;border-bottom:1px solid rgba(255,255,255,.16)}
.bpe-process-editorial>li>span{color:#68D8C9;font:800 3.6rem/1 "Manrope",sans-serif;letter-spacing:0}
.bpe-process-editorial h3{margin:0 0 10px;font-size:2.1rem}
.bpe-process-editorial p{max-width:680px;margin:0;color:#AFC2D0;font-size:1rem}

/* FAQ */
.bpe-faq-editorial{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}
.bpe-faq-editorial .bpe-editorial-intro{display:block;margin:0;position:sticky;top:130px}
.bpe-faq-editorial .bpe-editorial-intro .bpe-kicker{display:inline-flex}
.bpe-faq-editorial .bpe-editorial-intro h2{margin-top:18px}
.bpe-faq--editorial details{border:0;border-bottom:1px solid var(--bpe-editorial-line);border-radius:0;background:transparent;padding:0}
.bpe-faq--editorial details:first-child{border-top:1px solid var(--bpe-editorial-line)}
.bpe-faq--editorial summary{padding:28px 0;font-family:"Manrope",sans-serif;font-size:1.15rem;font-weight:800}
.bpe-faq--editorial details p{padding:0 0 28px;color:#607283}

/* Quote stage */
.bpe-quote-stage{padding:120px 0;background:#0B2238;color:#DCE8F0}
.bpe-quote-stage__grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:76px;align-items:start}
.bpe-quote-stage__intro{position:sticky;top:128px}
.bpe-quote-stage__intro h2{margin:20px 0 24px;color:#fff;font-size:4.5rem;line-height:1;letter-spacing:0}
.bpe-quote-stage__intro p{color:#AEC0CD;font-size:1.06rem;line-height:1.75}
.bpe-quote-stage__form{padding:34px;border:1px solid rgba(255,255,255,.12);border-radius:30px;background:#fff;color:var(--bpe-text)}
.bpe-quote-stage__form .bpe-form{margin:0}

/* Forms — keep existing fields, upgrade presentation */
.bpe-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px}
.bpe-form label{display:block;margin-bottom:8px;color:#32495D;font-size:.76rem;font-weight:800;letter-spacing:.02em}
.bpe-form input,.bpe-form select,.bpe-form textarea{width:100%;min-height:54px;padding:14px 15px;border:1px solid #D4E1E8;border-radius:14px;background:#F9FBFC;color:var(--bpe-text);outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.bpe-form textarea{min-height:150px;resize:vertical}
.bpe-form input:focus,.bpe-form select:focus,.bpe-form textarea:focus{border-color:var(--bpe-blue);background:#fff;box-shadow:0 0 0 4px rgba(22,119,255,.1)}
.bpe-form__full{grid-column:1/-1}
.bpe-form__consent{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}
.bpe-form__consent input{width:18px;min-height:18px;margin-top:3px}
.bpe-form__consent label{font-weight:500;line-height:1.55}
.bpe-hp{position:absolute!important;left:-9999px!important}

/* Inner pages */
.bpe-page-hero--editorial{padding:110px 0 82px;background:#fff}
.bpe-page-hero--editorial .bpe-page-hero__grid{grid-template-columns:1.04fr .96fr;gap:78px;align-items:center}
.bpe-page-hero--editorial h1{margin:18px 0 24px;font-size:5.4rem;line-height:.98;letter-spacing:0}
.bpe-page-hero__art{margin:0;border-radius:34px;background:#F5F8FB;overflow:hidden}
.bpe-page-hero__art img{display:block;width:100%;height:auto}
.bpe-section--editorial-content{padding:110px 0}
.bpe-service-details__grid{grid-template-columns:minmax(280px,.62fr) minmax(0,1.38fr);gap:80px}
.bpe-service-sidebar--sticky{position:sticky;top:128px;align-self:start}
.bpe-service-sidebar--sticky h2{margin-top:18px;font-size:2.7rem}
.bpe-prose{font-size:1.04rem;line-height:1.82}
.bpe-prose h2{margin-top:2.2em;font-size:3.6rem;line-height:1;letter-spacing:0}
.bpe-prose h3{margin-top:1.9em;font-size:1.7rem}
.bpe-prose p{max-width:820px;color:#526677}
.bpe-prose a{font-weight:750;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.bpe-page-end{padding:80px 0 110px}
.bpe-page-end__inner{padding-top:38px;border-top:1px solid var(--bpe-editorial-line)}
.bpe-page-end__inner p{margin:0 0 10px;color:#667A8A}
.bpe-page-end__inner a{color:var(--bpe-editorial-ink);font:800 3.7rem/1.02 "Manrope",sans-serif;letter-spacing:0}
.bpe-page-end__inner a:hover{color:var(--bpe-blue)}

/* Footer */
.bpe-footer--editorial{background:#071A2B;color:#AFC1CE}
.bpe-footer__headline{padding:100px 0 76px;border-bottom:1px solid rgba(255,255,255,.12)}
.bpe-footer__headline p{margin:0 0 16px;color:#9FB5C4;font-size:.9rem}
.bpe-footer__headline a{display:inline-block;max-width:1050px;color:#fff;font:800 5.6rem/.98 "Manrope",sans-serif;letter-spacing:0}
.bpe-footer__headline a:hover{color:#74DCCE}
.bpe-footer--editorial .bpe-footer__main{padding-top:68px}
.bpe-footer--editorial .bpe-brand__name{color:#fff}
.bpe-footer--editorial .bpe-brand__tag{color:#8EA9BA}

.bpe-sticky-quote{position:fixed;left:50%;bottom:18px;z-index:990;display:none;grid-template-columns:1fr 1fr;gap:8px;width:min(calc(100% - 28px),460px);padding:8px;border:1px solid rgba(216,227,234,.75);border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 18px 48px rgba(11,31,51,.16);backdrop-filter:blur(16px);transform:translateX(-50%)}
.bpe-sticky-quote a{display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;font:800 .84rem/1 "Manrope",sans-serif}
.bpe-sticky-quote a:first-child{background:var(--bpe-blue);color:#fff}
.bpe-sticky-quote a:last-child{color:var(--bpe-editorial-ink)}

/* Motion: content remains present/crawlable, only enhanced visually when JS is active */
.bpe-js .bpe-reveal{opacity:0;transform:translateY(28px);transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1)}
.bpe-js .bpe-reveal.is-visible{opacity:1;transform:none}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.bpe-js .bpe-reveal{opacity:1!important;transform:none!important;transition:none!important}.bpe-editorial-link i,.bpe-btn{transition:none!important}}

@media (max-width:1180px){
  .bpe-header--editorial .bpe-nav{gap:15px}
  .bpe-header--editorial .bpe-nav__plain,.bpe-header--editorial .bpe-mega>summary{font-size:.76rem}
  .bpe-hero__editorial-grid{grid-template-columns:1fr 1fr;gap:40px}
  .bpe-showcase__grid,.bpe-editorial-split,.bpe-faq-editorial,.bpe-quote-stage__grid{gap:54px}
}

@media (max-width:980px){
  .bpe-container{width:min(calc(100% - 36px),var(--bpe-editorial-max))}
  .bpe-header--editorial .bpe-header__inner{min-height:74px;display:grid;grid-template-columns:1fr auto;gap:16px}
  .bpe-header--editorial .bpe-nav{position:fixed;inset:74px 0 auto 0;display:none;max-height:calc(100vh - 74px);overflow:auto;padding:22px 18px 36px;background:#fff;border-bottom:1px solid var(--bpe-editorial-line);flex-direction:column;align-items:stretch}
  .admin-bar .bpe-header--editorial .bpe-nav{top:106px}
  .bpe-header--editorial .bpe-nav.is-open{display:flex}
  .bpe-header--editorial .bpe-nav__plain,.bpe-header--editorial .bpe-mega>summary{font-size:1.05rem;padding:13px 4px}
  .bpe-header__actions{grid-column:2;grid-row:1}
  .bpe-header__actions>.bpe-btn{display:none}
  .bpe-menu-toggle{display:block}
  .bpe-mega{width:100%}
  .bpe-mega__panel,.bpe-mega--wide .bpe-mega__panel,.bpe-mega--compact .bpe-mega__panel{position:static;transform:none;width:100%;max-height:none;margin-top:4px;box-shadow:none;border-radius:16px}
  .bpe-mega--wide .bpe-mega__grid,.bpe-mega__grid{grid-template-columns:1fr 1fr}
  .bpe-hero__editorial-grid{min-height:auto;grid-template-columns:1fr;padding:84px 0 42px}
  .bpe-hero--editorial h1{font-size:4.8rem}
  .bpe-hero__visual{max-width:760px;margin-inline:auto}
  .bpe-editorial-intro,.bpe-editorial-split,.bpe-faq-editorial,.bpe-quote-stage__grid,.bpe-showcase__grid,.bpe-showcase__grid--reverse,.bpe-page-hero--editorial .bpe-page-hero__grid,.bpe-service-details__grid,.bpe-trust-band__grid,.bpe-portfolio-grid,.bpe-market-grid{grid-template-columns:1fr}
  .bpe-trust-band__grid,.bpe-trust-band__grid>div{border:0}
  .bpe-trust-band__grid>div{border-bottom:1px solid rgba(255,255,255,.12)}
  .bpe-editorial-intro{gap:22px}
  .bpe-showcase__grid--reverse .bpe-showcase__visual{order:-1}
  .bpe-faq-editorial .bpe-editorial-intro,.bpe-quote-stage__intro,.bpe-service-sidebar--sticky{position:static}
  .bpe-page-hero__art{max-width:760px}
}

@media (max-width:680px){
  .bpe-container{width:min(calc(100% - 28px),var(--bpe-editorial-max))}
  .bpe-brand__tag{display:none}
  .bpe-brand__name{font-size:1.08rem}
  .bpe-hero__editorial-grid{padding-top:58px}
  .bpe-hero--editorial h1{font-size:3.4rem}
  .bpe-hero__proofline{grid-template-columns:1fr 1fr}
  .bpe-hero__proofline span:nth-child(2){border-right:0}
  .bpe-hero__proofline span:nth-child(-n+2){border-bottom:1px solid var(--bpe-editorial-line)}
  .bpe-statement,.bpe-editorial-section{padding:86px 0}
  .bpe-statement p{font-size:3rem}
  .bpe-editorial-link{grid-template-columns:1fr auto;gap:12px;min-height:112px}
  .bpe-editorial-link small{grid-column:1/-1;grid-row:2}
  .bpe-editorial-link i{grid-column:2;grid-row:1}
  .bpe-showcase{padding:80px 0}
  .bpe-showcase__visual{min-height:340px;border-radius:26px}
  .bpe-showcase__copy h2,.bpe-editorial-intro h2,.bpe-quote-stage__intro h2{font-size:3.15rem}
  .bpe-process-editorial li{grid-template-columns:64px 1fr;gap:18px;padding:28px 0}
  .bpe-process-editorial>li>span{font-size:2rem}
  .bpe-quote-stage{padding:86px 0}
  .bpe-quote-stage__form{padding:20px;border-radius:22px}
  .bpe-form{grid-template-columns:1fr}
  .bpe-form__full{grid-column:auto}
  .bpe-page-hero--editorial{padding:72px 0 50px}
  .bpe-page-hero--editorial h1{font-size:3.25rem}
  .bpe-page-valuebar__grid{grid-template-columns:1fr}
  .bpe-page-end__inner a{font-size:3rem}
  .bpe-footer__headline{padding:78px 0 58px}
  .bpe-footer__headline a{font-size:3.4rem}
  .bpe-mega--wide .bpe-mega__grid,.bpe-mega__grid{grid-template-columns:1fr}
  .bpe-sticky-quote{display:grid}
  .bpe-footer--editorial{padding-bottom:92px}
}
