/* Burgtec Store Home widgets — v1.0.0
   All classes prefixed bst- and scoped under .bst widget roots. */

.bst{
  --bst-paper:#FCFCFA; --bst-paper-2:#F2F3EF; --bst-surface:#FFFFFF;
  --bst-ink:#161915; --bst-ink-2:#3D423B; --bst-mut:#8A8F86;
  --bst-hair:rgba(22,25,21,.11);
  --bst-green:#162A24; --bst-green-2:#1F3A2E; --bst-orange:#DB792E;
  --bst-r:14px; --bst-r-lg:22px; --bst-r-xl:28px; --bst-r-pill:999px;
  --bst-wrap:1180px; --bst-gutter:30px;
  font-family:'Fonetika','Hanken Grotesk',system-ui,-apple-system,sans-serif;
  color:var(--bst-ink);
  -webkit-font-smoothing:antialiased;
  line-height:1.5; font-weight:400;
  background:var(--bst-paper);
}
.bst *{box-sizing:border-box;margin:0;padding:0}
.bst img{display:block;max-width:100%}
.bst a{color:inherit;text-decoration:none}
.bst-wrap{max-width:var(--bst-wrap);margin:0 auto;padding:0 var(--bst-gutter)}
.bst h1,.bst h2,.bst h3{font-weight:300;letter-spacing:-.03em;line-height:1.02}
.bst-display{font-size:clamp(46px,6.6vw,86px);letter-spacing:-.038em;line-height:.98}
.bst-h-lg{font-size:clamp(34px,4.4vw,58px)}
.bst-h-md{font-size:clamp(27px,3vw,40px)}
.bst-h-sm{font-size:clamp(19px,1.5vw,22px);letter-spacing:-.02em}
.bst-label{font-size:11.5px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--bst-mut)}
.bst-lead{font-size:clamp(16.5px,1.4vw,18.5px);line-height:1.72;color:var(--bst-ink-2);font-weight:400}
.bst-accent{color:var(--bst-orange)}

/* CTA links rendered as buttons */
.bst-link{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:500;color:var(--bst-ink);border:1px solid var(--bst-hair);border-radius:var(--bst-r-pill);padding:11px 21px;background:transparent;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s,gap .22s ease}
.bst-link .bst-ar{color:var(--bst-orange);transition:transform .22s ease}
.bst-link:hover{transform:translateY(-2px);background:var(--bst-paper-2);border-color:transparent;gap:14px}
.bst-link:hover .bst-ar{transform:translateX(3px)}
.bst-link.bst-primary{background:var(--bst-green);border-color:var(--bst-green);color:#fff}
.bst-link.bst-primary .bst-ar{color:#fff}
.bst-link.bst-primary:hover{background:var(--bst-green-2);border-color:var(--bst-green-2);box-shadow:0 12px 26px rgba(22,42,36,.22)}
.bst-link.bst-lt{background:var(--bst-orange);border-color:var(--bst-orange);color:#fff}
.bst-link.bst-lt .bst-ar{color:#fff}
.bst-link.bst-lt:hover{background:#c96d27;border-color:#c96d27}

/* header */
.bst-site-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--bst-hair)}
.bst-nav{display:flex;align-items:center;justify-content:space-between;height:76px;max-width:var(--bst-wrap);margin:0 auto;padding:0 var(--bst-gutter)}
.bst-brand{font-size:21px;font-weight:600;letter-spacing:-.02em}
.bst-brand span{color:var(--bst-mut);font-weight:400}
.bst-nav-links{display:flex;gap:30px}
.bst-nav-links a{font-size:14.5px;color:var(--bst-ink-2);transition:color .2s}
.bst-nav-links a:hover{color:var(--bst-ink)}
.bst-nav-right{display:flex;align-items:center;gap:16px}
.bst-search{display:flex;align-items:center;gap:9px;background:var(--bst-paper-2);border-radius:var(--bst-r-pill);padding:10px 16px;color:var(--bst-mut);font-size:14px}
.bst-cart{position:relative;display:inline-flex;align-items:center;gap:8px;background:var(--bst-paper-2);border-radius:var(--bst-r-pill);padding:9px 15px 9px 13px;color:var(--bst-ink)!important;transition:background .2s}
.bst-cart:hover{background:#e9eae5}
.bst-cart .bst-cart-lbl{font-size:14px;font-weight:500}
.bst-cart .bst-badge{background:var(--bst-orange);color:#fff;font-size:11px;font-weight:600;width:19px;height:19px;border-radius:50%;display:grid;place-items:center}
@media(max-width:900px){.bst-nav-links,.bst-search span{display:none}}

/* section rhythm */
.bst-section{padding:108px 0}
.bst-section.bst-tight{padding:84px 0}
.bst-section.bst-pt0{padding-top:0}
.bst-section-head{margin-bottom:44px}
.bst-section-head .bst-label{display:block;margin-bottom:16px}
.bst-section-head.bst-split{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;flex-wrap:wrap}

/* hero */
.bst-hero{padding:78px 0 0}
.bst-hero .bst-label{margin-bottom:26px}
.bst-hero h1{max-width:17ch}
.bst-hero-meta{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;flex-wrap:wrap;margin-top:34px;padding-top:30px;border-top:1px solid var(--bst-hair)}
.bst-hero-meta .bst-lead{max-width:48ch}
.bst-hero-img{margin-top:54px;border-radius:var(--bst-r-xl);overflow:hidden;aspect-ratio:21/9;background:var(--bst-paper-2)}
.bst .bst-hero-img img{width:100%;height:auto;min-height:100%;object-fit:cover;object-position:center}
.bst-hero-trust{margin-top:24px;display:flex;gap:14px;flex-wrap:wrap;font-size:13px;color:var(--bst-mut)}
.bst-hero-trust span{display:inline-flex;align-items:center}
.bst-hero-trust span::before{content:"\2713";color:var(--bst-orange);margin-right:7px;font-weight:700}
.bst-hero-trust span:not(:last-child)::after{content:"";width:4px;height:4px;border-radius:50%;background:var(--bst-hair);margin-left:14px}

/* feature (alternating editorial) */
.bst-feature{display:grid;grid-template-columns:1.12fr .88fr;gap:64px;align-items:center}
.bst-feature.bst-flip .bst-feature-media{order:2}
.bst-feature-media{border-radius:var(--bst-r-xl);overflow:hidden;aspect-ratio:5/4;background:var(--bst-paper-2)}
.bst .bst-feature-media img{width:100%;height:auto;min-height:100%;object-fit:cover;object-position:center;transition:transform .7s ease}
.bst-feature:hover .bst-feature-media img{transform:scale(1.035)}
.bst-feature-body .bst-label{display:block;margin-bottom:18px}
.bst-feature-body h2{margin-bottom:22px}
.bst-feature-body .bst-lead{margin-bottom:30px;max-width:42ch}
.bst-feature-links{display:flex;gap:14px;flex-wrap:wrap}
.bst-feature-price{font-size:22px;color:var(--bst-ink);font-weight:500;letter-spacing:-.01em;margin:2px 0 26px}
.bst-feature-price .bst-pu{font-size:14px;color:var(--bst-mut);font-weight:400;margin-left:7px}

/* gallery (caption beneath) */
.bst-gallery-3{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 28px}
.bst-gallery-4{display:grid;grid-template-columns:repeat(4,1fr);gap:34px 24px}
.bst figure{margin:0}
.bst-gallery-4 figure{display:flex;flex-direction:column}
.bst-ph{border-radius:var(--bst-r-lg);overflow:hidden;aspect-ratio:4/5;background:var(--bst-paper-2)}
.bst-ph.bst-sq{aspect-ratio:1/1}
.bst .bst-ph img{width:100%;height:auto;min-height:100%;object-fit:cover;object-position:center;transition:transform .6s ease}
.bst figure:hover .bst-ph img{transform:scale(1.045)}
.bst figcaption{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:16px 2px 0;border-top:1px solid var(--bst-hair);margin-top:14px}
.bst-cap-name{font-size:16px;font-weight:500;letter-spacing:-.01em}
.bst-cap-price{font-size:14px;color:var(--bst-mut)}
.bst-caplink{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--bst-hair);border-radius:var(--bst-r-pill);padding:7px 14px;font-size:13px;font-weight:500;color:var(--bst-ink);transition:transform .2s,background .2s,border-color .2s,gap .2s}
.bst-caplink:hover{transform:translateY(-2px);background:var(--bst-paper-2);border-color:transparent}
.bst-caplink .bst-ar{color:var(--bst-orange)}
.bst figure:hover .bst-caplink{gap:9px}

/* materials */
.bst-materials{background:var(--bst-paper-2)}
.bst-materials-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.bst-materials-body .bst-label{display:block;margin-bottom:18px}
.bst-materials-body h2{margin-bottom:22px}
.bst-materials-body .bst-lead{margin-bottom:30px;max-width:40ch}
.bst-swatches{display:flex;flex-wrap:wrap;gap:11px;margin-bottom:34px}
.bst-swatches span{width:30px;height:30px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}
.bst-materials-media{border-radius:var(--bst-r-xl);overflow:hidden;aspect-ratio:4/3;background:var(--bst-surface)}
.bst .bst-materials-media img{width:100%;height:auto;min-height:100%;object-fit:cover;object-position:center}

/* in place (project) */
.bst-inplace .bst-frame{position:relative;border-radius:var(--bst-r-xl);overflow:hidden;aspect-ratio:21/9;background:var(--bst-paper-2)}
.bst .bst-inplace .bst-frame img{width:100%;height:auto;min-height:100%;object-fit:cover;object-position:center}
.bst-inplace .bst-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,18,15,0) 45%,rgba(12,18,15,.66) 100%)}
.bst-inplace .bst-cap{position:absolute;left:0;bottom:0;z-index:2;padding:44px;color:#fff;max-width:640px}
.bst-inplace .bst-cap .bst-label{color:rgba(255,255,255,.72);display:block;margin-bottom:14px}
.bst-inplace .bst-cap h2{color:#fff;margin-bottom:22px}
.bst-link.bst-white{background:transparent;border-color:rgba(255,255,255,.55);color:#fff}
.bst-link.bst-white .bst-ar{color:var(--bst-orange)}
.bst-link.bst-white:hover{background:rgba(255,255,255,.12)}

/* ethos */
.bst-ethos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:46px}
.bst-ethos-card .bst-ph{aspect-ratio:16/11;border-radius:var(--bst-r-lg);margin-bottom:22px}
.bst-ethos-card .bst-enum{font-size:14px;font-weight:600;color:var(--bst-orange);letter-spacing:.02em}
.bst-ethos-card h3{margin:10px 0 12px}
.bst-ethos-card p{font-size:15.5px;line-height:1.66;color:var(--bst-ink-2);max-width:34ch}

/* closing */
.bst-closing{background:var(--bst-green);color:#fff}
.bst-closing-inner{padding:128px 0;text-align:center}
.bst-closing .bst-label{color:rgba(255,255,255,.6);display:block;margin-bottom:24px}
.bst-closing h2{color:#fff;margin-bottom:24px}
.bst-closing .bst-lead{color:rgba(255,255,255,.78);max-width:46ch;margin:0 auto 38px}

/* footer */
.bst-foot{background:var(--bst-green-2);color:#fff;padding:84px 0 38px}
.bst-foot-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.14)}
.bst-foot .bst-brand{color:#fff;display:block;margin-bottom:18px}
.bst-foot-blurb{color:rgba(255,255,255,.66);font-size:14.5px;line-height:1.7;max-width:30ch}
.bst-foot-social{display:flex;gap:12px;margin-top:24px}
.bst-foot-social a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center;transition:background .2s}
.bst-foot-social a:hover{background:var(--bst-orange)}
.bst-foot h4{font-size:11.5px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.5);font-weight:600;margin-bottom:18px}
.bst-foot ul{list-style:none}
.bst-foot li{margin-bottom:11px}
.bst-foot li a{color:rgba(255,255,255,.82);font-size:14.5px}
.bst-foot li a:hover{color:#fff}
.bst-foot-bottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-top:30px;color:rgba(255,255,255,.5);font-size:13px}
.bst-foot-bottom .bst-brand{color:#fff;margin:0;font-size:19px}

/* two-button product tiles */
.bst-card-actions{display:flex;gap:8px;margin-top:13px}
.bst-tile-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 12px;border-radius:var(--bst-r-pill);font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;border:0;transition:transform .2s,background .2s;white-space:nowrap;text-decoration:none}
.bst-tile-btn:hover{transform:translateY(-2px)}
.bst-tile-btn.bst-build{background:var(--bst-green);color:#fff}
.bst-tile-btn.bst-build:hover{background:var(--bst-green-2)}
.bst-tile-btn.bst-addcart{background:var(--bst-orange);color:#fff}
.bst-tile-btn.bst-addcart:hover{background:#c96d27}
.bst-tile-btn svg{width:14px;height:14px}

/* featured product hover overlay (what's configurable) */
.bst-ph,.bst-feature-media{position:relative}
.bst-ph-over{position:absolute;inset:0;z-index:2;background:rgba(22,42,36,.94);color:#fff;padding:26px 24px;display:flex;flex-direction:column;justify-content:center;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s;border-radius:inherit}
.bst-ph:hover .bst-ph-over,.bst-feature-media:hover .bst-ph-over{opacity:1;visibility:visible}
.bst-ph-over-label{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:7px}
.bst-ph-over-name{font-size:19px;font-weight:500;letter-spacing:-.02em;line-height:1.08;color:#fff;margin-bottom:16px}
.bst-spec-list{list-style:none;margin:0;padding:0}
.bst-spec-list li{display:flex;justify-content:space-between;align-items:baseline;gap:14px;font-size:13px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.13)}
.bst-spec-list li:last-child{border-bottom:0}
.bst-spec-list li i{font-style:normal;color:rgba(255,255,255,.62);white-space:nowrap}
.bst-spec-list li b{font-weight:500;text-align:right}

/* toast */
.bst-toast{position:fixed;left:50%;bottom:92px;transform:translateX(-50%) translateY(16px);background:#161915;color:#fff;padding:14px 22px;border-radius:999px;font-size:14px;font-weight:500;font-family:'Fonetika','Hanken Grotesk',system-ui,sans-serif;display:flex;align-items:center;gap:10px;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;z-index:9998;box-shadow:0 16px 40px rgba(0,0,0,.25)}
.bst-toast.bst-show{opacity:1;transform:translateX(-50%) translateY(0)}
.bst-toast svg{width:18px;height:18px;color:#DB792E}

/* reveal — disabled inside the Elementor editor */
body:not(.elementor-editor-active) .bst-r{opacity:0;transform:translateY(16px);transition:opacity .85s cubic-bezier(.2,.7,.2,1),transform .85s cubic-bezier(.2,.7,.2,1)}
body:not(.elementor-editor-active) .bst-r.bst-in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.bst-r{opacity:1!important;transform:none!important;transition:none!important}}

@media(max-width:980px){
  .bst-feature,.bst-materials-grid{grid-template-columns:1fr;gap:34px}
  .bst-feature.bst-flip .bst-feature-media{order:0}
  .bst-gallery-3,.bst-ethos-grid{grid-template-columns:repeat(2,1fr)}
  .bst-gallery-4{grid-template-columns:repeat(2,1fr)}
  .bst-hero-img{aspect-ratio:16/9}
  .bst-inplace .bst-frame{aspect-ratio:4/3}
  .bst-inplace .bst-cap{padding:28px}
}
@media(max-width:560px){
  .bst-section{padding:72px 0}
  .bst-section.bst-pt0{padding-top:0}
  .bst-gallery-3,.bst-gallery-4,.bst-ethos-grid,.bst-foot-top{grid-template-columns:1fr}
  .bst-foot-top{gap:34px}
}

/* All image corner radii unified to 15px */
.bst-hero-img,
.bst-feature-media,
.bst-ph,
.bst-materials-media,
.bst-inplace .bst-frame,
.bst-ethos-card .bst-ph{border-radius:15px}
