:root{--color-orange: #e87722;--color-orange-dark: #c5601a;--color-orange-light: #f0954a;--color-black: #111111;--color-dark: #1a1a1a;--color-dark-2: #222222;--color-gray: #555555;--color-gray-light: #888888;--color-border: #e0e0e0;--color-bg: #f5f5f5;--color-white: #ffffff;--color-green: #22c55e;--color-red: #dc2626;--font-sans: "Inter", system-ui, sans-serif;--font-display: "Barlow", system-ui, sans-serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--shadow-sm: 0 1px 3px rgba(0,0,0,.1);--shadow-md: 0 4px 16px rgba(0,0,0,.12);--shadow-lg: 0 8px 32px rgba(0,0,0,.15);--shadow-card: 0 2px 12px rgba(0,0,0,.08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-sans);background-color:var(--color-white);color:var(--color-dark-2);line-height:1.6;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;color:var(--color-black);line-height:1.15}h1{font-size:clamp(1.75rem,4vw,3rem);font-weight:900}h2{font-size:clamp(1.4rem,3vw,2.2rem);font-weight:800}h3{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:700}h4{font-size:1.1rem;font-weight:600}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){.container{padding:0 2rem}}.section-padding{padding:4rem 0}@media(max-width:768px){.section-padding{padding:2.5rem 0}}.page-header{position:relative;background:linear-gradient(#0000008c,#0000008c),url(/cdn/shop/files/hero-bg.jpg) center/cover no-repeat;background-color:var(--color-dark-2);padding:3rem 0}.page-header h1{font-size:clamp(1.5rem,4vw,2.5rem);color:var(--color-white);text-transform:uppercase;font-weight:900;letter-spacing:.04em;position:relative;z-index:1}.page-header:after{content:"";display:block;width:48px;height:3px;background:var(--color-orange);margin-top:.75rem;position:relative;z-index:1}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-family:var(--font-display);font-weight:700;font-size:.875rem;letter-spacing:.03em;transition:all .2s ease;white-space:nowrap;cursor:pointer;border:2px solid transparent;text-transform:uppercase}.btn-primary{background:var(--color-black);color:var(--color-white);border-color:var(--color-black)}.btn-primary:hover{background:var(--color-dark-2);border-color:var(--color-dark-2)}.btn-outline{background:transparent;color:var(--color-black);border-color:var(--color-black)}.btn-outline:hover{background:var(--color-black);color:var(--color-white)}.btn-orange{background:var(--color-orange);color:var(--color-white);border-color:var(--color-orange)}.btn-orange:hover{background:var(--color-orange-dark);border-color:var(--color-orange-dark)}.btn-ghost{background:transparent;color:var(--color-white);border-color:var(--color-white)}.btn-ghost:hover{background:var(--color-white);color:var(--color-black)}.btn-sm{padding:.5rem 1rem;font-size:.8rem}.btn-lg{padding:.875rem 2rem;font-size:.9375rem}.btn-full{width:100%;justify-content:center}.badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:9999px;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.badge-orange{background:var(--color-orange);color:var(--color-white)}.badge-green{background:#22c55e;color:#fff}.badge-red{background:#dc2626;color:#fff}.badge-dark{background:var(--color-dark-2);color:var(--color-white)}.badge-muted{background:#e4e4e7;color:var(--color-gray)}.badge-gold{background:#c8a84b26;color:#a07820;border:1px solid rgba(200,168,75,.3)}.badge-blue{background:#3b82f626;color:#2563eb;border:1px solid rgba(59,130,246,.3)}.card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:all .3s ease}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.input-field{width:100%;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem 1rem;color:var(--color-black);font-size:.875rem;transition:border-color .2s,box-shadow .2s;outline:none}.input-field::placeholder{color:var(--color-gray-light)}.input-field:focus{border-color:var(--color-orange);box-shadow:0 0 0 3px #e877221f}textarea.input-field{resize:vertical;min-height:120px}select.input-field{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem;cursor:pointer}.form-label{display:block;font-size:.8rem;font-weight:600;color:var(--color-gray);margin-bottom:.375rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.section-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-orange);margin-bottom:.75rem}.divider{border:none;border-top:1px solid var(--color-border);margin:2rem 0}.announcement-bar{background:var(--color-orange);padding:.5rem 0;font-size:.75rem;color:var(--color-white)}.announcement-bar .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.announcement-bar a{color:var(--color-white)}.announcement-bar a:hover{opacity:.85}.ann-left{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.ann-right{display:flex;align-items:center;gap:0}.ann-right a{display:flex;align-items:center;gap:.375rem;padding:.25rem 1rem;border-left:1px solid rgba(255,255,255,.3);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;transition:background .15s}.ann-right a:first-child{border-left:none}.ann-right a:hover{background:#0000001a}@media(max-width:639px){.announcement-bar{display:none}}.site-header{position:sticky;top:0;z-index:100;background:var(--color-white);border-bottom:1px solid var(--color-border);box-shadow:0 2px 8px #0000000f}.header-inner{display:flex;align-items:center;justify-content:space-between;height:4.5rem;gap:1rem}@media(min-width:1024px){.header-inner{height:5rem}}.header-left{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.header-logo{display:flex;align-items:center}.header-logo img{height:44px;width:auto;object-fit:contain}.logo-fallback{display:flex;align-items:center;gap:.5rem}.logo-icon{width:38px;height:38px;border-radius:var(--radius-md);background:var(--color-orange);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:900;font-size:1.1rem;color:var(--color-white)}.logo-text-top{font-family:var(--font-display);font-weight:800;font-size:1.1rem;color:var(--color-black);line-height:1}.logo-text-sub{font-size:.6rem;letter-spacing:.2em;color:var(--color-orange);font-weight:600;text-transform:uppercase;line-height:1;margin-top:2px}.header-phone{display:none;align-items:center;gap:.625rem;padding-left:1.25rem;border-left:1px solid var(--color-border)}@media(min-width:1024px){.header-phone{display:flex}}.header-phone-icon{width:36px;height:36px;border-radius:50%;background:var(--color-orange);display:flex;align-items:center;justify-content:center;color:var(--color-white);flex-shrink:0}.header-phone-label{font-size:.7rem;color:var(--color-gray-light);line-height:1;margin-bottom:2px}.header-phone-number{font-family:var(--font-display);font-size:1rem;font-weight:800;color:var(--color-black);line-height:1}.site-nav{display:none;align-items:center;gap:0}@media(min-width:1024px){.site-nav{display:flex}}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:var(--color-dark-2);transition:color .15s;white-space:nowrap;background:none;border:none;cursor:pointer;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.04em}.nav-link:hover,.nav-link.active{color:var(--color-orange)}.nav-chevron{width:13px;height:13px;transition:transform .2s ease}.nav-item.open .nav-chevron{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:calc(100% + 4px);left:0;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.5rem;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .2s ease;box-shadow:var(--shadow-md);z-index:200}.nav-item.open .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link{display:flex;align-items:center;gap:.625rem;padding:.625rem .875rem;border-radius:var(--radius-sm);transition:background .15s;font-size:.875rem;color:var(--color-dark-2)}.dropdown-link:hover{background:var(--color-bg);color:var(--color-orange)}.dropdown-link-icon{width:28px;height:28px;border-radius:var(--radius-sm);background:#e877221a;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-orange)}.dropdown-link-title{font-size:.875rem;font-weight:500;color:inherit}.dropdown-link-desc{font-size:.75rem;color:var(--color-gray-light);margin-top:1px}.header-actions{display:flex;align-items:center;gap:.5rem}.header-btn-enquire{display:none}@media(min-width:640px){.header-btn-enquire{display:inline-flex}}.cart-btn{position:relative;width:40px;height:40px;border-radius:var(--radius-md);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-dark-2);transition:all .2s;background:none}.cart-btn:hover{border-color:var(--color-orange);color:var(--color-orange)}.cart-count{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background:var(--color-orange);color:var(--color-white);font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{width:40px;height:40px;border-radius:var(--radius-md);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-dark-2);transition:all .2s}.mobile-menu-btn:hover{border-color:var(--color-orange);color:var(--color-orange)}@media(min-width:1024px){.mobile-menu-btn{display:none}}.mobile-nav{display:none;background:var(--color-white);border-top:1px solid var(--color-border);box-shadow:var(--shadow-md)}.mobile-nav.open{display:block}@media(min-width:1024px){.mobile-nav{display:none!important}}.mobile-nav-inner{padding:.75rem 0}.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:600;color:var(--color-dark-2);transition:all .15s;background:none;border:none;font-family:var(--font-sans);text-align:left;text-transform:uppercase;letter-spacing:.04em}.mobile-nav-link:hover{color:var(--color-orange);background:var(--color-bg)}.mobile-sub-links{margin-left:1rem;padding-left:1rem;border-left:2px solid var(--color-orange);margin-bottom:.5rem;display:none}.mobile-sub-links.open{display:block}.mobile-sub-link{display:block;padding:.5rem;font-size:.85rem;color:var(--color-gray);transition:color .15s}.mobile-sub-link:hover{color:var(--color-orange)}.mobile-nav-actions{padding:.75rem 1rem 1rem;border-top:1px solid var(--color-border);margin-top:.5rem;display:flex;flex-direction:column;gap:.625rem}.hero{position:relative;min-height:75vh;display:flex;align-items:center;overflow:hidden;background:var(--color-dark-2)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000bf,#00000073 60%,#0003);z-index:1}.hero-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%;opacity:.7}.hero-content{position:relative;z-index:2;width:100%;padding:4rem 0 3.5rem}.hero-grid{display:grid;gap:2.5rem;align-items:center}@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;color:var(--color-orange);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem}.hero h1{font-size:clamp(1.75rem,5vw,3.25rem);font-weight:900;line-height:1.1;color:var(--color-white);margin-bottom:1.5rem}.hero-desc{font-size:1rem;color:#ffffffd9;margin-bottom:2rem;max-width:480px;line-height:1.7}.hero-cta{display:flex;flex-wrap:wrap;gap:.875rem}.hero-image-wrap{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;border:1px solid rgba(255,255,255,.15)}.hero-image-wrap img{width:100%;height:100%;object-fit:cover}.hero-badges{position:absolute;bottom:1rem;left:1rem;display:flex;gap:.5rem}.hero-floating-card{position:absolute;top:1rem;right:1rem;background:#fffffff2;border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.8rem}.floating-card-value{font-family:var(--font-display);font-weight:900;font-size:1.125rem;color:var(--color-orange)}.floating-card-label{color:var(--color-gray);font-size:.7rem;margin-top:1px}.vehicle-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:all .25s ease;display:flex;flex-direction:column}.vehicle-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.vehicle-card-image{position:relative;aspect-ratio:16/10;overflow:hidden;background:#f5e8d0}.vehicle-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.vehicle-card:hover .vehicle-card-image img{transform:scale(1.03)}.vehicle-card-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-wrap:wrap;gap:.375rem}.vehicle-card-body{padding:1rem 1.125rem 1.125rem;flex:1;display:flex;flex-direction:column}.vehicle-card-year{font-size:.7rem;font-weight:600;color:var(--color-orange);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.2rem}.vehicle-card-title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--color-black);line-height:1.3;margin-bottom:.625rem}.vehicle-card-specs{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.875rem}.spec-pill{display:flex;align-items:center;gap:.25rem;padding:.2rem .5rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:9999px;font-size:.68rem;color:var(--color-gray)}.vehicle-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--color-border);margin-top:auto}.vehicle-card-price{font-family:var(--font-display);font-size:1.25rem;font-weight:900;color:var(--color-black)}.vehicle-card-price-label{font-size:.65rem;color:var(--color-gray-light);margin-bottom:1px}.vehicle-card-actions{display:flex;gap:.5rem}.vehicle-card-actions .btn{padding:.45rem .875rem;font-size:.75rem}.vehicle-list-item{display:grid;grid-template-columns:1fr 1fr;background:var(--color-white);border:1px solid var(--color-border);margin-bottom:1.5rem;overflow:hidden;border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);transition:box-shadow .2s}.vehicle-list-item:hover{box-shadow:var(--shadow-md)}@media(max-width:767px){.vehicle-list-item{grid-template-columns:1fr}}.vehicle-list-item.reverse{direction:rtl}.vehicle-list-item.reverse>*{direction:ltr}.vehicle-list-image{position:relative;aspect-ratio:4/3;overflow:hidden;background:#f5b84a}.vehicle-list-image img{width:100%;height:100%;object-fit:cover}.vehicle-list-body{padding:2rem 2.5rem;display:flex;flex-direction:column;justify-content:center}@media(max-width:767px){.vehicle-list-body{padding:1.5rem}}.vehicle-list-meta{font-size:.75rem;color:var(--color-orange);font-weight:600;margin-bottom:.625rem}.vehicle-list-title{font-family:var(--font-display);font-size:1.25rem;font-weight:800;color:var(--color-black);margin-bottom:.875rem}.vehicle-list-desc{font-size:.875rem;color:var(--color-gray);line-height:1.7;margin-bottom:1.25rem}.collection-layout{display:grid;gap:1.5rem;padding:2rem 0 4rem}@media(min-width:1024px){.collection-layout{grid-template-columns:260px 1fr}}.filters-panel{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.5rem;height:fit-content;position:sticky;top:6rem}.filter-heading{font-family:var(--font-display);font-size:.9rem;font-weight:700;color:var(--color-black);margin-bottom:1.25rem;display:flex;align-items:center;justify-content:space-between;text-transform:uppercase;letter-spacing:.05em}.filter-group{margin-bottom:1.5rem}.filter-group-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-gray-light);margin-bottom:.625rem}.filter-checkbox-item{display:flex;align-items:center;gap:.625rem;padding:.375rem 0;cursor:pointer;font-size:.875rem;color:var(--color-gray);transition:color .15s}.filter-checkbox-item:hover{color:var(--color-black)}.filter-checkbox-item input[type=checkbox]{accent-color:var(--color-orange)}.filter-reset{width:100%;padding:.625rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:none;color:var(--color-gray);font-size:.8rem;transition:all .2s;cursor:pointer;font-family:var(--font-sans)}.filter-reset:hover{border-color:var(--color-orange);color:var(--color-orange)}.filter-mobile-toggle{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);color:var(--color-dark-2);font-size:.875rem;cursor:pointer;transition:all .2s;font-family:var(--font-sans)}.filter-mobile-toggle:hover{border-color:var(--color-orange);color:var(--color-orange)}@media(min-width:1024px){.filter-mobile-toggle{display:none}.filters-panel{display:block!important}}.vehicles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.vehicles-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}.vehicles-count{font-size:.875rem;color:var(--color-gray-light)}.vehicles-sort select{min-width:180px}.product-layout{display:grid;gap:3rem;padding:2.5rem 0 5rem}@media(min-width:1024px){.product-layout{grid-template-columns:1fr 400px}}.product-gallery{position:sticky;top:6rem}.product-main-image{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:16/10;border:1px solid var(--color-border);margin-bottom:.75rem;background:var(--color-bg)}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:flex;gap:.625rem;overflow-x:auto}.product-thumb{width:76px;height:56px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;border:2px solid var(--color-border);cursor:pointer;transition:border-color .2s}.product-thumb.active,.product-thumb:hover{border-color:var(--color-orange)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.25rem}.product-title{font-size:clamp(1.4rem,3vw,1.875rem);font-weight:800;line-height:1.2;color:var(--color-black)}.product-price-wrap{display:flex;align-items:baseline;gap:.75rem}.product-price{font-family:var(--font-display);font-size:2rem;font-weight:900;color:var(--color-black)}.product-price-gst{font-size:.8rem;color:var(--color-gray-light)}.product-specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.spec-item{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem}.spec-item-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-gray-light);margin-bottom:.25rem}.spec-item-value{font-size:.9rem;font-weight:600;color:var(--color-black)}.product-cta{display:flex;flex-direction:column;gap:.625rem}.product-cta .btn{width:100%;justify-content:center;padding:.875rem}.product-desc{font-size:.9375rem;color:var(--color-gray);line-height:1.75}.product-tabs{border-bottom:2px solid var(--color-border);margin-bottom:1.5rem;display:flex;gap:0}.product-tab{padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;color:var(--color-gray);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s;background:none;border-top:none;border-left:none;border-right:none;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.product-tab.active,.product-tab:hover{color:var(--color-orange);border-bottom-color:var(--color-orange)}.product-tab-content{display:none}.product-tab-content.active{display:block}.finance-calc{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.5rem}.finance-calc h4{margin-bottom:1rem;font-size:1rem;color:var(--color-black)}.finance-result{background:#e8772214;border:1px solid rgba(232,119,34,.2);border-radius:var(--radius-md);padding:1rem;text-align:center;margin-top:1rem}.finance-amount{font-family:var(--font-display);font-size:1.75rem;font-weight:900;color:var(--color-orange)}.finance-period{font-size:.75rem;color:var(--color-gray-light)}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;opacity:0;visibility:hidden;transition:all .3s ease}.cart-drawer-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:440px;height:100vh;background:var(--color-white);border-left:1px solid var(--color-border);z-index:301;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border)}.cart-drawer-title{font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--color-black)}.cart-drawer-close{width:36px;height:36px;border-radius:var(--radius-md);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-gray);transition:all .2s;background:none}.cart-drawer-close:hover{border-color:var(--color-orange);color:var(--color-orange)}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.25rem}.cart-drawer-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.75rem;color:var(--color-gray-light);text-align:center;padding:2rem}.cart-item{display:flex;gap:.875rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.cart-item:last-child{border-bottom:none}.cart-item-image{width:80px;height:60px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0;border:1px solid var(--color-border);background:var(--color-bg)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-title{font-size:.875rem;font-weight:600;color:var(--color-black);line-height:1.3;margin-bottom:.25rem}.cart-item-meta{font-size:.75rem;color:var(--color-gray-light)}.cart-item-price{font-family:var(--font-display);font-weight:700;color:var(--color-orange);font-size:.9375rem;margin-top:.25rem}.cart-item-remove{font-size:.7rem;color:var(--color-gray-light);background:none;border:none;cursor:pointer;padding:0;transition:color .15s;font-family:var(--font-sans)}.cart-item-remove:hover{color:var(--color-red)}.cart-drawer-footer{border-top:1px solid var(--color-border);padding:1.25rem 1.5rem}.cart-subtotal{display:flex;justify-content:space-between;margin-bottom:1rem}.cart-subtotal-label{font-size:.875rem;color:var(--color-gray)}.cart-subtotal-value{font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--color-black)}.cart-footer-actions{display:flex;flex-direction:column;gap:.625rem}.cart-page-layout{display:grid;gap:2rem;padding:2.5rem 0 5rem}@media(min-width:1024px){.cart-page-layout{grid-template-columns:1fr 340px;align-items:start}}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;padding:.75rem 1rem;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-gray-light);border-bottom:2px solid var(--color-border)}.cart-table td{padding:1.25rem 1rem;border-bottom:1px solid var(--color-border)}.cart-summary{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.5rem;position:sticky;top:6rem}.checkout-grid{display:grid;gap:2.5rem;padding:2.5rem 0 5rem}@media(min-width:1024px){.checkout-grid{grid-template-columns:1fr 380px;align-items:start}}.checkout-section{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.75rem;margin-bottom:1.25rem}.checkout-section h3{font-size:1rem;margin-bottom:1.25rem;color:var(--color-black)}.payment-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.payment-badge{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.375rem .75rem;font-size:.7rem;color:var(--color-gray);font-weight:600}.site-footer{background:var(--color-dark);padding:3.5rem 0 0}.footer-grid{display:grid;gap:2rem;margin-bottom:2.5rem}@media(min-width:768px){.footer-grid{grid-template-columns:1.4fr 1fr 1.5fr 1fr}}.footer-brand p{font-size:.85rem;color:#999;line-height:1.7;margin:.75rem 0 1rem;max-width:260px}.footer-contact-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.82rem;color:#aaa}.footer-contact-item svg{flex-shrink:0;margin-top:2px;color:var(--color-orange)}.footer-contact-item a{color:#aaa}.footer-contact-item a:hover{color:var(--color-orange)}.footer-big-phone{font-family:var(--font-display);font-size:1.5rem;font-weight:900;color:var(--color-white);margin-top:.75rem}.footer-social{display:flex;gap:.5rem;margin-top:.75rem}.footer-social-btn{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#aaa;transition:all .2s;background:none}.footer-social-btn:hover{border-color:var(--color-orange);color:var(--color-orange)}.footer-col-heading{font-family:var(--font-display);font-size:.9rem;font-weight:700;color:var(--color-white);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-orange);display:inline-block}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{font-size:.82rem;color:#999;transition:color .15s;display:flex;align-items:center;gap:.375rem}.footer-link:before{content:"\203a";color:var(--color-orange);font-size:1rem;line-height:1}.footer-link:hover{color:var(--color-orange)}.footer-subscribe p{font-size:.82rem;color:#999;line-height:1.6;margin-bottom:1rem}.footer-subscribe-form{display:flex;gap:0}.footer-subscribe-form input{flex:1;padding:.625rem .875rem;background:#ffffff12;border:1px solid rgba(255,255,255,.15);border-right:none;border-radius:var(--radius-sm) 0 0 var(--radius-sm);color:var(--color-white);font-size:.8rem;outline:none}.footer-subscribe-form input::placeholder{color:#666}.footer-subscribe-form button{padding:.625rem 1rem;background:var(--color-orange);color:var(--color-white);border:none;border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}.footer-subscribe-form button:hover{background:var(--color-orange-dark)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.75rem;color:#666}.footer-payment-icons{display:flex;gap:.375rem;flex-wrap:wrap}.footer-payment-icon{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:3px;padding:3px 8px;font-size:.65rem;color:#aaa;font-weight:600}.stats-bar{background:var(--color-white);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:2.5rem 0}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:640px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-item{text-align:center}.stat-value{font-family:var(--font-display);font-size:2rem;font-weight:900;color:var(--color-orange);line-height:1}.stat-label{font-size:.8rem;color:var(--color-gray);margin-top:.375rem}.features-grid{display:grid;gap:1.25rem}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.5rem;transition:all .25s ease;border-top:3px solid transparent}.feature-card:hover{border-top-color:var(--color-orange);box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-icon{width:48px;height:48px;border-radius:var(--radius-md);background:#e877221a;display:flex;align-items:center;justify-content:center;color:var(--color-orange);margin-bottom:1rem;font-size:1.25rem}.feature-title{font-size:1rem;font-weight:700;color:var(--color-black);margin-bottom:.5rem}.feature-desc{font-size:.875rem;color:var(--color-gray);line-height:1.65}.testimonials-grid{display:grid;gap:1.25rem}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.5rem;box-shadow:var(--shadow-sm)}.testimonial-stars{display:flex;gap:.2rem;margin-bottom:.875rem;color:var(--color-orange)}.testimonial-text{font-size:.9rem;color:var(--color-gray);line-height:1.75;margin-bottom:1rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:38px;height:38px;border-radius:50%;background:var(--color-orange);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:.875rem;color:var(--color-white);flex-shrink:0}.testimonial-name{font-size:.875rem;font-weight:600;color:var(--color-black)}.testimonial-meta{font-size:.75rem;color:var(--color-gray-light)}.cta-section{background:var(--color-dark-2);padding:4rem 0;text-align:center}.cta-section h2{color:var(--color-white)}.cta-section p{color:#ffffffbf}.about-grid{display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.about-grid{grid-template-columns:1fr 1fr}}.about-image{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/3}.about-image img{width:100%;height:100%;object-fit:cover}.about-content h2{margin-bottom:1rem}.about-content p{color:var(--color-gray);line-height:1.8;margin-bottom:1rem}.about-points{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.about-points li{display:flex;align-items:center;gap:.625rem;font-size:.9rem;color:var(--color-gray)}.about-points li:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--color-orange);flex-shrink:0}.trade-grid{display:grid;gap:3rem;padding:2.5rem 0 5rem}@media(min-width:1024px){.trade-grid{grid-template-columns:1fr 380px}}.trade-form-section{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:2rem}.form-grid{display:grid;gap:1.25rem}@media(min-width:640px){.form-grid-2{grid-template-columns:1fr 1fr}}.form-grid-3{grid-template-columns:1fr}@media(min-width:640px){.form-grid-3{grid-template-columns:repeat(3,1fr)}}.contact-grid{display:grid;gap:2.5rem;padding:2.5rem 0 5rem}@media(min-width:1024px){.contact-grid{grid-template-columns:1fr 360px}}.contact-info-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.75rem;margin-bottom:1.25rem}.contact-info-item{display:flex;gap:.875rem;padding:.875rem 0;border-bottom:1px solid var(--color-border)}.contact-info-item:last-child{border-bottom:none}.contact-info-icon{width:36px;height:36px;border-radius:50%;background:var(--color-orange);display:flex;align-items:center;justify-content:center;color:var(--color-white);flex-shrink:0;font-size:.9rem}.contact-info-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-gray-light);font-weight:600;margin-bottom:2px}.contact-info-value{font-size:.9rem;color:var(--color-black);font-weight:500}.alert{padding:1rem 1.25rem;border-radius:var(--radius-md);font-size:.875rem;display:flex;align-items:center;gap:.625rem}.alert-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#15803d}.alert-error{background:#dc26261a;border:1px solid rgba(220,38,38,.3);color:#b91c1c}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-gray-light);flex-wrap:wrap}.breadcrumb a:hover{color:var(--color-orange)}.breadcrumb-sep{color:var(--color-border)}.pagination{display:flex;justify-content:center;gap:.5rem;padding-top:2.5rem}.page-link{min-width:36px;height:36px;border-radius:var(--radius-sm);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-size:.875rem;color:var(--color-gray);transition:all .2s}.page-link:hover,.page-link.active{border-color:var(--color-orange);color:var(--color-orange);background:#e877220f}input[type=range]{-webkit-appearance:none;width:100%;height:4px;background:var(--color-border);border-radius:2px;outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--color-orange);cursor:pointer;border:2px solid var(--color-white);box-shadow:0 0 0 1px var(--color-orange)}.empty-state{text-align:center;padding:5rem 2rem;color:var(--color-gray-light)}.empty-state h3{color:var(--color-gray);margin-bottom:.5rem}.section-heading-group{text-align:center;margin-bottom:2.5rem}.section-heading-group .section-logo{width:60px;height:60px;margin:0 auto 1rem;object-fit:contain}.section-heading-group h2{margin-bottom:.75rem}.section-heading-group p{color:var(--color-gray);max-width:540px;margin:0 auto;font-size:.9375rem}.section-divider{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:.75rem auto}.section-divider span{display:block;width:40px;height:3px;background:var(--color-orange)}.text-orange{color:var(--color-orange)}.text-gray{color:var(--color-gray)}.text-black{color:var(--color-black)}.text-white{color:var(--color-white)}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-display{font-family:var(--font-display)}.bg-light{background:var(--color-bg)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.hidden{display:none}[data-reveal]{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}[data-reveal].revealed{opacity:1;transform:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
