.header-root{position:relative;z-index:1000}.header-utility{width:100%;background:var(--bc-navy-dark);color:var(--bc-white);border-bottom:1px solid rgba(255,255,255,.08)}.header-utility__inner{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:16px}.header-utility__left,.header-utility__right{display:flex;align-items:center;gap:12px}.header-utility__link{color:var(--bc-white);text-decoration:none;font-size:14px;font-weight:600;opacity:.92;transition:opacity .2s ease}.header-utility__link:hover{opacity:.72}.header-quote-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:8px;background:var(--bc-yellow);color:var(--bc-navy-dark);text-decoration:none;font-size:14px;font-weight:800;transition:background .2s ease,transform .2s ease}.header-quote-btn:hover{background:var(--bc-yellow-soft);transform:translateY(-1px)}.header-sticky-shell{position:sticky;top:0;z-index:1000}.header-main{width:100%;background:var(--bc-white);border-bottom:1px solid rgba(20,38,59,.1);box-shadow:0 10px 24px #0b15230d}.header-main__inner{min-height:84px;display:flex;align-items:center;gap:18px}.header-logo{display:inline-flex;align-items:center;text-decoration:none;flex:0 0 auto}.header-logo img{display:block;height:56px;width:auto;object-fit:contain}.header-nav{display:flex;align-items:center;gap:28px;margin-left:auto}.header-nav a{text-decoration:none;color:var(--bc-navy);font-size:15px;font-weight:800;transition:opacity .2s ease,color .2s ease}.header-nav a:hover{opacity:.75}.header-nav a.active{color:var(--bc-navy-dark)}.header-nav-dropdown{position:relative}.header-nav-dropdown__trigger{display:inline-flex;align-items:center;gap:8px;background:none;border:0;padding:0;font:inherit;font-size:15px;font-weight:800;color:var(--bc-navy);cursor:pointer;transition:opacity .2s ease,color .2s ease}.header-nav-dropdown__trigger:hover{opacity:.75}.header-nav-dropdown__trigger.is-open{color:var(--bc-navy-dark)}.header-nav-dropdown__caret{font-size:12px;transition:transform .2s ease}.header-nav-dropdown__trigger.is-open .header-nav-dropdown__caret{transform:rotate(180deg)}.products-panel{margin-top:14px;border:1px solid rgba(20,38,59,.08);border-radius:24px;background:#fff;box-shadow:0 26px 70px #0f172a29;overflow:hidden}.products-panel__top{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:0;border-bottom:1px solid rgba(20,38,59,.08)}.products-panel__search-block{padding:28px 30px;background:linear-gradient(135deg,#fff,#f7faff)}.products-panel__quick-block{padding:28px 30px;background:linear-gradient(135deg,#0f234bfa,#14263bf5);color:#fff}.products-panel__eyebrow{margin:0 0 8px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#14263b8f}.products-panel__heading{margin:0 0 10px;font-size:30px;line-height:1.05;font-weight:900;color:var(--bc-navy-dark)}.products-panel__search-form{display:flex;align-items:stretch;gap:10px;margin-top:18px}.products-panel__search-input{flex:1;min-width:0;height:52px;border:1px solid rgba(20,38,59,.14);border-radius:14px;padding:0 16px;font-size:15px;color:var(--bc-navy-dark);outline:none;background:#fff}.products-panel__search-input:focus{border-color:#14263b3d;box-shadow:0 0 0 4px #14263b0f}.products-panel__search-btn{height:52px;padding:0 18px;border:0;border-radius:14px;background:var(--bc-navy-dark);color:#fff;font:inherit;font-size:14px;font-weight:800;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.products-panel__search-btn:hover{opacity:.92;transform:translateY(-1px)}.products-panel__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.products-panel__primary-link,.products-panel__secondary-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:12px;text-decoration:none;font-size:14px;font-weight:800;transition:transform .2s ease,opacity .2s ease,background .2s ease}.products-panel__primary-link{background:var(--bc-yellow);color:var(--bc-navy-dark)}.products-panel__primary-link:hover{background:var(--bc-yellow-soft);transform:translateY(-1px)}.products-panel__secondary-link{background:#14263b0f;color:var(--bc-navy-dark)}.products-panel__secondary-link:hover{background:#14263b1a;transform:translateY(-1px)}.products-panel__quick-label{margin:0 0 10px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb3}.products-panel__quick-label--spaced{margin-top:20px}.products-panel__chips{display:flex;flex-wrap:wrap;gap:8px}.products-panel__chip{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border-radius:999px;text-decoration:none;color:#fff;font-size:13px;font-weight:700;background:#ffffff14;border:1px solid rgba(255,255,255,.14);transition:background .2s ease,border-color .2s ease}.products-panel__chip:hover{background:#ffffff24;border-color:#ffffff38}.products-panel__mini-links{display:flex;flex-wrap:wrap;gap:8px 10px}.products-panel__mini-link{color:#ffffffe6;text-decoration:none;font-size:14px;font-weight:700}.products-panel__mini-link:hover{text-decoration:underline}.products-panel__body{padding:24px 26px 28px;max-height:460px;overflow-y:auto;background:linear-gradient(180deg,#fff,#f9fbff)}.products-panel__grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:16px}.products-card{background:#fff;border:1px solid rgba(20,38,59,.08);border-radius:18px;padding:16px;box-shadow:0 10px 24px #0b15230a}.products-card__title{margin:0 0 10px;font-size:18px;line-height:1.2}.products-card__title a{color:var(--bc-navy-dark);text-decoration:none;font-weight:900}.products-card__title a:hover{text-decoration:underline}.products-card__links{display:flex;flex-direction:column;gap:4px}.products-card__link{display:block;text-decoration:none;color:#14263bd1;font-size:14px;font-weight:600;padding:8px 10px;border-radius:10px;margin:0 -10px;transition:background .18s ease,color .18s ease,transform .18s ease}.products-card__link:hover{background:#14263b0f;color:var(--bc-navy-dark);transform:translate(2px)}.header-search{flex:0 0 auto}.header-search--main{display:flex;align-items:center;margin-left:8px}.header-search__form{display:flex;align-items:center;gap:6px;height:44px;padding:0 6px 0 12px;border:1px solid rgba(20,38,59,.14);border-radius:999px;background:#fff;min-width:44px;overflow:hidden;transition:width .22s ease,box-shadow .2s ease,border-color .2s ease}.header-search.is-open .header-search__form{width:280px}.header-search__form:focus-within{border-color:#14263b3d;box-shadow:0 0 0 4px #14263b0f}.header-search__input{flex:1;width:0;min-width:0;opacity:0;pointer-events:none;border:0;outline:none;background:transparent;color:var(--bc-navy-dark);font-size:14px;transition:opacity .2s ease}.header-search.is-open .header-search__input{opacity:1;pointer-events:auto}.header-search__input::placeholder{color:#14263b8c}.header-search__btn,.header-search__clear{width:32px;height:32px;flex:0 0 32px;border:0;border-radius:999px;background:transparent;color:var(--bc-navy);display:flex;align-items:center;justify-content:center;cursor:pointer}.header-search__btn:hover,.header-search__clear:hover{background:#14263b0f}.header-search__clear{font-size:18px;line-height:1}.header-search__input::-webkit-search-decoration,.header-search__input::-webkit-search-cancel-button,.header-search__input::-webkit-search-results-button,.header-search__input::-webkit-search-results-decoration,.products-panel__search-input::-webkit-search-decoration,.products-panel__search-input::-webkit-search-cancel-button,.products-panel__search-input::-webkit-search-results-button,.products-panel__search-input::-webkit-search-results-decoration,.mobile-nav__search input::-webkit-search-decoration,.mobile-nav__search input::-webkit-search-cancel-button,.mobile-nav__search input::-webkit-search-results-button,.mobile-nav__search input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none}.header-menu-btn{display:none;width:42px;height:42px;border:1px solid rgba(20,38,59,.12);border-radius:10px;background:var(--bc-white);position:relative;cursor:pointer;flex:0 0 auto}.header-menu-btn span{position:absolute;left:50%;width:18px;height:2px;background:var(--bc-navy);border-radius:999px;transform:translate(-50%);transition:transform .2s ease,opacity .2s ease,top .2s ease}.header-menu-btn span:nth-child(1){top:13px}.header-menu-btn span:nth-child(2){top:20px}.header-menu-btn span:nth-child(3){top:27px}.header-menu-btn.is-open span:nth-child(1){top:20px;transform:translate(-50%) rotate(45deg)}.header-menu-btn.is-open span:nth-child(2){opacity:0}.header-menu-btn.is-open span:nth-child(3){top:20px;transform:translate(-50%) rotate(-45deg)}.mobile-nav-panel{display:none;width:100%;background:var(--bc-white);border-bottom:1px solid rgba(20,38,59,.1);box-shadow:0 10px 20px #0b15230a}.mobile-nav{display:flex;flex-direction:column;gap:6px;padding:14px 0 18px}.mobile-nav__search{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:8px}.mobile-nav__search input{min-width:0;height:44px;border:1px solid rgba(20,38,59,.14);border-radius:12px;padding:0 14px;font-size:14px;outline:none}.mobile-nav__search button{height:44px;padding:0 14px;border:0;border-radius:12px;background:var(--bc-navy-dark);color:#fff;font:inherit;font-size:14px;font-weight:800;cursor:pointer}.mobile-nav a{display:block;text-decoration:none;color:var(--bc-navy);font-weight:800;padding:12px 14px;border-radius:10px}.mobile-nav a:hover,.mobile-nav a.active{background:var(--bc-blue-soft)}.mobile-nav-parent{background:none;border:0;width:100%;padding:12px 14px;text-align:left;font:inherit;font-weight:800;color:var(--bc-navy);border-radius:10px;cursor:pointer}.mobile-nav-parent:hover{background:var(--bc-blue-soft)}.mobile-nav-categories{display:flex;flex-direction:column;gap:10px;padding:6px 0 10px 14px}.mobile-nav-group{display:flex;flex-direction:column;gap:8px}.mobile-nav-children{display:flex;flex-direction:column;gap:8px;padding-left:14px}.mobile-nav-category{background:none;border:0;padding:8px 0;text-align:left;font:inherit;color:var(--bc-navy);cursor:pointer;text-decoration:none}.mobile-nav-category--parent,.mobile-nav-category--all{font-weight:800}.mobile-nav__quote{background:var(--bc-yellow);color:var(--bc-navy-dark)!important}.products-panel-backdrop{position:fixed;inset:0;border:0;padding:0;margin:0;background:transparent;z-index:1090;cursor:default}.products-panel-shell{position:absolute;left:0;right:0;top:100%;z-index:1100;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .22s ease,visibility .22s ease,transform .22s ease}.products-panel-shell.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}@media(max-width:900px){.products-panel-backdrop,.products-panel-shell{display:none}}@media(max-width:1200px){.products-panel__grid{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media(max-width:1024px){.header-nav{gap:18px}.products-panel__top{grid-template-columns:1fr}.products-panel__grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media(max-width:900px){.header-logo img{height:50px}.desktop-nav{display:none}.header-menu-btn{display:inline-block}.products-panel-shell{display:none}.mobile-nav-panel{display:block;max-height:0;overflow:hidden;opacity:0;transition:max-height .24s ease,opacity .2s ease}.mobile-nav-panel.is-open{max-height:80vh;opacity:1;overflow-y:auto}}@media(max-width:768px){.header-main__inner{min-height:74px;gap:12px}.header-logo img{height:44px}.header-search--main{margin-left:auto}.header-utility__inner{min-height:48px;gap:10px}.header-utility__left{gap:10px}.header-utility__link{font-size:13px}}@media(max-width:640px){.header-utility__left .header-utility__link:last-child{display:none}.header-utility__inner{justify-content:space-between}.header-quote-btn{min-height:36px;padding:0 12px;font-size:13px}.header-main__inner{min-height:68px}.header-logo img{height:40px}.header-search__form{min-height:38px;padding-left:8px}.header-search__btn,.header-search__clear{width:32px;height:32px}.header-search.is-open .header-search__form{width:210px}.header-search.is-open .header-search__input{font-size:13px}.mobile-nav__search{grid-template-columns:1fr}.mobile-nav__search button{width:100%}}@media(max-width:420px){.header-search.is-open .header-search__form{width:180px}}.site-footer{background:var(--bc-navy-dark);color:var(--bc-white);padding:50px 0 20px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.footer-col h3,.footer-col h4{margin-top:0;color:#fff}.footer-col a{color:#f7e500;text-decoration:none}.footer-col ul{list-style:none;padding:0;margin:10px 0 0}.footer-col li{margin-bottom:8px}.footer-hours li{display:flex;justify-content:space-between}.footer-community{margin-top:16px;font-size:14px;opacity:.9}.footer-bottom{margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.15);font-size:.85rem}.footer-bottom-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.footer-credit{opacity:.75}.footer-credit a{color:inherit;font-weight:600;text-decoration:none}.footer-credit a:hover{text-decoration:underline;opacity:1}@media(max-width:900px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr}}:root{--bc-navy: #0A2979;--bc-navy-dark: #071D57;--bc-blue: #3E63B8;--bc-blue-soft: #EAF0FF;--bc-yellow: #F7E500;--bc-yellow-dark: #D6C600;--bc-yellow-soft: #FFF85A;--bc-white: #FFFFFF;--bc-text: #1F2733;--bc-text-muted: #5F6773;--bc-border: rgba(10, 41, 121, .12);--bg-page: #F5F7FC;--bg-surface: #FFFFFF;--bg-soft: #F3F7FF;--shadow-soft: 0 12px 30px rgba(7, 29, 87, .1);--site-width: min(80%, 1280px);--section-pad-y: 32px;--section-pad-y-mobile: 20px}html,body,#root{min-height:100%;box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-page);color:var(--bc-text)}.layout-shell{min-height:100vh;display:flex;flex-direction:column}.layout-main{flex:1 0 auto;width:100%}.content-wrap{width:var(--site-width);margin:0 auto;height:100%}.page-section{width:100%;padding:var(--section-pad-y) 0}.page-section--white{background:var(--bg-surface)}.page-section--soft{background:var(--bg-soft)}.page-section--navy{background:var(--bc-navy);color:#fff}.page-section--dark{background:var(--bc-navy-dark);color:#fff}.section-panel{background:var(--bg-surface);border:1px solid var(--bc-border);border-radius:18px;box-shadow:var(--shadow-soft);padding:28px}.section-title{margin:0 0 10px;font-size:clamp(1.8rem,2.5vw,2.6rem);line-height:1.08;color:var(--bc-text)}.section-copy{margin:0;color:var(--bc-text-muted);line-height:1.6;font-size:1rem}a{color:inherit}img{max-width:100%;display:block}button{font:inherit}input{box-sizing:border-box}@media(max-width:900px){:root{--site-width: min(88%, 1280px)}.section-panel{padding:22px;border-radius:16px}}@media(max-width:640px){:root{--site-width: min(92%, 1280px)}.page-section{padding:var(--section-pad-y-mobile) 0}.section-panel{padding:18px;border-radius:14px}.section-copy{font-size:.98rem}}.hero-section{min-height:620px;display:flex;align-items:stretch;background:linear-gradient(180deg,#0b15232e,#0b152357 38%,#0b152394),url(/store.jpg) center center / cover no-repeat!important}.hero-wrap{display:flex;align-items:center;min-height:620px}.hero-content{max-width:760px;color:var(--bc-white);padding:24px 0}.hero-eyebrow{margin:0 0 16px;font-size:.9rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffffffe6}.hero-content h1{margin:0;max-width:10ch;font-size:clamp(3rem,5.3vw,5.25rem);line-height:.95;letter-spacing:-.04em;font-weight:800}.page-section{padding:72px 0;background:#fff}.page-section:nth-of-type(odd){background:var(--bc-blue-soft)}.hero-subtitle{margin:18px 0 0;max-width:42ch;font-size:clamp(1.02rem,1.4vw,1.22rem);line-height:1.55;color:#fffffff5}.hero-slogan{margin:12px 0 0;max-width:40ch;font-size:1rem;line-height:1.55;color:#ffffffe0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.bc-btn{min-height:48px;padding:0 20px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:15px;font-weight:800;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease;box-sizing:border-box}.bc-btn:hover{transform:translateY(-1px)}.bc-btn--primary{background:var(--bc-yellow);color:var(--bc-navy-dark);border:1px solid var(--bc-yellow)}.bc-btn--primary:hover{background:var(--bc-yellow-soft);border-color:var(--bc-yellow-soft)}.bc-btn--secondary{background:#fffffff5;color:var(--bc-navy);border:1px solid rgba(255,255,255,.92)}.bc-btn--secondary:hover{background:var(--bc-white)}.feature-split{display:grid;grid-template-columns:1.05fr 1fr;gap:28px;align-items:center}.feature-split--reverse{grid-template-columns:1fr 1.05fr}.feature-split--reverse .feature-copy{order:2}.feature-split--reverse .feature-media{order:1}.feature-copy{padding:8px 0}.feature-eyebrow{margin:0 0 10px;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--bc-blue)}.feature-title{margin:0;font-size:clamp(2rem,3vw,3rem);line-height:1.02;letter-spacing:-.03em;color:var(--bc-navy)}.feature-text{margin:16px 0 0;max-width:48ch;color:var(--bc-text-muted);font-size:1rem;line-height:1.65}.feature-actions{margin-top:24px}.feature-media{overflow:hidden;border-radius:18px;box-shadow:0 16px 36px #0b15231f;max-height:380px}.feature-media img{width:100%;height:100%;min-height:380px;object-fit:cover}.warehouse-media img,.kitchen-media img{object-position:center}.categories-section{background:var(--bc-white)}.section-heading{margin-bottom:22px}.section-eyebrow{margin:0 0 10px;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--bc-blue)}.section-title-home{margin:0;font-size:clamp(2rem,3vw,3rem);line-height:1.05;letter-spacing:-.03em;color:var(--bc-navy)}.section-copy-home{margin:12px 0 0;max-width:56ch;color:var(--bc-text-muted);line-height:1.6}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.category-card{position:relative;min-height:220px;border-radius:16px;overflow:hidden;text-decoration:none;display:flex;align-items:flex-end;padding:18px;background-size:cover;background-position:center;box-shadow:0 12px 28px #0b15231f;transition:transform .2s ease}.category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,#0b152359,#0b152326 40%,#0b15230d)}.category-card:hover{transform:translateY(-2px)}.category-card span{position:relative;z-index:1;color:var(--bc-white);font-size:1.08rem;font-weight:800;line-height:1.2}.lumber{background-image:url(/lumber.jpg)}.windows{background-image:url(/windows.png)}.flooring{background-image:url(/flooring.png)}.tools{background-image:url(/tools.jpg)}.paint{background-image:url(/paint.png)}.bathroom{background-image:url(/bathroom.png)}@media(max-width:980px){.hero-section,.hero-wrap{min-height:540px}.feature-split,.feature-split--reverse{grid-template-columns:1fr}.feature-split--reverse .feature-copy,.feature-split--reverse .feature-media{order:initial}.feature-media,.feature-media img{min-height:320px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.hero-section,.hero-wrap{min-height:440px}.hero-content h1{max-width:9ch}.hero-actions{flex-direction:column;align-items:stretch}.bc-btn{width:100%}.feature-media,.feature-media img{min-height:250px}.category-grid{grid-template-columns:1fr}.category-card{min-height:180px}}.home-products-header{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.home-products-header h2{margin:0 0 8px;font-size:2rem}.home-products-header p{margin:0;color:#5b6470}.home-products-view-all{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;background:#10233a;color:#fff;text-decoration:none;font-weight:700;white-space:nowrap}.home-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.home-product-card{background:#fff;border:1px solid #e3e7ee;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #10233a0f}.home-product-image-wrap{aspect-ratio:4 / 3;background:#eef2f6;overflow:hidden}.home-product-image{width:100%;height:100%;object-fit:cover;display:block}.home-product-body{padding:16px}.home-product-category{margin:0 0 8px;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#7a8696}.home-product-body h3{margin:0 0 12px;font-size:1rem;line-height:1.35;color:#10233a}.home-product-meta{display:flex;justify-content:space-between;align-items:center;gap:12px}.home-product-price{font-weight:800;color:#10233a}.home-product-stock{font-size:.88rem;color:#5f6b78}.home-products-state{padding:24px;border-radius:16px;background:#fff;border:1px solid #e3e7ee}.home-products-state.error{color:#b42318}@media(max-width:1100px){.home-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:800px){.home-products-header{flex-direction:column;align-items:flex-start}.home-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.home-products-grid{grid-template-columns:1fr}}.review-hero{padding:56px 0;background:#f5f7fa}.review-hero-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:stretch;gap:28px;width:100%;padding:28px;border-radius:22px;background:#fff;border:1px solid #e3e7ee;box-shadow:0 10px 28px #10233a0f}.review-hero-left,.review-hero-right{min-width:0}.review-map{width:100%;height:100%;min-height:320px;border-radius:18px;overflow:hidden;border:1px solid #d9e1ea;background:#e9eef4}.review-map iframe{width:100%;height:100%;min-height:320px;border:0;display:block}.review-hero-right{display:flex;flex-direction:column;justify-content:center;padding:6px 4px}.review-rating{margin:0 0 8px;font-size:2.5rem;line-height:1;font-weight:800;color:#10233a}.review-count{margin:0 0 18px;font-size:.98rem;color:#5f6b78}.review-title{margin:0 0 14px;font-size:1.55rem;line-height:1.2;font-weight:800;color:#10233a}.review-copy{margin:0 0 24px;font-size:1rem;line-height:1.6;color:#5b6470;max-width:46ch}.review-actions{display:flex;flex-wrap:wrap;gap:12px}.review-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;background:#10233a;color:#fff;text-decoration:none;font-weight:700;transition:transform .15s ease,opacity .15s ease}.review-btn:hover{opacity:.95;transform:translateY(-1px)}.review-btn-secondary{background:#eef2f6;color:#10233a;border:1px solid #d9e1ea}@media(max-width:960px){.review-hero-card{grid-template-columns:1fr}.review-map,.review-map iframe{min-height:280px}}@media(max-width:640px){.review-hero{padding:44px 0}.review-hero-card{padding:18px;gap:20px;border-radius:18px}.review-rating{font-size:2.1rem}.review-title{font-size:1.3rem}.review-copy{font-size:.96rem}.review-actions{flex-direction:column}.review-btn{width:100%}}.product-card{background:var(--bg-surface);border:1px solid var(--bc-border);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px #071d5724}.product-card__image-wrap{position:relative;display:block;aspect-ratio:4 / 3;background:var(--bg-soft);overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover;display:block}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--bc-yellow);color:var(--bc-navy-dark);font-size:12px;font-weight:800;padding:6px 10px;border-radius:999px}.product-card__body{padding:16px;display:flex;flex-direction:column;gap:10px}.product-card__sku{margin:0;font-size:12px;font-weight:700;color:var(--bc-text-muted);letter-spacing:.03em;text-transform:uppercase}.product-card__title{margin:0;font-size:1.05rem;line-height:1.35}.product-card__title a{text-decoration:none;color:var(--bc-text)}.product-card__title a:hover{color:var(--bc-navy)}.product-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.product-card__price{font-size:1.05rem;font-weight:800;color:var(--bc-navy)}.product-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:10px;background:var(--bc-navy);color:var(--bc-white);text-decoration:none;font-size:14px;font-weight:800}.product-card__button:hover{background:var(--bc-blue)}@media(max-width:640px){.product-card__footer{flex-direction:column;align-items:stretch}.product-card__button{width:100%}}.loading-overlay{position:fixed;inset:0;background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999}.loading-overlay__content{text-align:center;width:260px}.loading-bar{width:100%;height:6px;background:#e5e5e5;border-radius:999px;overflow:hidden;margin-bottom:14px}.loading-bar__fill{height:100%;width:40%;background:#1f2733;border-radius:999px;animation:loadingSlide 1.2s ease-in-out infinite}@keyframes loadingSlide{0%{transform:translate(-100%)}50%{transform:translate(120%)}to{transform:translate(120%)}}.loading-text{font-size:.95rem;color:#1f2733;letter-spacing:.5px}.products-page{background:var(--bg-page)}.products-hero{background:linear-gradient(180deg,#0a2979f5,#071d57f5)!important;color:var(--bc-white)}.products-hero__content{padding:20px 0;max-width:760px}.products-hero__eyebrow{margin:0 0 12px;font-size:.85rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffffffd1}.products-hero__content h1{margin:0;font-size:clamp(2.3rem,4vw,4rem);line-height:1;letter-spacing:-.03em}.products-hero__content p{margin:16px 0 0;max-width:46ch;line-height:1.6;color:#ffffffeb}.products-results-shell{background:var(--bg-page)}.products-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:24px;align-items:start}.products-sidebar{position:sticky;top:110px}.products-sidebar-card{background:var(--bg-surface);border:1px solid var(--bc-border);border-radius:10px;padding:16px;box-shadow:0 4px 14px #08142a0d}.products-sidebar-section+.products-sidebar-section{margin-top:20px;padding-top:20px;border-top:1px solid var(--bc-border)}.products-sidebar-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.products-sidebar-heading h3,.products-sidebar-section h3{margin:0;font-size:.98rem;font-weight:800;color:var(--bc-navy)}.products-reset-link{text-decoration:none;font-size:.88rem;font-weight:800;color:var(--bc-navy)}.products-reset-link:hover{text-decoration:underline}.products-sidebar-note{margin:0;color:var(--bc-text-muted);font-size:.95rem}.products-filter-field{display:flex;flex-direction:column;gap:8px}.products-filter-field+.products-filter-field{margin-top:14px}.products-filter-field label{font-size:.9rem;font-weight:800;color:var(--bc-navy)}.products-sidebar-section input,.products-sidebar-section select,.products-filter-field select{width:100%;min-height:44px;border:1px solid var(--bc-border);border-radius:8px;background:var(--bc-white);padding:0 12px;font-size:15px;color:var(--bc-text);box-sizing:border-box;appearance:none}.products-sidebar-section input:focus,.products-sidebar-section select:focus,.products-filter-field select:focus{outline:none;border-color:var(--bc-navy);box-shadow:0 0 0 2px #0a297914}.products-main{min-width:0}.products-results__head{margin-bottom:20px;display:flex;align-items:end;justify-content:space-between;gap:16px}.products-results__head h2{margin:0;font-size:clamp(1.7rem,2.5vw,2.5rem);color:var(--bc-navy)}.products-results__head p{margin:0;color:var(--bc-text-muted);font-weight:600}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.products-empty{background:var(--bg-surface);border:1px solid var(--bc-border);border-radius:10px;padding:28px;text-align:center}.products-empty h3{margin:0 0 10px;color:var(--bc-navy)}.products-empty p{margin:0;color:var(--bc-text-muted)}.products-pagination{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:2rem;flex-wrap:wrap}.products-pagination__pages{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.products-pagination__button{min-width:40px;height:40px;padding:0 .85rem;border:1px solid var(--bc-border);background:var(--bc-white);color:var(--bc-text);border-radius:8px;cursor:pointer;font:inherit;font-weight:700;transition:.2s ease}.products-pagination__button:hover:not(:disabled){border-color:var(--bc-navy);color:var(--bc-navy)}.products-pagination__button:disabled{opacity:.45;cursor:not-allowed}.products-pagination__button.is-active{border-color:var(--bc-yellow);background:var(--bc-yellow);color:var(--bc-navy-dark)}.products-pagination__ellipsis{padding:0 .25rem;color:var(--bc-text-muted)}.products-search-form{display:flex;flex-direction:column;gap:10px}.products-search-actions{display:flex;gap:8px}.products-search-button,.products-search-clear{border:0;border-radius:10px;padding:10px 14px;font:inherit;font-weight:700;cursor:pointer}.products-search-button{background:var(--bc-navy-dark);color:#fff}.products-search-clear{background:#14263b14;color:var(--bc-navy-dark)}.products-controls-section,.products-controls,.products-categories,.products-toolbar,.products-search,.products-sort,.products-category-chip,.products-category-list,.products-category-group,.products-category-row,.products-subcategory-row,.products-category-link,.products-subcategory-link,.products-category-clear,.products-category-clear--child,.products-category-check,.products-subcategory-list{display:none}@media(max-width:1100px){.products-layout{grid-template-columns:220px minmax(0,1fr)}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}@media(max-width:980px){.products-layout{grid-template-columns:1fr}.products-sidebar{position:static;top:auto}}@media(max-width:820px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-results__head{flex-direction:column;align-items:flex-start}}@media(max-width:560px){.products-sidebar-card{padding:14px}.products-grid{grid-template-columns:1fr}}.product-detail-layout{display:grid;grid-template-columns:minmax(280px,460px) minmax(0,1fr);gap:2rem;align-items:start}.product-detail-image-wrap{border-radius:20px;overflow:hidden;background:#fff;border:1px solid rgba(24,53,36,.12);box-shadow:0 18px 40px #18352414}.product-detail-image{display:block;width:100%;height:auto;object-fit:cover}.product-detail-info h1{margin:.35rem 0 .75rem;line-height:1.1}.product-detail-category{margin:0;font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.72}.product-detail-sku{margin:0 0 .75rem;opacity:.7}.product-detail-price{margin:0 0 1rem;font-size:clamp(1.75rem,3vw,2.4rem);font-weight:800}.product-detail-description{margin:0 0 1.5rem;line-height:1.7}.product-detail-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-top:1.5rem}.product-detail-meta__item{padding:1rem;border-radius:16px;border:1px solid rgba(24,53,36,.12);background:#fff}.product-detail-meta__item .label{display:block;margin-bottom:.35rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;opacity:.6}.product-detail-meta__item .value{display:block;font-weight:700}.product-specs-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.product-specs-card{padding:1.4rem;border-radius:18px;background:#fff;border:1px solid rgba(24,53,36,.12);box-shadow:0 14px 30px #1835240f}.product-specs-card h2{margin:0 0 1rem}.product-specs-grid{display:grid;gap:.75rem}.product-spec-row{display:flex;justify-content:space-between;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(24,53,36,.1)}.product-spec-row:last-child{padding-bottom:0;border-bottom:0}.product-spec-row span{opacity:.7}.product-spec-row strong{text-align:right}.product-richtext-lines{display:grid;gap:.7rem}.product-richtext-lines p{margin:0;line-height:1.65}.product-bullet-list{margin:0;padding-left:1.1rem;display:grid;gap:.65rem}@media(max-width:860px){.product-detail-layout,.product-specs-layout,.product-detail-meta{grid-template-columns:1fr}.product-spec-row{flex-direction:column}.product-spec-row strong{text-align:left}}.product-detail-page{background:var(--bg-page)}.product-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px;font-size:14px;color:var(--bc-text-muted)}.product-breadcrumbs a{text-decoration:none;color:var(--bc-navy)}.product-breadcrumbs .is-current{color:var(--bc-text);font-weight:700}.product-detail-layout{display:grid;grid-template-columns:1.05fr 1fr;gap:28px;align-items:start}.product-detail-image-wrap{position:relative;background:var(--bg-surface);border:1px solid var(--bc-border);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-soft)}.product-detail-image{width:100%;aspect-ratio:4 / 3;object-fit:contain;display:block}.product-detail-badge{position:absolute;top:14px;left:14px;padding:7px 12px;border-radius:999px;background:var(--bc-yellow);color:var(--bc-navy-dark);font-size:12px;font-weight:800}.product-detail-info{background:var(--bg-surface);border:1px solid var(--bc-border);border-radius:18px;box-shadow:var(--shadow-soft);padding:26px}.product-detail-category{margin:0 0 10px;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--bc-blue)}.product-detail-info h1{margin:0;font-size:clamp(2rem,3vw,3.2rem);line-height:1.02;letter-spacing:-.03em;color:var(--bc-navy)}.product-detail-sku{margin:14px 0 0;font-size:14px;font-weight:700;color:var(--bc-text-muted);text-transform:uppercase;letter-spacing:.03em}.product-detail-price{margin:18px 0 0;font-size:2rem;font-weight:800;color:var(--bc-navy-dark)}.product-detail-description{margin:18px 0 0;line-height:1.7;color:var(--bc-text-muted);max-width:54ch}.product-detail-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.product-detail-btn{min-height:46px;padding:0 18px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;transition:transform .2s ease,background .2s ease}.product-detail-btn:hover{transform:translateY(-1px)}.product-detail-btn--primary{background:var(--bc-yellow);color:var(--bc-navy-dark)}.product-detail-btn--primary:hover{background:var(--bc-yellow-soft)}.product-detail-btn--secondary{background:var(--bc-navy);color:var(--bc-white)}.product-detail-btn--secondary:hover{background:var(--bc-blue)}.product-detail-meta{margin-top:24px;padding-top:20px;border-top:1px solid var(--bc-border);display:grid;gap:14px}.product-detail-meta__item{display:flex;flex-direction:column;gap:4px}.product-detail-meta__item .label{font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--bc-text-muted)}.product-detail-meta__item .value{color:var(--bc-text);font-weight:600}.product-specs-section{background:var(--bg-soft)}.product-specs-card{background:var(--bg-surface);border:1px solid var(--bc-border);border-radius:18px;box-shadow:var(--shadow-soft);padding:26px}.product-specs-card h2{margin:0 0 18px;color:var(--bc-navy)}.product-specs-grid{display:grid;gap:12px}.product-spec-row{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--bc-border)}.product-spec-row:last-child{border-bottom:none}.product-spec-row span{color:var(--bc-text-muted)}.product-spec-row strong{color:var(--bc-text);text-align:right}.related-products-section{background:var(--bg-page)}.related-products-head{margin-bottom:20px}.related-products-head h2{margin:0;color:var(--bc-navy);font-size:clamp(1.7rem,2.4vw,2.5rem)}.related-products-head p{margin:8px 0 0;color:var(--bc-text-muted)}.related-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-detail-empty{background:var(--bg-surface);border:1px solid var(--bc-border);border-radius:18px;box-shadow:var(--shadow-soft);padding:32px;text-align:center}.product-detail-empty h1{margin:0 0 10px;color:var(--bc-navy)}.product-detail-empty p{margin:0 0 20px;color:var(--bc-text-muted)}.product-detail-image-wrap{position:relative}.product-detail-image-wrap:after{content:"Images may not reflect exact product";position:absolute;bottom:8px;right:10px;font-size:10px;letter-spacing:.3px;color:#ffffffe6;background:#0a2979d9;padding:4px 6px;border-radius:4px;pointer-events:none;z-index:2}@media(max-width:980px){.product-detail-layout{grid-template-columns:1fr}.related-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.product-detail-info{padding:20px}.product-detail-actions{flex-direction:column}.product-detail-btn{width:100%}.product-spec-row{flex-direction:column;gap:6px}.product-spec-row strong{text-align:left}.related-products-grid{grid-template-columns:1fr}}.quote-hero{background:linear-gradient(180deg,#0a2979f5,#071d57f5)!important;color:var(--bc-white)}.quote-hero__content{max-width:760px;padding:20px 0}.quote-hero__eyebrow{margin:0 0 12px;font-size:.84rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffffffd6}.quote-hero__content h1{margin:0;font-size:clamp(2.3rem,4vw,4rem);line-height:1;letter-spacing:-.03em}.quote-hero__content p{margin:16px 0 0;max-width:46ch;line-height:1.6;color:#ffffffeb}.quote-page-section{background:var(--bg-page)}.quote-layout{display:grid;grid-template-columns:.9fr 1.2fr;gap:24px;align-items:start}.quote-info-card,.quote-form-card{background:var(--bg-surface);border:1px solid var(--bc-border);border-radius:18px;box-shadow:var(--shadow-soft);padding:26px}.quote-info-card__eyebrow{margin:0 0 10px;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--bc-blue)}.quote-info-card h2,.quote-form-card h2{margin:0;color:var(--bc-navy);font-size:clamp(1.7rem,2.5vw,2.4rem);line-height:1.05}.quote-info-list{margin:18px 0 0;padding-left:18px;color:var(--bc-text);line-height:1.8}.quote-contact-block{margin-top:24px;padding-top:20px;border-top:1px solid var(--bc-border)}.quote-contact-block h3{margin:0 0 8px;color:var(--bc-navy)}.quote-contact-block p{margin:0;color:var(--bc-text-muted);line-height:1.6}.quote-contact-links{display:flex;flex-direction:column;gap:8px;margin-top:14px}.quote-contact-links a{color:var(--bc-navy);font-weight:700;text-decoration:none}.quote-form-card__intro{margin:12px 0 0;color:var(--bc-text-muted);line-height:1.6}.quote-form{margin-top:22px}.quote-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.quote-field{display:flex;flex-direction:column;gap:8px}.quote-field--full{grid-column:1 / -1}.quote-field label{font-size:14px;font-weight:800;color:var(--bc-text)}.quote-field input,.quote-field select,.quote-field textarea{width:100%;box-sizing:border-box;border:1px solid var(--bc-border);border-radius:12px;background:var(--bc-white);color:var(--bc-text);font-size:15px;padding:12px 14px;font:inherit}.quote-field textarea{resize:vertical;min-height:160px}.quote-form__actions{margin-top:22px}.quote-btn{min-height:48px;padding:0 20px;border:none;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;cursor:pointer;transition:transform .2s ease,background .2s ease}.quote-btn:hover{transform:translateY(-1px)}.quote-btn--primary{background:var(--bc-yellow);color:var(--bc-navy-dark)}.quote-btn--primary:hover{background:var(--bc-yellow-soft)}.quote-form__note{margin:14px 0 0;color:var(--bc-text-muted);font-size:14px;line-height:1.6}.quote-wholesale-note{margin-top:20px;padding:14px 16px;background:#00000008;border-left:4px solid #c8102e;border-radius:4px}.quote-wholesale-note strong{display:block;margin-bottom:4px}@media(max-width:900px){.quote-layout{grid-template-columns:1fr}}@media(max-width:640px){.quote-info-card,.quote-form-card{padding:20px;border-radius:14px}.quote-form__grid{grid-template-columns:1fr}.quote-btn{width:100%}}.community-hero{background:linear-gradient(180deg,#0a2979f5,#071d57f5)!important;color:var(--bc-white)}.community-hero__content{max-width:780px;padding:20px 0}.community-hero__eyebrow{margin:0 0 12px;font-size:.84rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffffffd6}.community-hero__content h1{margin:0;font-size:clamp(2.3rem,4vw,4rem);line-height:1;letter-spacing:-.03em}.community-hero__content p{margin:16px 0 0;max-width:48ch;line-height:1.65;color:#ffffffeb}.community-section--navy{background:var(--bc-navy)!important;color:var(--bc-white)}.community-card{background:var(--bg-surface);border:1px solid var(--bc-border);border-radius:18px;box-shadow:var(--shadow-soft);padding:28px}.community-section--navy .community-card{background:transparent;border:none;box-shadow:none;padding:0}.community-section__heading{margin-bottom:18px}.community-section__eyebrow{margin:0 0 10px;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--bc-blue)}.community-section__eyebrow--light{color:#ffffffc7}.community-section__heading h2,.community-cta__content h2{margin:0;color:var(--bc-navy);font-size:clamp(1.8rem,2.8vw,2.8rem);line-height:1.05;letter-spacing:-.03em}.community-section--navy .community-cta__content h2{color:var(--bc-white)}.community-copy{margin:0 0 16px;color:var(--bc-text-muted);line-height:1.7;max-width:68ch}.community-copy:last-child{margin-bottom:0}.community-steps{display:grid;gap:18px}.community-step{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:start;padding:18px 0;border-top:1px solid var(--bc-border)}.community-step:first-child{border-top:none;padding-top:0}.community-step__number{width:44px;height:44px;border-radius:999px;background:var(--bc-yellow);color:var(--bc-navy-dark);display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem}.community-step h3{margin:0 0 8px;color:var(--bc-navy);font-size:1.15rem}.community-step p{margin:0;color:var(--bc-text-muted);line-height:1.65}.community-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.community-list{margin:0;padding-left:20px;color:var(--bc-text);line-height:1.8}.community-cta{display:flex;align-items:center;justify-content:space-between;gap:28px}.community-cta__content{max-width:700px}.community-cta__content p:last-child{margin:16px 0 0;color:#ffffffe6;line-height:1.65}.community-cta__actions{display:flex;gap:12px;flex-wrap:wrap}.community-btn{min-height:48px;padding:0 18px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;transition:transform .2s ease,background .2s ease,color .2s ease}.community-btn:hover{transform:translateY(-1px)}.community-btn--primary{background:var(--bc-yellow);color:var(--bc-navy-dark)}.community-btn--primary:hover{background:var(--bc-yellow-soft)}.community-btn--secondary{background:#ffffff1f;color:var(--bc-white);border:1px solid rgba(255,255,255,.24)}.community-btn--secondary:hover{background:#ffffff2e}@media(max-width:900px){.community-grid{grid-template-columns:1fr}.community-cta{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.community-card{padding:20px;border-radius:14px}.community-step{grid-template-columns:1fr;gap:12px}.community-cta__actions{width:100%;flex-direction:column}.community-btn{width:100%}}.contact-hero{background:linear-gradient(180deg,#0a2979f2,#061950f2)!important;color:#fff}.contact-hero__content{max-width:700px}.contact-hero__eyebrow{font-weight:700;letter-spacing:1px;text-transform:uppercase;opacity:.8;margin-bottom:10px}.contact-section{background:var(--bg-page)}.contact-layout{display:grid;grid-template-columns:420px 1fr;gap:28px}.contact-info-card,.contact-form-card{background:var(--bg-surface);border-radius:18px;border:1px solid var(--bc-border);padding:28px;box-shadow:var(--shadow-soft)}.contact-info-list{display:grid;gap:18px;margin-top:18px}.contact-info-item .label{display:block;font-weight:700;color:var(--bc-text-muted);margin-bottom:4px}.contact-info-item a{color:var(--bc-navy);text-decoration:none;font-weight:600}.contact-hours{margin-top:26px}.contact-hours ul{list-style:none;padding:0;margin:10px 0 0}.contact-hours li{display:flex;justify-content:space-between;padding:4px 0;color:var(--bc-text)}.contact-social{margin-top:26px}.contact-social-links{display:flex;gap:14px;margin-top:10px}.contact-social-links a{text-decoration:none;font-weight:700;color:var(--bc-navy)}.contact-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px}.contact-field{display:flex;flex-direction:column}.contact-field label{font-weight:700;margin-bottom:6px}.contact-field input,.contact-field textarea{border:1px solid var(--bc-border);border-radius:10px;padding:12px;font-size:14px}.contact-field-full{grid-column:span 2}.contact-submit{margin-top:20px;background:var(--bc-yellow);color:var(--bc-navy-dark);border:none;padding:14px 20px;border-radius:10px;font-weight:800;cursor:pointer}.contact-submit:hover{background:var(--bc-yellow-soft)}@media(max-width:900px){.contact-layout,.contact-form-grid{grid-template-columns:1fr}.contact-field-full{grid-column:span 1}}.admin-dashboard-page{padding:32px;background:#f6f8fb;min-height:100%}.admin-dashboard-wrap{width:100%;max-width:1280px;margin:0 auto}.admin-dashboard-topbar{margin-bottom:24px}.admin-dashboard-topbar h1{margin:4px 0 8px;font-size:2rem;color:#10233a}.admin-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.admin-dashboard-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:24px;box-shadow:0 10px 28px #10233a0f}.admin-dashboard-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.admin-dashboard-card-eyebrow{margin:0 0 6px;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7c8a9a}.admin-dashboard-card h2{margin:0;font-size:1.25rem;color:#10233a}.admin-dashboard-card-copy{margin:0;color:#5b6470}.admin-dashboard-primary-btn,.admin-dashboard-link-btn{border:0;border-radius:999px;padding:11px 16px;font-weight:700;cursor:pointer;white-space:nowrap}.admin-dashboard-primary-btn{background:#10233a;color:#fff}.admin-dashboard-primary-btn:disabled{opacity:.7;cursor:not-allowed}.admin-dashboard-link-btn{background:#eef2f7;color:#10233a}.admin-dashboard-message{margin:0 0 16px;padding:12px 14px;border-radius:12px;font-size:.95rem}.admin-dashboard-message.error{background:#fef3f2;color:#b42318;border:1px solid #fecdca}.admin-dashboard-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-dashboard-stat{padding:16px;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0}.admin-dashboard-stat--full{grid-column:1 / -1}.admin-dashboard-stat-label{display:block;margin-bottom:8px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#7c8a9a}.admin-dashboard-stat strong{font-size:1.35rem;color:#10233a}@media(max-width:900px){.admin-dashboard-grid{grid-template-columns:1fr}.admin-dashboard-card-head{flex-direction:column;align-items:flex-start}}.admin-auth-screen{min-height:100vh;display:grid;place-items:center;background:#f4f6fa;padding:24px}.admin-auth-card{width:100%;max-width:420px;background:#fff;border-radius:18px;padding:28px;box-shadow:0 18px 40px #10182814;border:1px solid rgba(15,23,42,.06)}.admin-auth-eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700;color:#667085}.admin-auth-card h1{margin:0 0 8px}.admin-auth-subtext{margin:0 0 20px;color:#667085}.admin-auth-form{display:grid;gap:14px}.admin-auth-form label{display:grid;gap:6px;font-weight:600;color:#1f2937}.admin-auth-form input{padding:12px 14px;border:1px solid #d0d5dd;border-radius:12px;font:inherit}.admin-auth-form button,.admin-logout-btn{border:none;border-radius:12px;padding:12px 16px;font:inherit;font-weight:700;cursor:pointer;background:#111827;color:#fff}.admin-error{margin:0;color:#b42318;font-weight:600}.admin-layout{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr);background:#f8fafc}.admin-sidebar{background:#111827;color:#fff;padding:24px;display:flex;flex-direction:column;gap:24px}.admin-brand h2{margin:0 0 6px}.admin-brand p{margin:0;color:#ffffffb3}.admin-nav{display:flex;flex-direction:column;gap:8px}.admin-nav a{color:#ffffffd6;text-decoration:none;padding:10px 12px;border-radius:10px}.admin-nav a.active,.admin-nav a:hover{background:#ffffff1f;color:#fff}.admin-main{padding:28px}@media(max-width:860px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{gap:16px}}.admin-home-page{display:grid;gap:20px}.admin-home-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.admin-home-eyebrow{margin:0 0 8px;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#667085}.admin-home-topbar h1{margin:0 0 8px;font-size:clamp(1.8rem,3vw,2.3rem);line-height:1.1;color:#111827}.admin-home-subtext{margin:0;color:#667085;max-width:760px}.admin-home-topbar-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-home-save-state{min-height:38px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;font-size:.85rem;font-weight:800}.admin-home-save-state.clean{background:#ecfdf3;color:#027a48}.admin-home-save-state.dirty{background:#fffaeb;color:#b54708}.admin-home-save-btn,.admin-home-secondary-btn,.admin-home-delete-btn{border:none;border-radius:12px;padding:12px 16px;font:inherit;font-weight:700;cursor:pointer}.admin-home-save-btn{background:#111827;color:#fff}.admin-home-secondary-btn{background:#f2f4f7;color:#344054}.admin-home-delete-btn{background:#fff6f5;color:#b42318;padding:10px 12px}.admin-home-save-btn:disabled,.admin-home-delete-btn:disabled{opacity:.6;cursor:not-allowed}.admin-home-message{background:#eff8ff;color:#175cd3;border:1px solid #b2ddff;border-radius:14px;padding:14px 16px;font-weight:600}.admin-home-form{display:grid;gap:20px}.admin-home-card{background:#fff;border:1px solid #e4e7ec;border-radius:18px;padding:22px;box-shadow:0 6px 20px #1018280a}.admin-home-card-header{margin-bottom:18px}.admin-home-card-header.split{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.admin-home-card-header h2{margin:0 0 6px;font-size:1.2rem;color:#101828}.admin-home-card-header p{margin:0;color:#667085}.admin-home-grid{display:grid;gap:16px}.admin-home-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-home-grid label{display:grid;gap:8px;font-size:.95rem;font-weight:700;color:#344054}.admin-home-grid label.full{grid-column:1 / -1}.admin-home-grid input,.admin-home-grid textarea{box-sizing:border-box;width:100%;border:1px solid #d0d5dd;border-radius:12px;padding:12px 14px;font:inherit;color:#101828;background:#fff}.admin-home-grid textarea{resize:vertical;min-height:110px}.admin-home-checkbox{display:flex!important;align-items:center;gap:10px;font-weight:700}.admin-home-checkbox input{width:18px;height:18px;padding:0}.admin-home-stack{display:grid;gap:16px}.admin-home-subcard{border:1px solid #eaecf0;border-radius:16px;padding:18px;background:#fcfcfd}.admin-home-subcard-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.admin-home-subcard-header h3{margin:0;font-size:1rem;color:#101828}.admin-home-grid select{width:100%;border:1px solid #d0d5dd;border-radius:12px;padding:12px 14px;font:inherit;color:#101828;background:#fff}.admin-home-subsection{margin-top:20px}@media(max-width:860px){.admin-home-topbar{flex-direction:column;align-items:stretch}.admin-home-grid.two{grid-template-columns:1fr}.admin-home-grid label.full{grid-column:auto}.admin-home-card-header.split,.admin-home-subcard-header{flex-direction:column;align-items:stretch}}.admin-orders-page{display:grid;gap:20px}.admin-orders-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.admin-orders-eyebrow{margin:0 0 8px;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#667085}.admin-orders-topbar h1{margin:0 0 8px;font-size:clamp(1.8rem,3vw,2.3rem);line-height:1.1;color:#111827}.admin-orders-subtext{margin:0;color:#667085;max-width:700px}.admin-orders-add-btn{border:none;border-radius:12px;padding:12px 16px;background:#111827;color:#fff;font:inherit;font-weight:700;cursor:pointer;white-space:nowrap}.admin-orders-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.admin-orders-summary-card{background:#fff;border:1px solid #e4e7ec;border-radius:16px;padding:18px;display:grid;gap:8px}.admin-orders-summary-card span{color:#667085;font-size:.92rem}.admin-orders-summary-card strong{font-size:1.8rem;line-height:1;color:#101828}.admin-orders-table-wrap{position:relative;background:#fff;border:1px solid #e4e7ec;border-radius:18px;overflow:hidden;min-height:500px}.admin-orders-table{width:100%;filter:blur(1.5px);opacity:.55;pointer-events:none;-webkit-user-select:none;user-select:none}.admin-orders-table-head,.admin-orders-row{display:grid;grid-template-columns:minmax(90px,.9fr) minmax(200px,1.6fr) minmax(120px,1fr) minmax(80px,.7fr) minmax(120px,1fr) minmax(120px,1fr) minmax(160px,1.2fr);gap:14px;align-items:center;padding:16px 18px}.admin-orders-table-head{background:#f8fafc;border-bottom:1px solid #e4e7ec;font-size:.88rem;font-weight:800;color:#475467;text-transform:uppercase;letter-spacing:.04em}.admin-orders-row{border-bottom:1px solid #f2f4f7}.admin-orders-row:last-child{border-bottom:none}.admin-orders-status{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 10px;border-radius:999px;font-size:.85rem;font-weight:700;text-transform:capitalize}.admin-orders-status.paid{background:#ecfdf3;color:#027a48}.admin-orders-status.pending{background:#fffaeb;color:#b54708}.admin-orders-status.processing{background:#eff8ff;color:#175cd3}.admin-orders-status.cancelled{background:#fef3f2;color:#b42318}.admin-orders-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-orders-action-btn{border:1px solid #d0d5dd;background:#fff;color:#344054;border-radius:10px;min-height:36px;padding:0 12px;font:inherit;font-weight:700;cursor:pointer}.admin-orders-overlay{position:absolute;inset:0;display:grid;place-items:center;padding:24px;background:linear-gradient(180deg,#f8fafc85,#f8fafcb8)}.admin-orders-overlay-card{width:min(520px,100%);background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(17,24,39,.08);box-shadow:0 20px 50px #10182824;border-radius:20px;padding:28px;text-align:center}.admin-orders-overlay-eyebrow{margin:0 0 8px;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#667085}.admin-orders-overlay-card h2{margin:0 0 10px;font-size:clamp(1.5rem,2.5vw,2rem);color:#111827}.admin-orders-overlay-card p{margin:0;color:#667085;line-height:1.6}@media(max-width:1200px){.admin-orders-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-orders-table-wrap{overflow-x:auto}.admin-orders-table{min-width:1100px}}@media(max-width:720px){.admin-orders-topbar{flex-direction:column;align-items:stretch}.admin-orders-summary-grid{grid-template-columns:1fr}.admin-orders-overlay-card{padding:22px}}.admin-products-page{display:grid;gap:20px}.admin-products-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.admin-section-eyebrow{margin:0 0 8px;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#667085}.admin-products-topbar h1{margin:0 0 8px;font-size:clamp(1.8rem,3vw,2.3rem);line-height:1.1;color:#111827}.admin-section-subtext{margin:0;color:#667085}.admin-products-topbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-products-add-btn,.admin-products-import-btn{min-height:44px;padding:0 16px;border-radius:10px;font:inherit;font-weight:700;cursor:pointer;white-space:nowrap;transition:.18s ease}.admin-products-add-btn{border:none;background:#111827;color:#fff}.admin-products-add-btn:hover{background:#1f2937}.admin-products-import-btn{border:1px solid #d0d5dd;background:#fff;color:#344054}.admin-products-import-btn:hover{border-color:#98a2b3;background:#f9fafb}.admin-products-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:22px 0;flex-wrap:wrap;background:#fff;border:1px solid #e4e7ec;border-radius:12px;padding:16px}.admin-products-search{flex:1;min-width:280px}.admin-products-search input{width:100%;height:42px;padding:0 14px;border-radius:8px;border:1px solid #d1d5db;font-size:.9rem;background:#fff;transition:border .15s ease}.admin-products-search input:focus{outline:none;border-color:#2563eb}.admin-products-filter{display:flex;flex-direction:column;gap:4px}.admin-products-filter label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.admin-products-filter select{height:42px;padding:0 12px;border-radius:8px;border:1px solid #d1d5db;font-size:.9rem;background:#fff;cursor:pointer}.admin-products-filter select:focus{outline:none;border-color:#2563eb}.admin-products-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.admin-products-summary-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;padding:18px;display:grid;gap:8px}.admin-products-summary-card span{color:#667085;font-size:.92rem}.admin-products-summary-card strong{font-size:1.8rem;line-height:1;color:#101828}.admin-products-table-wrap{background:#fff;border:1px solid #e4e7ec;border-radius:12px;overflow:hidden}.admin-products-table{width:100%}.admin-products-table-head,.admin-products-row{display:grid;grid-template-columns:minmax(240px,2fr) minmax(120px,1fr) minmax(120px,1fr) minmax(100px,.8fr) minmax(150px,1fr) minmax(100px,.8fr) minmax(150px,1fr);gap:14px;align-items:center;padding:16px 18px}.admin-products-table-head{background:#f8fafc;border-bottom:1px solid #e4e7ec;font-size:.88rem;font-weight:800;color:#475467;text-transform:uppercase;letter-spacing:.04em}.admin-products-row{border-bottom:1px solid #f2f4f7}.admin-products-row:last-child{border-bottom:none}.admin-products-product-cell{display:flex;align-items:center;gap:12px;min-width:0}.admin-products-product-meta{min-width:0;display:grid;gap:4px}.admin-products-product-meta strong{color:#101828;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-products-product-meta span{font-size:.85rem;color:#667085}.admin-products-stock-badge,.admin-products-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 10px;border-radius:999px;font-size:.85rem;font-weight:700;text-transform:capitalize}.admin-products-stock-badge.good{background:#ecfdf3;color:#027a48}.admin-products-stock-badge.low{background:#fffaeb;color:#b54708}.admin-products-stock-badge.out{background:#fef3f2;color:#b42318}.admin-products-status-badge.active{background:#ecfdf3;color:#027a48}.admin-products-status-badge.low{background:#fffaeb;color:#b54708}.admin-products-status-badge.draft{background:#f2f4f7;color:#475467}.admin-products-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-products-action-btn{border:1px solid #d0d5dd;background:#fff;color:#344054;border-radius:8px;min-height:36px;padding:0 12px;font:inherit;font-weight:700;cursor:pointer}.admin-products-action-btn.danger{color:#b42318;border-color:#fecdca;background:#fff6f5}.admin-products-empty{padding:48px 20px;text-align:center}.admin-products-empty h2{margin:0 0 8px;color:#101828}.admin-products-empty p{margin:0;color:#667085}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1200px){.admin-products-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-products-table-wrap{overflow-x:auto}.admin-products-table{min-width:1100px}}@media(max-width:720px){.admin-products-topbar{flex-direction:column;align-items:stretch}.admin-products-topbar-actions{width:100%}.admin-products-add-btn,.admin-products-import-btn{flex:1 1 auto;justify-content:center}.admin-products-summary-grid{grid-template-columns:1fr}.admin-products-filter{width:100%}}.admin-csv-parser{padding:28px;max-width:1200px;margin:0 auto}.admin-csv-parser__card{background:#fff;border-radius:14px;padding:28px;border:1px solid #e5e7eb;box-shadow:0 8px 22px #0000000d}.admin-csv-parser__header h2{margin:0 0 6px;font-size:1.6rem;font-weight:700;color:#111827}.admin-csv-parser__header p{margin:0;color:#6b7280;font-size:.95rem}.admin-csv-parser__controls{margin-top:22px;display:grid;grid-template-columns:1fr 1fr auto;gap:16px;align-items:end}.admin-csv-parser__field{display:flex;flex-direction:column;gap:6px}.admin-csv-parser__field label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#4b5563}.admin-csv-parser input[type=file]{padding:10px;border-radius:8px;border:1px solid #d1d5db;background:#f9fafb}.admin-csv-parser select{height:42px;padding:0 12px;border-radius:8px;border:1px solid #d1d5db;background:#fff;font-size:.95rem;cursor:pointer}.admin-csv-parser select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.admin-csv-parser__actions{display:flex;gap:10px}.admin-csv-parser button{height:42px;padding:0 18px;border-radius:8px;border:none;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .18s ease}.admin-csv-parser__actions button:first-child{background:#111827;color:#fff}.admin-csv-parser__actions button:first-child:hover{background:#1f2937}.admin-csv-parser__actions button:last-child{background:#2563eb;color:#fff}.admin-csv-parser__actions button:last-child:hover{background:#1d4ed8}.admin-csv-parser button:disabled{opacity:.45;cursor:not-allowed}.admin-csv-parser__progress-block{margin-top:18px}.admin-csv-parser__progress-top{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:6px;color:#6b7280}.admin-csv-parser__progress-bar{height:10px;background:#e5e7eb;border-radius:8px;overflow:hidden}.admin-csv-parser__progress-fill{height:100%;background:linear-gradient(90deg,#2563eb,#60a5fa);transition:width .2s ease}.admin-csv-parser__message{margin-top:16px;padding:12px 14px;border-radius:8px;font-size:.9rem;font-weight:500}.admin-csv-parser__message--success{background:#ecfdf5;border:1px solid #10b98133;color:#047857}.admin-csv-parser__message--error{background:#fef2f2;border:1px solid #ef444433;color:#b91c1c}.admin-csv-parser__summary{margin-top:16px;display:flex;gap:24px;font-size:.9rem;color:#374151}.admin-csv-parser__table-wrap{margin-top:22px;overflow-x:auto}.admin-csv-parser__table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-csv-parser__table th{text-align:left;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;padding:10px 12px;background:#f3f4f6;color:#4b5563}.admin-csv-parser__table td{padding:10px 12px;border-bottom:1px solid #f1f5f9}.admin-csv-parser__table tr:hover{background:#f9fafb}.admin-product-form-page{padding:28px;max-width:1100px;margin:0 auto}.admin-product-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 12px 30px #0f172a0f;padding:28px}.admin-product-form-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;flex-wrap:wrap}.admin-product-form-back-btn{height:42px;padding:0 16px;border-radius:10px;border:1px solid #d7deea;background:#fff;color:#1f2937;font-weight:600;cursor:pointer;transition:all .18s ease}.admin-product-form-back-btn:hover{background:#f8fafc;border-color:#c4cfdd}.admin-product-form-message{margin-bottom:18px;padding:12px 14px;border-radius:10px;font-weight:600;font-size:.95rem}.admin-product-form-message.success{background:#ecfdf3;border:1px solid #bbf7d0;color:#166534}.admin-product-form-message.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.admin-product-form{width:100%}.admin-product-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.admin-product-form-field{display:flex;flex-direction:column;gap:8px}.admin-product-form-field--full{grid-column:1 / -1}.admin-product-form-field label{font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#475569}.admin-product-form-field input,.admin-product-form-field select{width:100%;height:46px;padding:10px;border-radius:10px;border:1px solid #d6dde8;background:#fff;font-size:.95rem;color:#111827;transition:border-color .18s ease,box-shadow .18s ease}.admin-product-form-field input:focus,.admin-product-form-field select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.admin-product-form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;flex-wrap:wrap}.admin-product-form-secondary,.admin-product-form-primary{height:44px;padding:0 18px;border-radius:10px;font-weight:700;cursor:pointer;transition:all .18s ease}.admin-product-form-secondary{border:1px solid #d7deea;background:#fff;color:#1f2937}.admin-product-form-secondary:hover{background:#f8fafc}.admin-product-form-primary{border:none;background:#163b73;color:#fff}.admin-product-form-primary:hover{background:#1d4f97}.admin-product-form-primary:disabled,.admin-product-form-secondary:disabled{opacity:.6;cursor:not-allowed}@media(max-width:760px){.admin-product-form-page{padding:18px}.admin-product-form-card{padding:20px}.admin-product-form-grid{grid-template-columns:1fr}.admin-product-form-field--full{grid-column:auto}.admin-product-form-actions{justify-content:stretch}.admin-product-form-actions button{width:100%}}.admin-product-edit-page{padding:28px 28px 120px;max-width:1100px;margin:0 auto}.admin-product-edit-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 12px 30px #0f172a0f;padding:28px}.admin-product-edit-card--wide{max-width:1200px}.admin-product-edit-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;flex-wrap:wrap}.admin-product-edit-section{margin-bottom:2rem;padding:1.25rem;border:1px solid rgba(0,0,0,.08);border-radius:16px;background:#fff}.admin-product-edit-section h2{margin:0 0 1rem;font-size:1.05rem;font-weight:700}.admin-product-edit-message{margin-bottom:18px;padding:12px 14px;border-radius:10px;font-weight:600;font-size:.95rem}.admin-product-edit-message.success{background:#ecfdf3;border:1px solid #bbf7d0;color:#166534}.admin-product-edit-message.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.admin-product-edit-form{width:100%}.admin-product-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.admin-product-edit-field{display:flex;flex-direction:column;gap:8px}.admin-product-edit-field--full{grid-column:1 / -1}.admin-product-edit-field label{font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#475569}.admin-product-edit-field input,.admin-product-edit-field select,.admin-product-edit-field textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #d6dde8;background:#fff;font-size:.95rem;color:#111827;transition:border-color .18s ease,box-shadow .18s ease;font:inherit}.admin-product-edit-field input,.admin-product-edit-field select{height:46px}.admin-product-edit-field textarea{resize:vertical;min-height:110px}.admin-product-edit-field input:focus,.admin-product-edit-field select:focus,.admin-product-edit-field textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.admin-product-edit-field--checkbox{justify-content:end}.admin-product-edit-field--checkbox input{width:18px;height:18px}.admin-product-image-preview-wrap{margin-top:12px;padding:12px;border:1px solid #d9dee7;border-radius:12px;background:#f8fafc;max-width:280px}.admin-product-image-preview{display:block;width:100%;max-width:240px;height:auto;border-radius:10px;object-fit:cover}.admin-product-edit-secondary,.admin-product-edit-primary{min-height:44px;padding:0 18px;border-radius:10px;font-weight:700;cursor:pointer;transition:all .18s ease;font:inherit}.admin-product-edit-secondary{border:1px solid #d7deea;background:#fff;color:#1f2937}.admin-product-edit-secondary:hover{background:#f8fafc}.admin-product-edit-primary{border:none;background:#163b73;color:#fff}.admin-product-edit-primary:hover{background:#1d4f97}.admin-product-edit-primary:disabled,.admin-product-edit-secondary:disabled{opacity:.6;cursor:not-allowed}.admin-product-edit-actions-spacer{height:90px}.admin-product-edit-floating-actions{position:fixed;left:0;right:0;bottom:0;z-index:1000;padding:14px 18px calc(14px + env(safe-area-inset-bottom));background:linear-gradient(to top,#0a0e16f5,#0a0e16e0);border-top:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 -10px 30px #00000047}.admin-product-edit-floating-actions__inner{max-width:1200px;margin:0 auto;display:flex;gap:12px;justify-content:flex-end;align-items:center;flex-wrap:wrap}.admin-product-edit-floating-actions .admin-product-edit-primary,.admin-product-edit-floating-actions .admin-product-edit-secondary{min-height:46px}.admin-product-edit-actions,.admin-product-edit-topbar-actions,.admin-product-edit-nav-btn,.admin-product-edit-back-btn{display:none}@media(max-width:860px){.admin-product-edit-grid{grid-template-columns:1fr}.admin-product-edit-field--full{grid-column:auto}}@media(max-width:760px){.admin-product-edit-page{padding:18px 18px 170px}.admin-product-edit-card{padding:20px}.admin-product-edit-actions-spacer{height:130px}.admin-product-edit-floating-actions{padding:12px}.admin-product-edit-floating-actions__inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-product-edit-floating-actions .admin-product-edit-primary,.admin-product-edit-floating-actions .admin-product-edit-secondary{width:100%}}@media(max-width:560px){.admin-product-edit-page{padding-bottom:220px}.admin-product-edit-actions-spacer{height:190px}.admin-product-edit-floating-actions__inner{grid-template-columns:1fr}}.catalog-page{background:radial-gradient(circle at top,rgba(255,255,255,.06),transparent 30%),linear-gradient(180deg,var(--bg-page),var(--bg-page));min-height:100vh;color:var(--text-main)}.catalog-hero{padding:56px 0 28px;background:linear-gradient(180deg,#0a2979f5,#071d57f5);color:var(--bc-white, #fff);border-bottom:1px solid rgba(255,255,255,.08)}.catalog-hero-inner{width:min(80%,1280px);margin:0 auto}.catalog-eyebrow{margin:0 0 10px;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:700;opacity:.82}.catalog-hero h1{margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.catalog-lead{max-width:760px;margin:18px 0 0;font-size:1.05rem;line-height:1.7;color:#ffffffe6}.catalog-content{width:min(80%,1280px);margin:0 auto;padding:28px 0 56px}.catalog-card{background:var(--bg-surface, #fff);border:1px solid var(--border-color, rgba(0, 0, 0, .08));border-radius:24px;overflow:hidden;box-shadow:0 20px 50px #0a183c1a}.catalog-card-top{display:flex;justify-content:space-between;align-items:end;gap:24px;padding:24px 24px 20px;border-bottom:1px solid var(--border-color, rgba(0, 0, 0, .08));background:linear-gradient(180deg,#0a297908,#0a297900)}.catalog-card-eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;color:var(--brand-primary, #0a2979)}.catalog-card-top h2{margin:0;font-size:clamp(1.35rem,2vw,1.8rem);color:var(--text-main, #142033)}.catalog-card-note{max-width:420px;margin:0;font-size:.95rem;line-height:1.6;color:var(--text-muted, #5f6b7a);text-align:right}.catalog-frame-wrap{background:#eef2f7;padding:14px}.catalog-frame{display:block;width:100%;height:78vh;min-height:900px;border:0;border-radius:18px;background:#fff}@media(max-width:980px){.catalog-content,.catalog-hero-inner{width:min(92%,1280px)}.catalog-card-top{flex-direction:column;align-items:flex-start}.catalog-card-note{max-width:none;text-align:left}.catalog-frame{height:72vh;min-height:720px}}@media(max-width:640px){.catalog-hero{padding:42px 0 22px}.catalog-content{padding:20px 0 40px}.catalog-card{border-radius:18px}.catalog-card-top{padding:18px 18px 16px}.catalog-frame-wrap{padding:8px}.catalog-frame{border-radius:12px;height:70vh;min-height:620px}}.admin-categories-page{display:grid;gap:20px}.admin-categories-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.admin-categories-topbar h1{margin:0 0 8px;font-size:clamp(1.8rem,3vw,2.3rem);line-height:1.1;color:#111827}.admin-categories-topbar-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-categories-primary-btn,.admin-categories-secondary-btn{min-height:44px;padding:0 16px;border-radius:10px;font:inherit;font-weight:700;cursor:pointer;transition:.18s ease}.admin-categories-primary-btn{border:none;background:#111827;color:#fff}.admin-categories-primary-btn:hover{background:#1f2937}.admin-categories-secondary-btn{border:1px solid #d0d5dd;background:#fff;color:#344054}.admin-categories-secondary-btn:hover{border-color:#98a2b3;background:#f9fafb}.admin-categories-layout{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:20px;align-items:start}.admin-categories-form-card,.admin-categories-list-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;overflow:hidden}.admin-categories-card-head{padding:18px 18px 0}.admin-categories-card-head h2{margin:0 0 6px;color:#101828;font-size:1.15rem}.admin-categories-card-head p{margin:0;color:#667085}.admin-categories-form{padding:18px;display:grid;gap:16px}.admin-categories-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.admin-categories-field{display:grid;gap:6px}.admin-categories-field label{font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#475467}.admin-categories-field input,.admin-categories-field select,.admin-categories-field textarea{width:100%;border:1px solid #d0d5dd;border-radius:10px;background:#fff;padding:12px 14px;font:inherit;color:#101828}.admin-categories-field input:focus,.admin-categories-field select:focus,.admin-categories-field textarea:focus{outline:none;border-color:#2563eb}.admin-categories-field textarea{resize:vertical;min-height:110px}.admin-categories-checkbox-row{display:flex;flex-wrap:wrap;gap:16px}.admin-categories-checkbox{display:inline-flex;align-items:center;gap:10px;color:#344054;font-weight:600}.admin-categories-checkbox input{width:16px;height:16px}.admin-categories-save-message{margin:0;color:#027a48;font-weight:700}.admin-categories-form-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-categories-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.admin-categories-summary-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;padding:18px;display:grid;gap:8px}.admin-categories-summary-card span{color:#667085;font-size:.92rem}.admin-categories-summary-card strong{font-size:1.8rem;line-height:1;color:#101828}.admin-categories-table-wrap{border-top:1px solid #e4e7ec;overflow:hidden}.admin-categories-table{width:100%}.admin-categories-table-head,.admin-categories-row{display:grid;grid-template-columns:minmax(220px,2fr) minmax(130px,1fr) minmax(130px,1fr) minmax(150px,1fr) minmax(90px,.7fr) minmax(100px,.8fr) minmax(150px,1fr);gap:14px;align-items:center;padding:16px 18px}.admin-categories-table-head{background:#f8fafc;border-bottom:1px solid #e4e7ec;font-size:.88rem;font-weight:800;color:#475467;text-transform:uppercase;letter-spacing:.04em}.admin-categories-row{border-bottom:1px solid #f2f4f7}.admin-categories-row:last-child{border-bottom:none}.admin-categories-main-cell{display:flex;align-items:center;gap:12px;min-width:0}.admin-categories-main-meta{min-width:0;display:grid;gap:4px}.admin-categories-main-meta strong{color:#101828;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-categories-main-meta span{font-size:.85rem;color:#667085}@media(max-width:1250px){.admin-categories-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-categories-list-card{overflow-x:auto}.admin-categories-table{min-width:1050px}}@media(max-width:980px){.admin-categories-layout{grid-template-columns:1fr}}@media(max-width:720px){.admin-categories-topbar{flex-direction:column;align-items:stretch}.admin-categories-summary-grid,.admin-categories-form-grid{grid-template-columns:1fr}}
