
:root{
  --bev-dark:var(--e-global-color-primary,#1B1D20);
  --bev-text:var(--e-global-color-text,#30343A);
  --bev-line:#D8DADD;
  --bev-soft:#F2F3F4;
  --bev-accent:var(--e-global-color-accent,#60656D);
  --bev-silver:#9298A0;
  --bev-white:#fff;
  --bev-radius:16px;
  --bev-shadow:0 20px 55px rgba(27,29,32,.10);
}
.bev-grid{display:grid;gap:24px}
.bev-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.bev-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.bev-application-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.bev-card{overflow:hidden;border:1px solid var(--bev-line);border-radius:var(--bev-radius);background:#fff;color:var(--bev-dark);text-decoration:none;box-shadow:0 0 0 rgba(0,0,0,0);transition:.25s ease}
.bev-card:hover{transform:translateY(-4px);box-shadow:var(--bev-shadow)}
.bev-card__media{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--bev-soft)}
.bev-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.bev-card:hover .bev-card__media img{transform:scale(1.025)}
.bev-product-card__media{aspect-ratio:1/1}
.bev-product-card__media img{object-fit:contain;padding:18px}
.bev-card__body{display:flex;min-height:190px;flex-direction:column;justify-content:space-between;gap:22px;padding:24px}
.bev-card h3,.bev-card h3 a{margin:0;color:var(--bev-dark);font-size:21px;line-height:1.25;text-decoration:none}
.bev-card p{margin:10px 0 0;color:var(--bev-text);line-height:1.6}
.bev-link{color:var(--bev-dark);font-size:13px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}
.bev-eyebrow{margin:0 0 10px;color:var(--bev-accent);font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.bev-mini-specs{display:grid;gap:8px;margin:16px 0 0;padding:0;list-style:none}
.bev-mini-specs li{display:flex;justify-content:space-between;gap:16px;color:var(--bev-text);font-size:12px}
.bev-mini-specs strong{color:var(--bev-dark);font-weight:600;text-align:right}
.bev-application-card{position:relative;min-height:430px;overflow:hidden;border-radius:var(--bev-radius);color:#fff;text-decoration:none}
.bev-application-card__media,.bev-application-card__media img,.bev-application-card__overlay{position:absolute;inset:0;width:100%;height:100%}
.bev-application-card__media img{object-fit:cover;transition:transform .4s ease}
.bev-application-card__overlay{background:linear-gradient(180deg,rgba(17,24,39,.05),rgba(17,24,39,.82))}
.bev-application-card__body{position:absolute;right:0;bottom:0;left:0;z-index:2;padding:30px}
.bev-application-card h3{margin:0;font-size:28px;line-height:1.1}
.bev-application-card p{margin:12px 0 18px;max-width:34em;color:rgba(255,255,255,.82);line-height:1.55}
.bev-application-card span{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.bev-application-card:hover .bev-application-card__media img{transform:scale(1.035)}
.bev-image-slot,.bev-empty{display:grid;min-height:180px;place-items:center;padding:28px;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc;color:#64748b;text-align:center}
.bev-inquiry-form{width:100%}
.bev-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important}
.bev-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.bev-form-grid label{display:grid;gap:8px;color:var(--bev-dark);font-size:12px;font-weight:700}
.bev-form-grid input,.bev-form-grid textarea{width:100%;border:1px solid #d8dee7;border-radius:10px;background:#fff;padding:14px 15px;color:var(--bev-dark);font:inherit;outline:none}
.bev-form-grid input:focus,.bev-form-grid textarea:focus{border-color:var(--bev-accent);box-shadow:0 0 0 3px rgba(96,101,109,.12)}
.bev-form-full{grid-column:1/-1}
.bev-form-actions{display:flex;align-items:center;gap:18px;margin-top:20px}
.bev-form-actions button,.bev-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;border:0;border-radius:10px;background:var(--bev-dark);padding:14px 24px;color:#fff;font-size:13px;font-weight:800;text-decoration:none;cursor:pointer}
.bev-form-actions button[disabled]{opacity:.55;cursor:wait}
.bev-form-status{color:var(--bev-text);font-size:13px;line-height:1.5}
.bev-product-page,.bev-archive{width:min(calc(100% - 48px),1440px);margin:0 auto;color:var(--bev-dark)}
.bev-product-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);gap:clamp(40px,6vw,90px);align-items:center;padding:100px 0 86px}
.bev-product-gallery__main{display:grid;aspect-ratio:1/1;place-items:center;overflow:hidden;border-radius:22px;background:var(--bev-soft)}
.bev-product-gallery__main img{width:100%;height:100%;object-fit:contain}
.bev-product-thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto;padding-bottom:4px}
.bev-product-thumb{width:82px;height:82px;flex:0 0 82px;overflow:hidden;border:1px solid var(--bev-line);border-radius:10px;background:#fff;padding:5px;cursor:pointer}
.bev-product-thumb img{width:100%;height:100%;object-fit:contain}
.bev-product-summary h1{margin:0;font-size:clamp(40px,4.7vw,72px);line-height:1.03;letter-spacing:-.04em}
.bev-product-reference{margin-top:18px;color:var(--bev-text)}
.bev-product-short{margin-top:24px;color:var(--bev-text);font-size:17px;line-height:1.75}
.bev-product-key-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:30px 0;background:var(--bev-line);border:1px solid var(--bev-line)}
.bev-product-key-specs>div{display:grid;gap:8px;background:#fff;padding:18px}
.bev-product-key-specs span{color:var(--bev-text);font-size:11px;text-transform:uppercase;letter-spacing:.09em}
.bev-product-key-specs strong{font-size:16px}
.bev-product-section{padding:82px 0;border-top:1px solid var(--bev-line)}
.bev-section-heading{max-width:760px;margin-bottom:34px}
.bev-section-heading h2,.bev-product-quote h2{margin:0;font-size:clamp(32px,3.5vw,52px);line-height:1.08;letter-spacing:-.03em}
.bev-spec-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--bev-line)}
.bev-spec-row{display:flex;justify-content:space-between;gap:24px;border-bottom:1px solid var(--bev-line);padding:18px 0}
.bev-spec-row:nth-child(odd){padding-right:26px}
.bev-spec-row:nth-child(even){padding-left:26px}
.bev-spec-row span{color:var(--bev-text)}
.bev-prose{max-width:900px;color:var(--bev-text);font-size:17px;line-height:1.85}
.bev-product-quote{display:flex;align-items:center;justify-content:space-between;gap:40px;margin:0 0 80px;border-radius:22px;background:var(--bev-dark);padding:48px;color:#fff}
.bev-product-quote p{margin:14px 0 0;color:rgba(255,255,255,.72)}
.bev-button--light{background:#fff;color:var(--bev-dark)}
.bev-archive{padding:96px 0 80px}
.bev-archive-header{max-width:900px;margin-bottom:48px}
.bev-archive-header h1{margin:0;font-size:clamp(42px,5vw,74px);line-height:1.03;letter-spacing:-.04em}
.bev-archive-header p{margin:20px 0 0;color:var(--bev-text);font-size:17px;line-height:1.7}
.bev-archive .bev-category-grid{margin-bottom:70px}
.bev-pagination{margin-top:48px}
.bev-pagination ul{display:flex;justify-content:center;gap:8px;padding:0;list-style:none}
.bev-pagination a,.bev-pagination span{display:grid;min-width:42px;height:42px;place-items:center;border:1px solid var(--bev-line);border-radius:10px;color:var(--bev-dark);text-decoration:none}
.bev-pagination .current{background:var(--bev-dark);color:#fff}
@media(max-width:1024px){
  .bev-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .bev-category-grid,.bev-application-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bev-product-hero{grid-template-columns:1fr;gap:42px;padding-top:80px}
}
@media(max-width:767px){
  .bev-grid{gap:14px}
  .bev-category-grid,.bev-product-grid,.bev-application-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bev-card__body{min-height:150px;padding:14px}
  .bev-card h3,.bev-card h3 a{font-size:16px}
  .bev-card p{display:none}
  .bev-mini-specs li{display:grid;gap:2px;font-size:10px}
  .bev-mini-specs strong{text-align:left}
  .bev-application-card{min-height:270px}
  .bev-application-card__body{padding:18px}
  .bev-application-card h3{font-size:20px}
  .bev-application-card p{display:none}
  .bev-product-page,.bev-archive{width:min(calc(100% - 28px),1440px)}
  .bev-form-grid{grid-template-columns:1fr}
  .bev-form-full{grid-column:auto}
  .bev-product-key-specs{grid-template-columns:1fr}
  .bev-spec-table{grid-template-columns:1fr}
  .bev-spec-row:nth-child(n){padding-right:0;padding-left:0}
  .bev-product-quote{align-items:flex-start;flex-direction:column;padding:28px}
}

/* v1.2 reusable B2B product storytelling */
.bev-product-platform-note{max-width:620px;margin:18px 0 0;color:var(--bev-text);font-size:12px;line-height:1.65}
.bev-product-config .bev-section-heading p{margin:16px 0 0;color:var(--bev-text);font-size:16px;line-height:1.7}
.bev-config-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.bev-config-grid>div{min-height:200px;border:1px solid var(--bev-line);border-radius:16px;background:#fff;padding:22px}
.bev-config-grid>div>strong{display:block;margin-bottom:30px;color:var(--bev-accent);font-size:12px;letter-spacing:.12em}
.bev-config-grid h3{margin:0 0 10px;font-size:18px}
.bev-config-grid p{margin:0;color:var(--bev-text);font-size:13px;line-height:1.65}
.bev-product-mosaic{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.bev-product-mosaic__item{display:block;overflow:hidden;border:1px solid var(--bev-line);border-radius:16px;background:#fff;color:var(--bev-dark);text-decoration:none}
.bev-product-mosaic__item img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;padding:18px;background:var(--bev-soft)}
.bev-product-mosaic__item span{display:block;padding:13px 16px;font-size:12px;font-weight:700}
@media(max-width:1024px){.bev-config-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.bev-config-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bev-config-grid>div{min-height:160px;padding:16px}.bev-product-mosaic{gap:10px}}


/* v1.3.0: dynamic WooCommerce Hero visual */
.bev-product-visual{position:relative;display:grid;min-height:520px;place-items:center;overflow:hidden;border-radius:24px;background:radial-gradient(circle at 60% 38%,#ffffff 0,#f4f7f5 48%,#e9efec 100%);padding:34px}
.bev-product-visual__image{display:grid;width:100%;height:100%;place-items:center;text-decoration:none}
.bev-product-visual__image img{display:block;width:min(92%,760px);max-height:470px;object-fit:contain;filter:drop-shadow(0 24px 28px rgba(17,24,39,.14));transition:transform .35s ease}
.bev-product-visual:hover .bev-product-visual__image img{transform:translateY(-4px) scale(1.01)}
.bev-product-visual__meta{position:absolute;right:24px;bottom:22px;left:24px;display:grid;gap:3px;border:1px solid rgba(255,255,255,.9);border-radius:13px;background:rgba(255,255,255,.78);padding:13px 16px;box-shadow:0 10px 30px rgba(17,24,39,.08);backdrop-filter:blur(12px)}
.bev-product-visual__meta span{color:var(--bev-accent);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.bev-product-visual__meta strong{color:var(--bev-dark);font-size:15px;line-height:1.25}
.bev-product-visual__meta small{color:var(--bev-text);font-size:11px}
@media(max-width:767px){.bev-product-visual{min-height:340px;padding:18px}.bev-product-visual__image img{width:100%;max-height:300px}.bev-product-visual__meta{right:12px;bottom:12px;left:12px;padding:10px 12px}}

/* v1.4.0 STAR FALCON charcoal / silver system */
.bev-card{border-color:#D8DADD;border-radius:16px}
.bev-card:hover{transform:translateY(-3px)}
.bev-button,.bev-form-actions button{border-radius:8px;background:#1B1D20}
.bev-button:hover,.bev-form-actions button:hover{background:#34383E}
.bev-product-gallery__main,.bev-product-card__media{background:#F6F6F5}
.bev-product-quote{background:linear-gradient(135deg,#17191B,#2D3035)}
.bev-application-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:56px;align-items:center;padding:90px 0 76px}
.bev-application-hero__copy h1{margin:0;font-size:clamp(42px,5vw,76px);line-height:1.02;letter-spacing:-.045em}
.bev-application-hero__copy p{max-width:650px;margin:22px 0 28px;color:var(--bev-text);font-size:17px;line-height:1.75}
.bev-application-hero__image{overflow:hidden;border-radius:18px;background:var(--bev-soft)}
.bev-application-hero__image img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.bev-application-checks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.bev-application-checks>div{border:1px solid var(--bev-line);border-radius:14px;padding:24px;background:#fff}
.bev-application-checks>div>strong{display:block;margin-bottom:30px;color:var(--bev-accent);font-size:12px;letter-spacing:.14em}
.bev-application-checks h3{margin:0 0 10px;font-size:20px}
.bev-application-checks p{margin:0;color:var(--bev-text);line-height:1.65}
.bev-application-families{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.bev-application-family{display:flex;min-height:128px;flex-direction:column;justify-content:space-between;border:1px solid var(--bev-line);border-radius:14px;background:#fff;padding:22px;color:var(--bev-dark);text-decoration:none}
.bev-application-family span{color:var(--bev-text);font-size:11px;text-transform:uppercase;letter-spacing:.1em}
.bev-application-family strong{font-size:18px}
@media(max-width:767px){
  .bev-application-hero{grid-template-columns:1fr;gap:28px;padding:56px 0}
  .bev-application-checks,.bev-application-families{grid-template-columns:1fr}
}
