
.smkvb-block{padding-top:var(--smkvb-pt,0);padding-bottom:var(--smkvb-pb,0);background:var(--smkvb-bg)}
.smkvb-spacer{height:var(--smkvb-spacer,40px)}
.smkvb-notice{max-width:1180px;margin:20px auto;padding:16px;border:1px solid #f0c36d;background:#fff8e5;color:#6f4f00;border-radius:6px}
.smk-brand-card small{position:absolute;right:8px;bottom:5px;font-size:9px;color:#68717d}
.smk-brand-card{position:relative}
@media(min-width:1025px){.smkvb-hide-desktop{display:none!important}}
@media(min-width:761px) and (max-width:1024px){.smkvb-hide-tablet{display:none!important}.smkvb-spacer{height:var(--smkvb-spacer-tablet,30px)}}
@media(max-width:760px){.smkvb-hide-mobile{display:none!important}.smkvb-spacer{height:var(--smkvb-spacer-mobile,20px)}}

/* V3.3 WooCommerce visual blocks */
.smkvb-product-collection,.smkvb-product-categories{padding-block:var(--smkvb-pt,0) var(--smkvb-pb,0);background:var(--smkvb-bg,transparent)}
.smkvb-product-grid{display:grid;grid-template-columns:repeat(var(--smkvb-cols-desktop,4),minmax(0,1fr));gap:14px}
.smkvb-product-grid>.smk-load-error{grid-column:1/-1}
.smkvb-product-collection .smk-product-card{min-width:0;height:100%}
.smkvb-hide-price .smk-product-price{display:none!important}
.smkvb-hide-cart .smk-card-cart-wrap{display:none!important}
.smkvb-hide-wishlist .smk-card-heart{display:none!important}
.smkvb-hide-quick-view .js-smk-quick-view{display:none!important}
.smkvb-hide-compare .js-smk-compare{display:none!important}
.smkvb-card-style--minimal .smk-product-card{border-color:transparent;box-shadow:none;background:transparent}
.smkvb-card-style--minimal .smk-product-content{padding-inline:0}
.smkvb-card-style--standard .smk-product-media{min-height:260px}
.smkvb-product-category-grid{display:grid;grid-template-columns:repeat(var(--smkvb-cols-desktop,5),minmax(0,1fr));gap:15px}
.smkvb-product-category-card{display:flex;flex-direction:column;min-width:0;border:1px solid #dce3ea;border-radius:8px;overflow:hidden;background:#fff;color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.smkvb-product-category-card:hover{transform:translateY(-2px);border-color:#b8cbe0;box-shadow:0 10px 24px rgba(5,41,79,.09)}
.smkvb-product-category-image{display:block;aspect-ratio:4/3;background:#f4f6f8;overflow:hidden}
.smkvb-product-category-image img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .25s ease}
.smkvb-product-category-card:hover img{transform:scale(1.025)}
.smkvb-product-category-copy{display:flex;flex-direction:column;gap:4px;padding:12px;text-align:center}
.smkvb-product-category-copy strong{font-size:13px;color:#111827}
.smkvb-product-category-copy small{font-size:11px;color:#1765c1}
.smkvb-product-category-copy em{font-style:normal;font-size:11px;line-height:1.5;color:#667085}
.smkvb-brands .smk-brands-grid{grid-template-columns:repeat(var(--smkvb-cols-desktop,6),minmax(0,1fr))}
.smkvb-brands--carousel .smk-brands-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:thin}
.smkvb-brands--carousel .smk-brand-card{flex:0 0 calc((100% - 5 * 12px)/var(--smkvb-cols-desktop,6));scroll-snap-align:start}
.smkvb-brands .smk-brand-card{gap:6px}
.smkvb-brands .smk-brand-card strong{font-size:10px;line-height:1.2;color:#344054}
.smkvb-brands--logo-only .smk-brand-card strong{display:none}
@media(max-width:1024px){
 .smkvb-product-grid{grid-template-columns:repeat(var(--smkvb-cols-tablet,3),minmax(0,1fr))}
 .smkvb-product-category-grid{grid-template-columns:repeat(var(--smkvb-cols-tablet,3),minmax(0,1fr))}
 .smkvb-brands .smk-brands-grid{grid-template-columns:repeat(var(--smkvb-cols-tablet,4),minmax(0,1fr))}
 .smkvb-brands--carousel .smk-brand-card{flex-basis:calc((100% - 3 * 12px)/var(--smkvb-cols-tablet,4))}
}
@media(max-width:760px){
 .smkvb-product-grid{grid-template-columns:repeat(var(--smkvb-cols-mobile,2),minmax(0,1fr));gap:9px}
 .smkvb-product-category-grid{grid-template-columns:repeat(var(--smkvb-cols-mobile,2),minmax(0,1fr));gap:9px}
 .smkvb-brands .smk-brands-grid{grid-template-columns:repeat(var(--smkvb-cols-mobile,2),minmax(0,1fr))}
 .smkvb-brands--carousel .smk-brand-card{flex-basis:calc((100% - 1 * 10px)/var(--smkvb-cols-mobile,2))}
 .smkvb-card-style--standard .smk-product-media{min-height:180px}
}

/* V3.3 Header, footer and WooCommerce template builder */
.smkvb-layout--header,.smkvb-layout--footer,.smkvb-layout--product-archive,.smkvb-layout--single-product{margin:0;padding:0}
.site-header--builder .smkvb-block{width:100%}
.site-footer--builder .smkvb-layout--footer{align-items:start}
.smkvb-footer-column{min-width:0}
.smkvb-footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:16px;margin-top:4px;text-align:center;color:rgba(255,255,255,.72);font-size:10px}
.smkvb-footer-bottom p{margin:0}
.smkvb-shop-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}
.smk-shop-layout--no-sidebar{grid-template-columns:1fr!important}
.smkvb-shop-breadcrumb{margin:16px 0 10px}
.smkvb-product-main-preview{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;padding:24px}
.smkvb-preview-gallery,.smkvb-preview-summary{min-height:240px;border:1px solid #dce3ea;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;padding:24px;text-align:center}
.smkvb-preview-summary{display:block;text-align:left}
.smkvb-tabs-preview{padding:24px;border:1px solid #dce3ea;border-radius:10px;background:#fff}
.smkvb-preview-sidebar{position:static!important;min-height:220px}
.smkvb-product-main{align-items:start}
.smkvb-layout--single-product>.smkvb-block{margin-bottom:28px}
@media(max-width:760px){
 .smkvb-shop-toolbar{align-items:stretch;flex-direction:column}
 .smkvb-product-main-preview{grid-template-columns:1fr}
}

/* V3.4.6 brand slider editor/front guard */
.smkvb-brands--slider .smk-brand-slider-viewport{width:100%;overflow:hidden}

/* V3.5 builder-aware shop/product styles */
.smkvb-shop-products{--smkvb-shop-cols-desktop:4;--smkvb-shop-cols-tablet:3;--smkvb-shop-cols-mobile:2}
.smkvb-product-main{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);gap:28px;align-items:start}
@media(max-width:760px){.smkvb-product-main{grid-template-columns:1fr;gap:16px}}

/* V3.5.5 product collection sliders */
.smkvb-heading-actions{display:flex;align-items:center;gap:12px}
.smkvb-product-slider-nav{display:flex;align-items:center;gap:7px}
.smkvb-product-slider-nav button{width:36px;height:36px;display:grid;place-items:center;border:1px solid #d8e0e8;border-radius:7px;background:#fff;color:#0b3d70;font-size:24px;line-height:1;cursor:pointer;transition:.2s}
.smkvb-product-slider-nav button:hover{background:#0f66c3;color:#fff;border-color:#0f66c3}
.smkvb-product-slider-nav button:disabled{opacity:.35;cursor:not-allowed}
.smkvb-product-slider-viewport{width:100%;overflow:hidden;padding:4px 2px 10px}
.smkvb-product-collection--slider .smkvb-product-grid{display:flex;gap:14px;will-change:transform;align-items:stretch}
.smkvb-product-collection--slider .smk-product-card{flex:0 0 calc((100% - (var(--smkvb-slider-visible,4) - 1) * 14px)/var(--smkvb-slider-visible,4));min-width:0}

/* Corporate About / Contact pages */
.smkvb-content-page{background:#f7f9fb}
.smkvb-page-hero{position:relative;isolation:isolate;padding:72px 0;background:linear-gradient(115deg,#05294f,#0d4b84);color:#fff;overflow:hidden}
.smkvb-page-hero:before{content:"";position:absolute;inset:0;z-index:-2;background-image:var(--smkvb-page-hero-image);background-size:cover;background-position:center;opacity:.28}
.smkvb-page-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(3,25,49,.9),rgba(3,25,49,.25))}
.smkvb-page-hero--center .smkvb-page-hero-copy{text-align:center;margin-inline:auto}
.smkvb-page-hero-copy{max-width:780px}
.smkvb-page-hero-copy>span{display:block;margin-bottom:10px;font-size:12px;font-weight:700;letter-spacing:.15em;color:#8fc4ff}
.smkvb-page-hero h1{margin:0;font-size:clamp(36px,5vw,66px);line-height:1.05;font-weight:800}
.smkvb-page-hero p{max-width:680px;margin:18px 0 0;font-size:16px;line-height:1.75;color:rgba(255,255,255,.84)}
.smkvb-about-story{padding:76px 0;background:#fff}
.smkvb-about-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:56px;align-items:center}
.smkvb-about-story--image-left .smkvb-about-image{order:0}.smkvb-about-story--image-left .smkvb-about-copy{order:1}
.smkvb-about-story--image-right .smkvb-about-image{order:1}.smkvb-about-story--image-right .smkvb-about-copy{order:0}
.smkvb-about-image img,.smkvb-about-placeholder{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px;background:linear-gradient(135deg,#e7edf3,#c8d6e3);box-shadow:0 20px 55px rgba(5,41,79,.12)}
.smkvb-about-copy h2,.smkvb-contact-info h2,.smkvb-contact-form-wrap h2{margin:0 0 16px;font-size:clamp(27px,3vw,42px);line-height:1.15;color:#082f5a}
.smkvb-about-lead{font-size:18px!important;font-weight:600;color:#1264b4!important}
.smkvb-about-copy p{font-size:15px;line-height:1.8;color:#586776}
.smkvb-about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}
.smkvb-about-stats>div{padding:18px;border:1px solid #dfe7ef;border-radius:10px;background:#f8fafc}
.smkvb-about-stats strong,.smkvb-about-stats span{display:block}.smkvb-about-stats strong{font-size:23px;color:#0f66c3}.smkvb-about-stats span{margin-top:3px;font-size:11px;color:#667788}
.smkvb-contact-layout{padding:70px max(20px,calc((100% - 1320px)/2));background:#f7f9fb}
.smkvb-contact-layout>.wp-block-columns{gap:28px}
.smkvb-contact-info,.smkvb-contact-form-wrap{height:100%;padding:32px;border:1px solid #dfe6ed;border-radius:12px;background:#fff;box-shadow:0 12px 36px rgba(5,41,79,.06)}
.smkvb-contact-info>p,.smkvb-contact-form-wrap>p{color:#657586;line-height:1.7}
.smkvb-contact-cards{display:grid;gap:10px;margin:24px 0}
.smkvb-contact-cards>a,.smkvb-contact-cards>div{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border:1px solid #e3e9ef;border-radius:8px;background:#f8fafc;color:inherit;text-decoration:none}
.smkvb-contact-cards strong{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#0f66c3}.smkvb-contact-cards span{font-size:14px;color:#25384a}
.smkvb-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin:24px 0 18px}
.smkvb-contact-form label{display:flex;flex-direction:column;gap:7px}.smkvb-contact-form label>span{font-size:12px;font-weight:600;color:#26394b}
.smkvb-contact-form input:not([type=checkbox]),.smkvb-contact-form textarea{width:100%;border:1px solid #ced8e2;border-radius:7px;background:#fff;padding:12px 13px;font:inherit;color:#172b3d;outline:none;transition:.2s}
.smkvb-contact-form input:focus,.smkvb-contact-form textarea:focus{border-color:#176dcc;box-shadow:0 0 0 3px rgba(23,109,204,.12)}
.smkvb-form-wide{grid-column:1/-1}.smkvb-consent{flex-direction:row!important;align-items:flex-start}.smkvb-consent input{margin-top:3px}.smkvb-consent span{font-weight:400!important;line-height:1.5;color:#627283!important}
.smkvb-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.smkvb-form-message{margin:15px 0;padding:12px 14px;border-radius:7px;font-size:13px}.smkvb-form-message.is-success{background:#e9f8ef;color:#176b39;border:1px solid #b9e5c9}.smkvb-form-message.is-error{background:#fff0f0;color:#a22b2b;border:1px solid #f0c5c5}

@media(max-width:1024px){.smkvb-about-grid{gap:30px}.smkvb-contact-layout{padding-inline:24px}}
@media(max-width:760px){
 .smkvb-heading-actions{gap:7px}.smkvb-product-slider-nav button{width:32px;height:32px}
 .smkvb-product-collection--slider .smkvb-product-grid{gap:9px}.smkvb-product-collection--slider .smk-product-card{flex-basis:calc((100% - (var(--smkvb-slider-visible,2) - 1) * 9px)/var(--smkvb-slider-visible,2))}
 .smkvb-page-hero{padding:48px 0}.smkvb-page-hero h1{font-size:38px}.smkvb-page-hero p{font-size:14px}
 .smkvb-about-story{padding:48px 0}.smkvb-about-grid{grid-template-columns:1fr;gap:28px}.smkvb-about-story .smkvb-about-image,.smkvb-about-story .smkvb-about-copy{order:initial}.smkvb-about-stats{grid-template-columns:1fr}
 .smkvb-contact-layout{padding:40px 16px}.smkvb-contact-layout>.wp-block-columns{display:block}.smkvb-contact-layout .wp-block-column{margin-bottom:18px}.smkvb-contact-info,.smkvb-contact-form-wrap{padding:22px}.smkvb-form-grid{grid-template-columns:1fr}.smkvb-form-wide{grid-column:auto}
}

/* V3.5.6 approved About and Contact pages */
.smkvb-approved-page{--corp-blue:#075bc4;--corp-dark:#062c57;--corp-navy:#02294f;--corp-line:#dce4ed;--corp-muted:#596879;background:#fff;color:#111827}
.smkvb-approved-page *{box-sizing:border-box}
.smkvb-approved-page .smk-container{width:min(1320px,calc(100% - 48px));margin-inline:auto}
.smkvb-approved-hero{position:relative;isolation:isolate;min-height:400px;display:flex;align-items:center;color:#fff;background:#081a2d;overflow:hidden}
.smkvb-approved-hero:before{content:"";position:absolute;z-index:-2;inset:0;background-image:var(--smkvb-corporate-hero);background-size:cover;background-position:center}
.smkvb-approved-hero:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(2,14,27,.97) 0%,rgba(2,14,27,.88) 36%,rgba(2,14,27,.18) 68%,rgba(2,14,27,.04) 100%)}
.smkvb-approved-about-hero{min-height:480px}
.smkvb-approved-contact-hero{min-height:330px}
.smkvb-approved-hero-copy{max-width:650px;padding:56px 0}
.smkvb-approved-hero h1{margin:0 0 20px;font-size:clamp(38px,4vw,58px);line-height:1.05;letter-spacing:-.035em;font-weight:800;color:#fff}
.smkvb-approved-hero p{margin:0 0 13px;font-size:15px;line-height:1.72;color:rgba(255,255,255,.93)}
.smkvb-approved-contact-hero .smkvb-approved-hero-copy{max-width:490px}
.smkvb-approved-contact-hero h1{font-size:clamp(46px,5vw,68px)}
.smkvb-approved-contact-hero p{font-size:19px;line-height:1.5}
.smkvb-corp-section{padding:38px 0;background:#fff}
.smkvb-corp-section+.smkvb-corp-section{border-top:1px solid #eef2f6}
.smkvb-corp-heading{margin-bottom:20px}
.smkvb-corp-heading h2{margin:0;color:var(--corp-dark);font-size:clamp(27px,3vw,37px);line-height:1.12;font-weight:800;letter-spacing:-.025em}
.smkvb-corp-heading p{margin:6px 0 0;color:#516477;font-size:15px}
.smkvb-audience-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.smkvb-corp-card{border:1px solid var(--corp-line);border-radius:10px;background:#fff;padding:22px;box-shadow:0 3px 14px rgba(5,48,91,.035)}
.smkvb-audience-card{text-align:center;min-height:300px;padding:24px 18px}
.smkvb-corp-icon{display:flex;align-items:center;justify-content:center;color:#0759c7}
.smkvb-corp-icon svg{width:48px;height:48px}
.smkvb-audience-card .smkvb-corp-icon svg{width:55px;height:55px}
.smkvb-corp-card h3{margin:15px 0 14px;color:#0754bd;font-size:17px;line-height:1.25;font-weight:800}
.smkvb-corp-card p{margin:0;color:#28394b;font-size:13px;line-height:1.62}
.smkvb-offer-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:stretch}
.smkvb-offer-products{position:relative;min-height:470px;padding-right:225px}
.smkvb-offer-products>p{margin:0 0 18px;color:#28394b;font-size:14px;line-height:1.68}
.smkvb-offer-products img{position:absolute;right:0;bottom:0;width:205px;height:270px;border-radius:9px;object-fit:cover;box-shadow:0 8px 30px rgba(3,38,73,.12)}
.smkvb-check-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.smkvb-check-list li{display:flex;align-items:flex-start;gap:9px;color:#24374a;font-size:13px;line-height:1.45}
.smkvb-check-list svg{flex:0 0 18px;width:18px;height:18px;color:#075dc7;fill:#075dc7;stroke:#fff;stroke-width:2.4;margin-top:1px}
.smkvb-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.smkvb-feature-grid .smkvb-corp-card{display:grid;grid-template-columns:55px 1fr;gap:14px;align-items:start;padding:20px}
.smkvb-feature-grid .smkvb-corp-card h3{margin:0 0 9px}
.smkvb-feature-grid .smkvb-corp-icon{align-items:flex-start}
.smkvb-vision{padding-top:30px}
.smkvb-vision-grid{display:grid;grid-template-columns:1fr 1.15fr 300px;gap:26px;align-items:center}
.smkvb-vision-copy p{margin:0;color:#28394b;font-size:14px;line-height:1.72}
.smkvb-vision-list{gap:8px}
.smkvb-vision-grid>img{width:100%;height:210px;object-fit:cover;border-radius:9px}
.smkvb-welcome-callout{margin-top:27px;display:flex;align-items:center;gap:18px;padding:16px 26px;border:1px solid #d6e4f7;border-radius:8px;background:linear-gradient(90deg,#f1f7ff,#fbfdff);color:#0754bd}
.smkvb-welcome-callout p{margin:0;font-size:16px;line-height:1.5}
.smkvb-welcome-icon svg{width:40px;height:40px;fill:#0871de;color:#0871de;stroke:#fff}

.smkvb-contact-main{padding-top:25px}
.smkvb-contact-main-grid{display:grid;grid-template-columns:360px minmax(0,1fr);gap:22px;align-items:stretch}
.smkvb-contact-stack{display:grid;gap:12px}
.smkvb-contact-tile{display:flex;align-items:center;gap:18px;min-height:83px;padding:15px 20px;border:1px solid var(--corp-line);border-radius:8px;background:#fff;text-decoration:none;color:#111827;transition:.2s}
.smkvb-contact-tile:hover{border-color:#a8c8ee;box-shadow:0 5px 18px rgba(7,72,146,.08);transform:translateY(-1px)}
.smkvb-contact-tile-icon{display:grid;place-items:center;flex:0 0 55px;width:55px;height:55px;border-radius:50%;background:#075cca;color:#fff}
.smkvb-contact-tile-icon svg{width:29px;height:29px}
.smkvb-contact-tile>span:last-child{display:grid;gap:3px}
.smkvb-contact-tile small{font-size:12px;font-weight:700;color:#1c2836}
.smkvb-contact-tile strong{font-size:15px;line-height:1.35;color:#0754bd}
.smkvb-contact-tile--project{background:linear-gradient(135deg,#f3f8ff,#edf5ff);color:#0754bd}
.smkvb-contact-tile--project .smkvb-contact-tile-icon{background:transparent;color:#075cca;border-radius:0}
.smkvb-contact-tile--project .smkvb-contact-tile-icon svg{width:43px;height:43px}
.smkvb-approved-contact-form{height:100%;padding:22px;border:1px solid var(--corp-line);border-radius:9px;background:#fff}
.smkvb-approved-contact-form h2{margin:0 0 13px;color:var(--corp-dark);font-size:27px;line-height:1.2;font-weight:800}
.smkvb-approved-contact-form .smkvb-form-grid{margin:0 0 14px;gap:12px 18px}
.smkvb-approved-contact-form label>span{font-size:12px;font-weight:700;color:#293a4c}
.smkvb-approved-contact-form input:not([type=checkbox]),.smkvb-approved-contact-form textarea,.smkvb-approved-contact-form select{width:100%;height:43px;padding:10px 12px;border:1px solid #d5dde7;border-radius:6px;background:#fff;color:#263749;font:inherit;outline:none}
.smkvb-approved-contact-form textarea{height:auto;min-height:115px;resize:vertical}
.smkvb-approved-contact-form select{appearance:auto}
.smkvb-approved-contact-form input:focus,.smkvb-approved-contact-form textarea:focus,.smkvb-approved-contact-form select:focus{border-color:#176dcc;box-shadow:0 0 0 3px rgba(23,109,204,.1)}
.smkvb-approved-contact-form .smkvb-consent a{color:#075cca;text-decoration:none}
.smkvb-approved-submit{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:5px;background:linear-gradient(90deg,#075fd0,#0648ba);color:#fff;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 5px 15px rgba(5,74,181,.16)}
.smkvb-approved-submit svg{width:20px;height:20px}
.smkvb-contact-reasons{padding-top:12px}
.smkvb-contact-reasons-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.smkvb-contact-reasons-grid .smkvb-corp-card{text-align:center;min-height:180px;padding:20px}
.smkvb-contact-reasons-grid .smkvb-corp-card h3{margin-top:10px}
.smkvb-contact-reasons-grid .smkvb-corp-icon svg{width:47px;height:47px}
.smkvb-location{padding-top:8px;padding-bottom:34px}
.smkvb-location-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:24px}
.smkvb-location-copy{padding:20px;border:1px solid var(--corp-line);border-radius:8px;background:#fff}
.smkvb-location-copy>p{margin:0 0 16px;color:#28394b;font-size:13px;line-height:1.63}
.smkvb-location-links{display:flex;flex-wrap:wrap;gap:14px 22px}
.smkvb-location-links a{display:flex;align-items:center;gap:8px;color:#0754bd;font-size:13px;font-weight:700;text-decoration:none}
.smkvb-location-links svg{width:20px;height:20px}
.smkvb-map-visual{position:relative;display:block;min-height:205px;overflow:hidden;border-radius:8px;background:#f3f1ec;text-decoration:none}
.smkvb-map-visual:before,.smkvb-map-visual:after{content:"";position:absolute;background:#fff;border:1px solid #d9e1e7;transform:rotate(-24deg)}
.smkvb-map-visual:before{width:700px;height:30px;left:-50px;top:70px}.smkvb-map-visual:after{width:570px;height:21px;left:80px;top:140px;transform:rotate(19deg)}
.smkvb-map-road{position:absolute;height:11px;border-radius:10px;background:#d5dde5;transform-origin:center}.smkvb-map-road--1{width:85%;left:5%;top:32%;transform:rotate(-10deg)}.smkvb-map-road--2{width:72%;left:14%;top:67%;transform:rotate(13deg)}.smkvb-map-road--3{width:55%;left:18%;top:10%;transform:rotate(53deg)}
.smkvb-map-water{position:absolute;right:-30px;top:-50px;width:90px;height:330px;border-radius:50%;border-left:15px solid #82c7f3;transform:rotate(9deg)}
.smkvb-map-marker{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:13px;min-width:245px;padding:15px 20px;border-radius:10px;background:#fff;color:#075cca;box-shadow:0 7px 28px rgba(22,52,78,.17)}
.smkvb-map-marker>svg{flex:0 0 42px;width:42px;height:42px;fill:#075cca;stroke:#fff}.smkvb-map-marker>span{display:grid;gap:4px}.smkvb-map-marker strong{font-size:16px}.smkvb-map-marker small{font-size:12px;color:#33485b}

@media(max-width:1100px){
 .smkvb-audience-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.smkvb-audience-card{min-height:270px}
 .smkvb-offer-grid{grid-template-columns:1fr}.smkvb-offer-products{min-height:350px}.smkvb-vision-grid{grid-template-columns:1fr 1fr}.smkvb-vision-grid>img{grid-column:1/-1;height:260px}
 .smkvb-contact-main-grid{grid-template-columns:310px minmax(0,1fr)}
}
@media(max-width:820px){
 .smkvb-approved-page .smk-container{width:min(100% - 32px,1320px)}
 .smkvb-approved-hero{min-height:380px}.smkvb-approved-about-hero{min-height:520px}.smkvb-approved-hero:before{background-position:62% center}.smkvb-approved-hero:after{background:linear-gradient(90deg,rgba(2,14,27,.97),rgba(2,14,27,.74))}
 .smkvb-approved-hero-copy{max-width:620px}.smkvb-audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .smkvb-contact-main-grid{grid-template-columns:1fr}.smkvb-contact-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.smkvb-contact-tile--project{grid-column:1/-1}
 .smkvb-contact-reasons-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.smkvb-location-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
 .smkvb-approved-page .smk-container{width:min(100% - 24px,1320px)}
 .smkvb-approved-hero{min-height:auto}.smkvb-approved-about-hero{min-height:auto}.smkvb-approved-contact-hero{min-height:300px}
 .smkvb-approved-hero:before{background-position:65% center}.smkvb-approved-hero:after{background:rgba(2,14,27,.73)}
 .smkvb-approved-hero-copy{padding:42px 0}.smkvb-approved-hero h1{font-size:35px}.smkvb-approved-hero p{font-size:13px;line-height:1.6}.smkvb-approved-contact-hero h1{font-size:44px}.smkvb-approved-contact-hero p{font-size:16px}
 .smkvb-corp-section{padding:30px 0}.smkvb-corp-heading h2{font-size:27px}.smkvb-audience-grid{grid-template-columns:1fr}.smkvb-audience-card{min-height:auto}
 .smkvb-offer-products{min-height:auto;padding-right:0}.smkvb-offer-products img{position:static;width:100%;height:230px;margin-top:22px}.smkvb-feature-grid{grid-template-columns:1fr}.smkvb-feature-grid .smkvb-corp-card{grid-template-columns:46px 1fr}.smkvb-feature-grid .smkvb-corp-icon svg{width:40px;height:40px}
 .smkvb-vision-grid{grid-template-columns:1fr}.smkvb-vision-grid>img{grid-column:auto;height:230px}.smkvb-welcome-callout{align-items:flex-start;padding:15px}.smkvb-welcome-callout p{font-size:14px}
 .smkvb-contact-stack{grid-template-columns:1fr}.smkvb-contact-tile--project{grid-column:auto}.smkvb-approved-contact-form{padding:17px}.smkvb-approved-contact-form h2{font-size:24px}.smkvb-approved-contact-form .smkvb-form-grid{grid-template-columns:1fr}.smkvb-approved-contact-form .smkvb-form-wide{grid-column:auto}
 .smkvb-contact-reasons-grid{grid-template-columns:1fr}.smkvb-contact-reasons-grid .smkvb-corp-card{min-height:auto}.smkvb-location-links{display:grid}.smkvb-map-marker{min-width:210px;padding:12px 14px}
}
.smkvb-section-intro{max-width:900px;margin:-8px 0 22px;color:#42576a;font-size:14px;line-height:1.65}
.smkvb-vision-copy p+p{margin-top:14px}

/* V3.5.9 — built-in mathematical anti-spam verification. */
.smkvb-contact-form .smkvb-math-captcha{padding:13px 15px;border:1px solid #d7e3f1;border-radius:8px;background:#f7faff}
.smkvb-contact-form .smkvb-math-captcha>span{font-size:14px;font-weight:800;color:#0b376d}
.smkvb-contact-form .smkvb-math-captcha input:not([type=checkbox]){max-width:220px;background:#fff}
@media(max-width:640px){.smkvb-contact-form .smkvb-math-captcha input:not([type=checkbox]){max-width:none}}

/* V4.1 product editor preview mirrors the new storefront hierarchy. */
.smkvb-product-main-preview--v41{padding:20px;border:1px solid #e1e8ef;border-radius:12px;background:#f5f8fb}
.smkvb-product-main-preview--v41 .smkvb-preview-gallery,.smkvb-product-main-preview--v41 .smkvb-preview-summary{padding:24px;border:1px solid #dfe7ef;border-radius:10px;background:#fff}
.smkvb-product-main-preview--v41 .smkvb-preview-gallery{min-height:300px;display:grid;place-content:center;text-align:center;color:#42617e}
.smkvb-product-main-preview--v41 .smkvb-preview-gallery span,.smkvb-product-main-preview--v41 .smkvb-preview-gallery small{display:block}
.smkvb-product-main-preview--v41 .smkvb-preview-gallery span{font-size:17px;font-weight:800}.smkvb-product-main-preview--v41 .smkvb-preview-gallery small{margin-top:6px;color:#7c8996}
.smkvb-product-main-preview--v41 .smkvb-preview-brand{display:inline-flex;padding:5px 9px;border-radius:99px;background:#eef6ff;color:#176dcc;font-size:10px;font-weight:800}
.smkvb-product-main-preview--v41 .smkvb-preview-summary h2{margin:14px 0 11px;color:#153957;font-size:28px}.smkvb-product-main-preview--v41 .smkvb-preview-price{display:block;color:#102b46;font-size:24px}
.smkvb-product-main-preview--v411{padding:20px;border:1px solid #e1e8ef;border-radius:12px;background:#f5f8fb}
.smkvb-product-main-preview--v411 .smkvb-preview-gallery,.smkvb-product-main-preview--v411 .smkvb-preview-summary{padding:24px;border:1px solid #dfe7ef;border-radius:10px;background:#fff}
.smkvb-product-main-preview--v411 .smkvb-preview-gallery{min-height:340px;display:grid;place-content:center;text-align:center;color:#42617e}
.smkvb-product-main-preview--v411 .smkvb-preview-gallery span,.smkvb-product-main-preview--v411 .smkvb-preview-gallery small{display:block}
.smkvb-product-main-preview--v411 .smkvb-preview-gallery span{font-size:17px;font-weight:800}.smkvb-product-main-preview--v411 .smkvb-preview-gallery small{margin-top:6px;color:#7c8996}
.smkvb-product-main-preview--v411 .smkvb-preview-brand{display:inline-flex;padding:5px 9px;border-radius:99px;background:#eef6ff;color:#176dcc;font-size:10px;font-weight:800}
.smkvb-product-main-preview--v411 .smkvb-preview-summary h2{margin:14px 0 11px;color:#153957;font-size:28px}.smkvb-product-main-preview--v411 .smkvb-preview-price{display:block;color:#102b46;font-size:24px}
.smkvb-preview-inline-tabs{margin-top:24px;overflow:hidden;border:1px solid #dfe7ef;border-radius:12px;background:#fff}
.smkvb-preview-inline-tabs>div{display:flex;align-items:center;gap:10px;padding:10px;background:#f7f9fc;border-bottom:1px solid #e4eaf0}
.smkvb-preview-inline-tabs>div>*{padding:8px 10px;font-size:10px;white-space:nowrap}.smkvb-preview-inline-tabs>div b{border-radius:7px;background:#075fd0;color:#fff}
.smkvb-preview-inline-tabs section{padding:17px 18px}.smkvb-preview-inline-tabs section strong,.smkvb-preview-inline-tabs section small{display:block}.smkvb-preview-inline-tabs section small{margin-top:8px;color:#718091}
.smkvb-tabs-location-preview{padding:18px 20px;border:1px dashed #9bb9d7;border-radius:10px;background:#f5f9fd;color:#274a69}.smkvb-tabs-location-preview h3{margin:0 0 6px}.smkvb-tabs-location-preview p{margin:0}


/* V4.1.5 — Full-panel hero link without altering the slider's layout. */
.smkvb-hero .smk-hero-panel{position:relative}
.smkvb-hero .smk-hero-panel-overlay{z-index:0}
.smkvb-hero .smkvb-hero-native-link{position:absolute;inset:0;z-index:1;display:block;text-decoration:none;cursor:pointer}
.smkvb-hero .smk-hero-panel-content{z-index:2;pointer-events:none}
.smkvb-hero .smk-hero-button{position:relative;z-index:3;pointer-events:auto}
.smkvb-hero .smk-slider-prev,.smkvb-hero .smk-slider-next{z-index:4}
