@font-face{font-family:Bebas Neue;src:url(/_astro/bebas-neue-latin-400-normal.9mHNbWWO.woff2)format("woff2");font-style:normal;font-weight:100 900;font-display:swap}@font-face{font-family:Outfit;src:url(/_astro/outfit-latin-wght-normal.Bc-8i84L.woff2)format("woff2-variations");font-style:normal;font-weight:300 600;font-display:optional}@font-face{font-family:Playfair Display;src:url(/_astro/playfair-display-latin-wght-italic.DmbndNpe.woff2)format("woff2-variations");font-style:italic;font-weight:400 600;font-display:optional}:root{--black:#0a0a0a;--dark:#111;--panel:#161616;--border:#2a2a2a;--orange:#e8540a;--orange-button:#cb4600;--orange2:#ff6b1a;--orange-button-hover:#a93a00;--tan:#c4a87a;--cream:#f0ebe3;--muted:#999;--white:#fff;--font-heading:"Bebas Neue", sans-serif;--font-body:"Outfit", sans-serif;--font-accent:"Playfair Display", serif;--nav-height:72px;--max-width:1400px;--gutter:clamp(1.5rem, 4vw, 4rem)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;max-width:100%;overflow-x:clip}body{background:var(--black);color:var(--cream);font-family:var(--font-body);max-width:100%;font-weight:300;overflow-x:clip}@supports not (overflow-x:clip){html,body{overflow-x:hidden}}img{max-width:100%;display:block}a{color:inherit}*{cursor:none}#cursor{background:var(--orange);pointer-events:none;z-index:9999;border-radius:50%;width:10px;height:10px;transition:transform .1s,width .3s,height .3s,background .3s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}#cursor-ring{pointer-events:none;z-index:9998;border:1px solid #e8540a80;border-radius:50%;width:36px;height:36px;transition:transform .15s ease-out,width .3s,height .3s,border-color .3s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.container{max-width:var(--max-width);padding-left:var(--gutter);padding-right:var(--gutter);margin-left:auto;margin-right:auto}nav{z-index:100;padding:0 var(--gutter);height:var(--nav-height);background:linear-gradient(#0a0a0af2 0%,#0000 100%);border-bottom:1px solid #0000;justify-content:space-between;align-items:center;gap:1rem;max-width:100%;transition:background .4s,backdrop-filter .4s;display:flex;position:fixed;top:0;left:0;right:0;overflow-x:clip}nav.scrolled{backdrop-filter:blur(12px);border-bottom-color:var(--border);background:#0a0a0af7}.nav-logo{flex:0 auto;align-items:center;gap:10px;min-width:0;text-decoration:none;display:flex}.nav-logo img{object-fit:contain;width:auto;max-width:100%;height:56px}.nav-links{letter-spacing:.12em;text-transform:uppercase;gap:clamp(.8rem,1.8vw,2.5rem);font-size:.8rem;font-weight:500;list-style:none;display:flex}.nav-links a{color:#ffffffa6;text-decoration:none;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--white)}.nav-cta{background:var(--orange-button);color:var(--white);font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;clip-path:polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);text-align:center;white-space:nowrap;border:none;flex-shrink:1;max-width:100%;padding:.6rem 1.5rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s}.nav-cta:hover{background:var(--orange-button-hover);transform:translateY(-1px)}.nav-hamburger{z-index:102;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:44px;min-height:44px;padding:8px;display:none;position:relative}.nav-hamburger span{background:var(--white);width:22px;height:2px;transition:all .3s;display:block}.hero{align-items:flex-end;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:center 60%;width:100%;height:100%;display:block}.hero-overlay{background:linear-gradient(90deg,#0a0a0a8c 0%,#0a0a0a6b 45%,#0a0a0a1f 100%);position:absolute;inset:0}.hero-overlay-bottom{background:linear-gradient(#0000 0%,#0a0a0a99 100%);height:280px;position:absolute;bottom:0;left:0;right:0}.hero-content{z-index:2;padding:0 var(--gutter) 5rem;max-width:780px;position:relative}.hero-eyebrow{align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}.hero-eyebrow-line{background:var(--orange);width:40px;height:1px}.hero-eyebrow-text{letter-spacing:.2em;text-transform:uppercase;color:var(--orange);font-size:.72rem;font-weight:600}.hero-title{font-family:var(--font-heading);letter-spacing:.01em;color:var(--white);margin-bottom:1.5rem;font-size:clamp(4rem,9vw,9rem);line-height:.92}.hero-title .accent{color:var(--orange)}.hero-title .italic{font-family:var(--font-accent);color:var(--tan);font-size:.75em;font-style:italic}.hero-sub{color:#f0ebe3b3;max-width:480px;margin-bottom:2.5rem;font-size:1rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-stats{right:var(--gutter);z-index:2;opacity:0;flex-direction:column;gap:2rem;animation:1s 1.1s forwards fadeIn;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-stat{text-align:right}.hero-stat-num{font-family:var(--font-heading);color:var(--white);font-size:2.8rem;line-height:1}.hero-stat-num span{color:var(--orange)}.hero-stat-label{letter-spacing:.15em;text-transform:uppercase;color:var(--white);font-size:.65rem}.hero-scroll{right:var(--gutter);z-index:2;opacity:0;flex-direction:column;align-items:center;gap:8px;animation:1s 1.4s forwards fadeIn;display:flex;position:absolute;bottom:5rem}.hero-scroll-text{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);writing-mode:vertical-rl;font-size:.65rem}.hero-scroll-line{background:linear-gradient(to bottom, var(--orange), transparent);width:1px;height:60px;animation:2s infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}.page-hero{min-height:50vh;padding-top:var(--nav-height);align-items:flex-end;display:flex;position:relative;overflow:hidden}.page-hero--short{min-height:35vh}.page-hero-bg{filter:brightness(.7);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.page-hero-content{z-index:2;padding:0 var(--gutter) 4rem;max-width:780px;position:relative}.btn-primary{background:var(--orange-button);color:var(--white);letter-spacing:.1em;text-transform:uppercase;clip-path:polygon(10px 0%,100% 0%,calc(100% - 10px) 100%,0% 100%);padding:1rem 2.2rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-block}.btn-primary:hover{background:var(--orange-button-hover);transform:translateY(-2px)}.btn-ghost{color:var(--cream);letter-spacing:.1em;text-transform:uppercase;border:1px solid #f0ebe34d;padding:1rem 2.2rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-block}.btn-ghost:hover{border-color:var(--orange);color:var(--orange)}.badge{background:var(--orange-button);color:var(--white);letter-spacing:.15em;text-transform:uppercase;clip-path:polygon(6px 0%,100% 0%,calc(100% - 6px) 100%,0% 100%);padding:.3rem .8rem;font-size:.62rem;font-weight:700;display:inline-block}.coming-soon-badge{border:1px solid var(--muted);color:var(--muted);letter-spacing:.15em;text-transform:uppercase;padding:.3rem .8rem;font-size:.62rem;font-weight:600;display:inline-block}.section-eyebrow{align-items:center;gap:12px;margin-bottom:1rem;display:flex}.section-eyebrow-line{background:var(--orange);width:32px;height:1px}.section-eyebrow-text{letter-spacing:.2em;text-transform:uppercase;color:var(--orange);font-size:.7rem;font-weight:600}.section-title{font-family:var(--font-heading);color:var(--white);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1}.section-sub{color:var(--muted);max-width:520px;margin-bottom:3rem;font-size:1rem;line-height:1.7}.ticker{background:var(--orange-button);white-space:nowrap;padding:.75rem 0;overflow:hidden}.ticker-track{gap:3rem;animation:20s linear infinite tickerScroll;display:inline-flex}.ticker-item{font-family:var(--font-heading);letter-spacing:.15em;color:var(--white);font-size:.95rem}.ticker-dot{color:#ffffff80}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.truck-finder{background:var(--dark);padding:7rem var(--gutter);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.truck-grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3rem;display:grid}.truck-card{background:var(--panel);padding:2.5rem 2rem;transition:background .25s;position:relative;overflow:hidden}.truck-card:before{content:"";background:var(--orange);transform-origin:0;height:3px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.truck-card:hover{background:#1a1a1a}.truck-card:hover:before{transform:scaleX(1)}.truck-card.active{background:#1d1208}.truck-card.active:before{transform:scaleX(1)}.truck-category{letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem;font-size:.65rem}.truck-name{font-family:var(--font-heading);color:var(--white);margin-bottom:.5rem;font-size:1.6rem}.truck-models{color:var(--muted);font-size:.8rem;line-height:1.6}.truck-arrow{color:var(--muted);font-size:1.2rem;transition:color .2s,transform .2s;position:absolute;top:2.5rem;right:2rem}.truck-card:hover .truck-arrow{color:var(--orange);transform:translate(4px)}.range{padding:8rem var(--gutter)}.range-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.range-grid{background:var(--border);grid-template-columns:repeat(2,1fr);gap:2px;display:grid}.model-card{aspect-ratio:16/10;background:var(--panel);position:relative;overflow:hidden}.model-card img{object-fit:cover;object-position:center 70%;filter:brightness(.7)saturate(.8);width:100%;height:100%;transition:transform .7s,filter .4s}.model-card:hover img{filter:brightness(.85)saturate();transform:scale(1.06)}.model-card-overlay{background:linear-gradient(#0000 40%,#0a0a0ae6 100%);position:absolute;inset:0}.model-card-content{padding:2rem;position:absolute;bottom:0;left:0;right:0}.model-tag{background:var(--orange-button);color:var(--white);letter-spacing:.15em;text-transform:uppercase;clip-path:polygon(6px 0%,100% 0%,calc(100% - 6px) 100%,0% 100%);margin-bottom:.75rem;padding:.25rem .75rem;font-size:.62rem;font-weight:700;display:inline-block}.model-name{font-family:var(--font-heading);color:var(--white);margin-bottom:.5rem;font-size:2.2rem;line-height:1}.model-spec{color:#f0ebe399;margin-bottom:1rem;font-size:.8rem}.model-link{color:var(--orange);letter-spacing:.1em;text-transform:uppercase;opacity:0;align-items:center;gap:8px;font-size:.78rem;font-weight:600;text-decoration:none;transition:opacity .3s,transform .3s;display:inline-flex;transform:translateY(8px)}.model-card:hover .model-link{opacity:1;transform:translateY(0)}.model-card.featured{aspect-ratio:21/9;grid-column:span 2}.product-grid{background:var(--border);grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2px;margin:4rem 0;display:grid}.product-card{background:var(--panel)}.product-card-inner{color:inherit;height:100%;text-decoration:none;display:block}.product-card-image{aspect-ratio:16/10;position:relative;overflow:hidden}.product-card-image img{object-fit:contain;filter:brightness(.75)saturate(.85);background:var(--dark);width:100%;height:100%;transition:transform .6s,filter .4s}.product-card:hover .product-card-image img{filter:brightness(.9)saturate()}.product-card-overlay{background:linear-gradient(#0000 50%,#0a0a0a99 100%);position:absolute;inset:0}.product-card-image .badge,.product-card-image .coming-soon-badge{position:absolute;top:1rem;left:1rem}.product-card-body{border-top:1px solid var(--border);padding:1.5rem 1.75rem 2rem}.product-card-category{letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:.5rem;font-size:.62rem;display:block}.product-card-title{font-family:var(--font-heading);color:var(--white);margin-bottom:.5rem;font-size:1.6rem;line-height:1.05}.product-card-tagline{color:var(--muted);margin-bottom:1.25rem;font-size:.82rem;line-height:1.6}.product-card-meta{color:#f0ebe39e;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;font-size:.68rem;line-height:1.5}.product-card-footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.product-card-price-stack{gap:.12rem;display:grid}.product-card-price{font-family:var(--font-heading);color:var(--orange);font-size:1.4rem}.product-card-compare-at{color:var(--muted);font-size:.72rem;text-decoration:line-through}.product-card-cta{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:600;transition:color .2s}.product-card:hover .product-card-cta{color:var(--orange)}.category-grid{padding:2rem 0 6rem}.product-hero-section{min-height:80vh;padding-top:var(--nav-height);grid-template-columns:1fr 1fr;display:grid}.product-gallery{background:var(--dark);position:relative;overflow:hidden}.product-gallery-main{height:65vh;min-height:400px;position:relative}.product-gallery-main img{object-fit:contain;background:var(--dark);width:100%;height:100%;transition:opacity .3s}.product-gallery-controls{pointer-events:none;justify-content:space-between;align-items:center;padding:0 1.25rem;display:flex;position:absolute;inset:0}.gallery-nav-btn{pointer-events:auto;width:52px;height:52px;color:var(--white);background:#0a0a0aad;border:1px solid #f0ebe35c;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;line-height:1;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.gallery-nav-btn:hover,.gallery-nav-btn:focus-visible{border-color:var(--orange);color:var(--white);background:#ed5523e6;transform:scale(1.04)}.gallery-count{min-width:74px;color:var(--white);letter-spacing:.12em;text-align:center;pointer-events:auto;background:#0a0a0ab8;border:1px solid #f0ebe338;border-radius:999px;padding:.38rem .75rem;font-size:.72rem;font-weight:700;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.product-gallery-thumbs{background:var(--border);overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:var(--orange) var(--dark);-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:2px;padding:2px;display:flex;overflow:auto hidden}.thumb-btn{aspect-ratio:1;scroll-snap-align:start;background:0 0;border:2px solid #0000;flex:0 0 calc(25% - 2px);padding:0;transition:border-color .2s;overflow:hidden}.thumb-btn img{object-fit:cover;width:100%;height:100%}.thumb-btn.active,.thumb-btn:hover{border-color:var(--orange)}.product-hero-info{padding:4rem var(--gutter);background:var(--dark);border-left:1px solid var(--border);flex-direction:column;justify-content:flex-start;display:flex}.product-title{font-family:var(--font-heading);color:var(--white);margin-bottom:.75rem;font-size:clamp(2.5rem,4vw,4rem);line-height:1}.product-tagline{color:var(--muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.product-price-block{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.product-price-stack{gap:.18rem;display:grid}.product-price{font-family:var(--font-heading);color:var(--orange);font-size:2.5rem}.product-compare-at{color:var(--muted);font-size:.8rem;text-decoration:line-through}.product-availability-note{color:var(--muted);margin:-1rem 0 1rem;font-size:.84rem;line-height:1.55}.key-specs{border:1px solid var(--border);grid-template-columns:repeat(2,1fr);gap:0;margin-bottom:2rem;display:grid}.key-spec{border-right:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;padding:1rem 1.25rem;display:flex}.key-spec:nth-child(2n){border-right:none}.key-spec-label{letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:.25rem;font-size:.62rem}.key-spec-value{color:var(--cream);font-size:.9rem;font-weight:500}.product-ctas{flex-wrap:wrap;gap:1rem;display:flex}.product-ctas button.btn-ghost[data-stripe-checkout]{background:var(--cream);border-color:var(--cream);color:var(--dark)}.product-ctas button.btn-ghost[data-stripe-checkout]:hover{background:var(--orange-button);border-color:var(--orange-button);color:var(--white)}.product-hero-description{border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem}.product-hero-description h2{color:var(--white);font-family:var(--font-heading);margin:1.75rem 0 .75rem;font-size:1.8rem;line-height:1.1}.product-hero-description a{color:var(--orange);text-underline-offset:.18em}.product-suitability-section{padding:5rem 0}.product-suitability-card{border:1px solid var(--border);background:linear-gradient(#ffffff05,#ffffff03);max-width:980px;padding:1.6rem}.product-suitability-intro{color:#f0ebe3c2;max-width:760px;margin:.9rem 0 1.1rem;line-height:1.75}.product-suitability-status{color:var(--cream);background:#e8540a14;border:1px solid #e8540a47;align-items:center;gap:.65rem;margin-bottom:1rem;padding:.5rem .7rem;font-size:.82rem;display:inline-flex}.product-suitability-status-label{text-transform:uppercase;letter-spacing:.14em;color:var(--orange);font-size:.68rem}.product-suitability-grid{background:var(--border);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:.75rem;display:grid}.product-suitability-item{background:#0a0a0ad1;flex-direction:column;gap:.35rem;padding:1rem 1.1rem;display:flex}.product-suitability-label{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-size:.65rem}.product-suitability-value{color:var(--white);font-size:.96rem;line-height:1.45}.product-suitability-notes{color:#f0ebe3bd;margin-top:1rem;font-size:.93rem;line-height:1.75}.product-suitability-disclaimer{color:var(--muted);margin-top:.75rem;font-size:.83rem;line-height:1.6}.prose p{color:#f0ebe3cc;margin-bottom:1.25rem;font-size:1rem;line-height:1.8}.prose strong{color:var(--white);font-weight:600}.product-video-section{padding:2rem 0 5rem}.product-video-intro{color:#f0ebe3c7;max-width:740px;margin:1rem 0 2rem;line-height:1.7}.product-video-frame{aspect-ratio:16/9;border:1px solid var(--border);background:#050505;width:100%;position:relative;overflow:hidden}.product-video-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.product-video-summary{max-width:820px;color:var(--muted);margin:1.5rem 0 0;font-size:.92rem;line-height:1.7}.product-video-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.comparison-section{padding:5rem 0}.comparison-section-head{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:1.5rem;display:flex}.comparison-section-intro{max-width:42rem;color:var(--muted);font-size:.94rem;line-height:1.7}.comparison-table-wrap{border:1px solid var(--border);background:var(--panel);overflow-x:auto}.comparison-table{border-collapse:collapse;width:100%;min-width:980px}.comparison-table th,.comparison-table td{border-right:1px solid var(--border);border-bottom:1px solid var(--border);vertical-align:top;padding:.95rem 1rem;line-height:1.55}.comparison-table thead th{color:var(--cream);z-index:3;background:#111;position:sticky;top:0}.comparison-field-col{color:var(--muted);letter-spacing:.15em;text-transform:uppercase;z-index:2;background:#111;width:190px;font-size:.62rem;font-weight:700;position:sticky;left:0}.comparison-table thead .comparison-field-col{z-index:4}.comparison-product-col{min-width:190px;color:var(--cream);font-size:.88rem}.comparison-product-name{color:var(--white);font-size:.92rem;font-weight:700;line-height:1.35;text-decoration:none;display:block}.comparison-product-name:hover,.comparison-product-name:focus-visible{color:var(--orange);outline:none}.comparison-product-price{color:var(--orange);margin-top:.35rem;font-size:.76rem;font-weight:700;display:block}.comparison-table tbody td{color:var(--cream);background:#131313d1;font-size:.86rem}.comparison-table tbody tr:nth-child(2n) td{background:#ffffff05}.comparison-table-link{color:var(--orange);font-size:.82rem;font-weight:700;text-decoration:none}.comparison-table-link:hover,.comparison-table-link:focus-visible{outline:none;text-decoration:underline}.product-specs-section{padding:4rem 0;scroll-margin-top:96px}.specs-heading-row{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:1.75rem;display:flex}.specs-actions{flex-wrap:wrap;gap:.75rem;display:flex}.specs-toggle-btn{border:1px solid var(--border);background:var(--panel);min-height:42px;color:var(--cream);font:inherit;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;padding:.7rem 1rem;font-size:.78rem;font-weight:700}.specs-toggle-btn:hover,.specs-toggle-btn:focus-visible{border-color:var(--orange);color:var(--white);outline:none}.specs-summary-strip{border:1px solid var(--border);background:var(--panel);grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin-bottom:2rem;display:grid}.specs-summary-item{border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-width:0;padding:1rem 1.15rem}.specs-summary-label{letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:.35rem;font-size:.62rem;display:block}.specs-summary-value{color:var(--cream);font-size:.92rem;font-weight:700;line-height:1.35;display:block}.specs-table{border-collapse:collapse;width:100%;margin-top:2rem}.specs-table th,.specs-table td{border-bottom:1px solid var(--border);text-align:left;padding:.85rem 1.25rem;font-size:.88rem}.specs-table th{width:40%;color:var(--muted);background:var(--panel);font-weight:500}.specs-table td{color:var(--cream);background:var(--dark)}.spec-accordion{gap:.85rem;max-width:980px;display:grid}.spec-panel{border:1px solid var(--border);background:#131313c7}.spec-panel-summary{min-height:62px;color:var(--white);cursor:pointer;letter-spacing:.08em;text-transform:uppercase;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:1rem;padding:1rem 1.2rem;font-size:.82rem;font-weight:800;list-style:none;display:grid}.spec-panel-summary::-webkit-details-marker{display:none}.spec-panel-summary:before{content:"+";border:1px solid var(--border);width:1.65rem;height:1.65rem;color:var(--orange);grid-area:1/3;place-items:center;font-size:1.05rem;line-height:1;display:inline-grid}.spec-panel[open] .spec-panel-summary:before{content:"-"}.spec-panel-summary:hover,.spec-panel-summary:focus-visible{background:#dd5b2414;outline:none}.spec-panel-count{color:var(--muted);letter-spacing:.12em;grid-area:1/2;font-size:.68rem;font-weight:700}.spec-list{border-top:1px solid var(--border);margin:0}.spec-list-row{border-bottom:1px solid var(--border);grid-template-columns:minmax(160px,32%) minmax(0,1fr);display:grid}.spec-list-row:last-child{border-bottom:none}.spec-list dt,.spec-list dd{min-width:0;padding:.9rem 1.2rem;font-size:.92rem;line-height:1.45}.spec-list dt{color:var(--muted);background:#ffffff08;font-weight:700}.spec-list dd{color:var(--cream);margin:0}.extras-section{border-top:1px solid var(--border);padding:3rem 0}.extras-subtitle{color:var(--muted);margin-bottom:2rem;font-size:.9rem}.extras-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:2.5rem;display:grid}.extras-category-title{letter-spacing:.08em;text-transform:uppercase;color:var(--orange);margin-bottom:1rem;font-size:.78rem;font-weight:700}.extras-item{border-bottom:1px solid var(--border);cursor:pointer;color:var(--cream);align-items:baseline;gap:10px;padding:.55rem 0;font-size:.88rem;display:flex}.extras-item:last-child{border-bottom:none}.extras-checkbox{width:16px;height:16px;accent-color:var(--orange);cursor:pointer;flex-shrink:0}.extras-item-label{flex:1;line-height:1.4}.extras-item-price{color:var(--orange);white-space:nowrap;font-weight:600}.extras-total-bar{background:var(--panel);border:1px solid var(--border);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 1.75rem;display:flex}.extras-total-breakdown{color:var(--muted);flex-wrap:wrap;align-items:center;gap:1rem;font-size:.95rem;display:flex}.extras-total-breakdown strong{color:var(--white)}.extras-plus{color:var(--border);font-size:1.1rem}.extras-grand-total{color:var(--white);font-size:1.1rem}.extras-grand-total strong{color:var(--orange);font-size:1.25rem}.extras-enquire-btn{white-space:nowrap;flex-shrink:0}@media (width<=768px){.specs-heading-row{flex-direction:column;align-items:flex-start}.specs-actions{width:100%}.specs-toggle-btn{flex:140px}.specs-summary-strip{grid-template-columns:1fr 1fr}.spec-panel-summary{min-height:58px;padding:.95rem 1rem}.spec-panel-count{display:none}.spec-list-row{grid-template-columns:1fr}.spec-list dt{background:0 0;padding-bottom:.25rem}.spec-list dd{padding-top:0}.extras-grid{grid-template-columns:1fr}.extras-total-bar{border-radius:8px;flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.extras-total-breakdown{grid-template-columns:1fr;gap:.45rem;width:100%;min-width:0;display:grid}.extras-plus{display:none}.extras-grand-total{border-top:1px solid var(--border);padding-top:.65rem}.extras-enquire-btn{white-space:normal;text-align:center;width:100%;max-width:100%}}.product-features-section{padding:3rem 0}.features-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem;margin-top:2rem;list-style:none;display:grid}.features-list li{color:#f0ebe3cc;border-bottom:1px solid var(--border);padding:.75rem 1rem .75rem 1.75rem;font-size:.88rem;position:relative}.features-list li:before{content:"→";color:var(--orange);position:absolute;left:0}.product-faq-section{padding:4rem 0}.product-enquiry-band{background:var(--dark);border-top:1px solid var(--border);padding:5rem var(--gutter);text-align:center}.product-enquiry-band h2{font-family:var(--font-heading);color:var(--white);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem)}.product-enquiry-band p{color:var(--muted);max-width:480px;margin:0 auto 2.5rem;font-size:1rem}.product-enquiry-band .product-ctas{justify-content:center}.story{grid-template-columns:1fr 1fr;min-height:700px;display:grid}.story-image{position:relative;overflow:hidden}.story-image img{object-fit:contain;background:var(--dark);filter:brightness(.75)saturate(.9);width:100%;height:100%;transition:transform 8s}.story-image:hover img{filter:brightness(.86)saturate()}.story-image-overlay{background:linear-gradient(135deg,#0a0a0a66 0%,#0000 60%);position:absolute;inset:0}.story-content{background:var(--panel);border-left:1px solid var(--border);flex-direction:column;justify-content:center;padding:6rem 5rem;display:flex}.story-numbers{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;padding-top:3rem;display:grid}.story-num-val{font-family:var(--font-heading);color:var(--orange);font-size:3rem;line-height:1}.story-num-label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:.25rem;font-size:.72rem}.about-clean-photo{background:var(--dark);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:0 var(--gutter) 5rem}.about-clean-photo img{object-fit:contain;background:var(--dark);width:100%;max-height:72vh;display:block}.process{padding:8rem var(--gutter);background:var(--dark);border-top:1px solid var(--border)}.process-grid{background:var(--border);grid-template-columns:repeat(4,1fr);gap:1px;margin-top:4rem;display:grid}.process-step{background:var(--panel);padding:2.5rem 2rem;position:relative}.process-num{font-family:var(--font-heading);color:#e8540a1f;font-size:5rem;line-height:1;position:absolute;top:1.5rem;right:1.5rem}.process-icon{border:1px solid var(--orange);width:44px;height:44px;color:var(--orange);justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.1rem;display:flex}.process-title{font-family:var(--font-heading);color:var(--white);margin-bottom:.75rem;font-size:1.4rem}.process-desc{color:var(--muted);font-size:.85rem;line-height:1.7}.gallery-strip{gap:2px;height:380px;display:flex;overflow:hidden}.gallery-strip-item{flex:1;transition:flex .5s;position:relative;overflow:hidden}.gallery-strip-item:hover{flex:2.5}.gallery-strip-item img{object-fit:cover;filter:brightness(.65)saturate(.7);width:100%;height:100%;transition:transform .5s,filter .3s}.gallery-strip-item:hover img{filter:brightness(.9)saturate();transform:scale(1.05)}.gallery-strip-label{font-family:var(--font-heading);color:var(--white);letter-spacing:.08em;opacity:0;text-transform:uppercase;font-size:1rem;transition:opacity .3s;position:absolute;bottom:1.5rem;left:1.5rem}.gallery-strip-item:hover .gallery-strip-label{opacity:1}.trust{padding:6rem var(--gutter);border-top:1px solid var(--border)}.trust-grid{background:var(--border);grid-template-columns:repeat(4,1fr);gap:1px;margin-top:4rem;display:grid}.trust-card{background:var(--panel);text-align:center;padding:2.5rem 2rem}.trust-icon{border:1px solid var(--border);width:50px;height:50px;color:var(--orange);justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.3rem;display:flex}.trust-title{font-family:var(--font-heading);color:var(--white);letter-spacing:.05em;margin-bottom:.5rem;font-size:1.2rem}.trust-desc{color:var(--muted);font-size:.82rem;line-height:1.6}.faq{padding:8rem var(--gutter);background:var(--dark);border-top:1px solid var(--border)}.faq-grid{grid-template-columns:1fr 2fr;align-items:start;gap:6rem;margin-top:4rem;display:grid}.faq-list{flex-direction:column;gap:0;display:flex}.faq-item{border-bottom:1px solid var(--border);overflow:hidden}.faq-question{width:100%;color:var(--cream);font-family:var(--font-body);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.95rem;font-weight:500;transition:color .2s;display:flex}.faq-question:hover{color:var(--orange)}.faq-icon{border:1px solid var(--border);width:24px;height:24px;color:var(--orange);flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;transition:transform .3s;display:flex}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;color:var(--muted);font-size:.88rem;line-height:1.8;transition:max-height .4s,padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px;padding-bottom:1.5rem}.cta-section{padding:10rem var(--gutter);text-align:center;position:relative;overflow:hidden}.cta-bg{filter:brightness(.2)saturate(.5);background-position:50%;background-size:cover;position:absolute;inset:0}.cta-overlay{background:radial-gradient(#e8540a26 0%,#0a0a0a99 70%);position:absolute;inset:0}.cta-content{z-index:2;position:relative}.cta-title{font-family:var(--font-heading);color:var(--white);margin-bottom:1.5rem;font-size:clamp(3rem,7vw,7rem);line-height:.95}.cta-title .italic{font-family:var(--font-accent);color:var(--tan);font-size:.8em;font-style:italic}.cta-sub{color:#f0ebe3a6;max-width:480px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.7}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.enquiry-form-section{padding:5rem 0 8rem}.enquiry-form{max-width:680px}.form-field{margin-bottom:1.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-label{letter-spacing:.1em;text-transform:uppercase;color:#f0ebe399;margin-bottom:.5rem;font-size:.78rem;font-weight:600;display:block}.form-input,.form-textarea{background:var(--panel);width:100%;color:var(--cream);border:1px solid var(--border);font-family:var(--font-body);padding:.85rem 1rem;font-size:.95rem;transition:border-color .2s}.form-input:focus,.form-textarea:focus{border-color:var(--orange);outline:none}.form-textarea{resize:vertical;min-height:140px}.form-submit{margin-top:1rem}.enquiry-fitment-details{border:1px solid var(--border);background:#ffffff05;margin:0 0 1.5rem;padding:.9rem 1rem .25rem}.enquiry-fitment-details[open]{background:#e8540a0f;border-color:#e8540a73}.enquiry-fitment-summary{letter-spacing:.08em;text-transform:uppercase;color:var(--white);cursor:pointer;align-items:center;gap:.5rem;font-size:.84rem;font-weight:700;list-style:none;display:flex}.enquiry-fitment-summary::marker{display:none}.enquiry-fitment-summary::-webkit-details-marker{display:none}.enquiry-fitment-summary:after{content:"+";color:var(--orange);margin-left:auto;font-size:1.2rem;line-height:1}.enquiry-fitment-details[open] .enquiry-fitment-summary:after{content:"–"}.enquiry-fitment-body{padding-top:1rem}.page-content{max-width:800px;padding:5rem 0 8rem}.page-content h2{font-family:var(--font-heading);color:var(--white);margin:2.5rem 0 1rem;font-size:2rem}.page-content h3{color:var(--white);margin:1.5rem 0 .5rem;font-size:1.05rem;font-weight:600}.page-content p{color:#f0ebe3bf;margin-bottom:1rem;font-size:.95rem;line-height:1.8}.page-content ul{margin-bottom:1rem;margin-left:1.5rem}.page-content li{color:#f0ebe3bf;font-size:.92rem;line-height:1.8}.page-content a{color:var(--orange);text-decoration:underline}.page-content .btn-primary{color:var(--white);text-decoration:none}.page-content .btn-primary:hover{color:var(--white)}.authority-section{border-top:1px solid var(--border);padding:5rem 0}.authority-section--dark{background:var(--dark)}.authority-grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.authority-card{background:var(--panel);min-height:100%;padding:2rem;text-decoration:none;transition:background .2s,transform .2s}.authority-card:hover{background:#1d1208;transform:translateY(-2px)}.authority-card-kicker{color:var(--orange);letter-spacing:.16em;text-transform:uppercase;margin-bottom:.75rem;font-size:.65rem;font-weight:700;display:block}.authority-card h2,.authority-card h3{font-family:var(--font-heading);color:var(--white);margin-bottom:.75rem;line-height:1}.authority-card h2{font-size:2rem}.authority-card h3{font-size:1.6rem}.authority-card p,.authority-copy p,.authority-copy li{color:#f0ebe3c2;font-size:.95rem;line-height:1.75}.authority-copy{max-width:920px}.authority-copy :is(h2,h3,h4,h5,h6),.checker-panel :is(h2,h3,h4,h5,h6),.result-panel :is(h2,h3,h4,h5,h6){color:var(--white);line-height:1.05}.authority-copy h2{font-family:var(--font-heading);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem)}.authority-copy :is(h3,h4,h5,h6){font-family:var(--font-heading);letter-spacing:.02em;margin:2rem 0 .6rem;font-size:1.5rem}.authority-copy ul,.authority-copy ol{margin:1rem 0 1.5rem 1.4rem}.authority-copy a{color:var(--orange)}.checker-layout{grid-template-columns:minmax(0,1fr) 420px;align-items:start;gap:2rem;padding:5rem 0;display:grid}.checker-panel,.result-panel{background:var(--panel);border:1px solid var(--border);padding:2rem}.checker-form{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.checker-form .form-field{margin-bottom:0}.checker-form .form-field--full{grid-column:1/-1}.form-help{color:var(--muted);margin-top:.35rem;font-size:.78rem;line-height:1.5;display:block}.calculator-disclaimer{border-left:3px solid var(--orange);color:#f0ebe3d1;background:#e8540a14;margin-top:1.5rem;padding:1rem;font-size:.86rem;line-height:1.65}.authority-source-list{color:#d8d8d8;margin:1rem 0 0;padding-left:1.2rem;line-height:1.75}.authority-source-list a{color:var(--orange)}.result-panel{top:calc(var(--nav-height) + 1rem);position:sticky}.result-status{letter-spacing:.12em;text-transform:uppercase;border:1px solid;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .7rem;font-size:.72rem;font-weight:700;display:inline-flex}.result-status:before{content:"";background:currentColor;border-radius:50%;width:8px;height:8px}.result-panel[data-status=green] .result-status{color:#43d17c}.result-panel[data-status=amber] .result-status{color:#f0b84c}.result-panel[data-status=red] .result-status{color:#ff6b5f}.result-panel[data-status=neutral] .result-status{color:#f0ebe3b8}.result-panel h2{font-family:var(--font-heading);color:var(--white);margin-bottom:.75rem;font-size:2rem;line-height:1}.result-summary{color:#f0ebe3c7;margin-bottom:1.25rem;font-size:.92rem;line-height:1.65}.result-metrics{background:var(--border);border:1px solid var(--border);gap:1px;margin-bottom:1.25rem;display:grid}.result-metric{background:var(--dark);justify-content:space-between;gap:1rem;padding:.8rem .9rem;display:flex}.result-metric span:first-child{color:var(--muted);font-size:.82rem}.result-metric strong{color:var(--white);text-align:right;font-size:.88rem}.result-notes{color:#f0ebe3c2;margin:0 0 1.5rem 1.1rem;font-size:.86rem;line-height:1.65}.result-recommendation{border:1px solid var(--border);background:#ffffff0a;margin-bottom:1.25rem;padding:1rem}.result-recommendation strong{color:var(--orange);margin-bottom:.35rem;display:block}.result-recommendation p{color:#f0ebe3cc;font-size:.88rem;line-height:1.6}.authority-table-wrap{border:1px solid var(--border);-webkit-overflow-scrolling:touch;max-width:100%;margin:2rem 0;overflow-x:auto}.authority-table{border-collapse:collapse;width:100%;min-width:680px}.authority-table th,.authority-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:.9rem 1rem}.authority-table th{background:var(--panel);color:var(--white);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem}.authority-table td{color:#f0ebe3c7;font-size:.9rem;line-height:1.55}.authority-table a{color:var(--orange)}@media (width<=768px){.authority-table-wrap{margin-left:calc(var(--gutter) * -1);margin-right:calc(var(--gutter) * -1);border-left:none;border-right:none;padding-bottom:.35rem;position:relative}.authority-table-wrap:before{content:"Scroll table";padding:.45rem var(--gutter);color:var(--muted);background:var(--black);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:700;display:inline-block;position:sticky;left:0}.authority-table{min-width:640px}.authority-table th,.authority-table td{padding:.85rem .9rem}}.worked-example{background:var(--panel);border:1px solid var(--border);margin:2rem 0;padding:1.5rem}.worked-example h3{font-family:var(--font-heading);margin-top:0;font-size:1.5rem}.authority-section .faq-list{background:var(--border);border:1px solid var(--border);gap:1px;display:grid}.authority-section .faq-list details{background:var(--panel);padding:1.2rem 1.4rem}.authority-section .faq-list summary{color:var(--white);cursor:pointer;font-weight:600}.authority-section .faq-list p{color:#f0ebe3bd;margin-top:.75rem;font-size:.9rem;line-height:1.7}.not-found-section{min-height:100vh;padding:var(--nav-height) var(--gutter) 5rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4rem;display:flex}.not-found-content{max-width:560px}.not-found-sub-copy{font-family:var(--font-accent);color:var(--tan);margin:1.5rem 0 2.5rem;font-size:1.05rem;font-style:italic}.not-found-image{opacity:.4;flex:0 0 400px;max-width:400px}.expedition-callout{background:var(--dark);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:6rem var(--gutter);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.expedition-callout-image{aspect-ratio:16/10;position:relative;overflow:hidden}.expedition-callout-image img{object-fit:cover;filter:brightness(.8);width:100%;height:100%}.testimonials{padding:6rem var(--gutter);text-align:center}footer{border-top:1px solid var(--border);padding:4rem var(--gutter);background:#060606}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand-name{font-family:var(--font-heading);color:var(--white);letter-spacing:.05em;margin-bottom:1rem;font-size:1.6rem}.footer-brand-name span{color:var(--orange)}.footer-desc{color:var(--muted);max-width:280px;font-size:.83rem;line-height:1.7}.footer-socials{gap:.75rem;margin-top:1.5rem;display:flex}.footer-social{border:1px solid var(--border);width:36px;height:36px;color:var(--muted);justify-content:center;align-items:center;font-size:.85rem;text-decoration:none;transition:border-color .2s,color .2s;display:flex}.footer-social:hover{border-color:var(--orange);color:var(--orange)}.footer-col-title{letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:1.25rem;font-size:.65rem}.footer-links{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer-links a{color:var(--muted);font-size:.83rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-links li{color:var(--muted);font-size:.83rem}.footer-bottom{border-top:1px solid var(--border);color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.75rem;display:flex}.footer-credit{color:var(--muted);text-decoration:none;transition:color .2s}.footer-credit:hover{color:var(--orange)}.footer-badge{border:1px solid var(--border);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);align-items:center;gap:8px;padding:.4rem .9rem;font-size:.7rem;display:inline-flex}.footer-badge-dot{background:var(--orange);border-radius:50%;width:6px;height:6px}.reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.workshop-gallery{padding:6rem var(--gutter);background:var(--dark);border-top:1px solid var(--border)}.workshop-gallery .container{max-width:var(--max-width);margin:0 auto}.workshop-grid{background:var(--border);grid-template-columns:repeat(3,1fr);gap:2px;margin-top:3rem;display:grid}.workshop-card{background:var(--panel);overflow:hidden}.workshop-card-image{aspect-ratio:4/3;overflow:hidden}.workshop-card-image img{object-fit:cover;filter:brightness(.75)saturate(.85);width:100%;height:100%;transition:transform .6s,filter .4s}.workshop-card:hover .workshop-card-image img{filter:brightness(.9)saturate();transform:scale(1.05)}.workshop-card-body{border-top:1px solid var(--border);padding:1.5rem 1.75rem 2rem}.workshop-card-title{font-family:var(--font-heading);color:var(--white);margin-bottom:1rem;font-size:1.3rem;line-height:1.1}.workshop-card-title a{color:inherit;text-decoration:none}.workshop-card-title a:hover{color:var(--orange)}.workshop-card-tags{flex-direction:column;gap:.5rem;display:flex}.workshop-tag{color:var(--muted);padding-left:1rem;font-size:.78rem;line-height:1.5;position:relative}.workshop-tag:before{content:"→";color:var(--orange);position:absolute;left:0}.build-process{padding:7rem var(--gutter);background:var(--black);border-top:1px solid var(--border)}.build-process .container{max-width:var(--max-width);margin:0 auto}.build-steps{border:1px solid var(--border);flex-direction:column;gap:0;margin-top:3rem;display:flex}.build-step{border-bottom:1px solid var(--border);grid-template-columns:120px 1fr;transition:background .25s;display:grid}.build-step:last-child{border-bottom:none}.build-step:hover{background:var(--panel)}.build-step-num{font-family:var(--font-heading);color:#e8540a2e;border-right:1px solid var(--border);justify-content:center;align-items:center;padding:2rem;font-size:3.5rem;line-height:1;transition:color .25s;display:flex}.build-step:hover .build-step-num{color:var(--orange)}.build-step-body{flex-direction:column;justify-content:center;padding:2rem 2.5rem;display:flex}.build-step-title{font-family:var(--font-heading);color:var(--white);margin-bottom:.5rem;font-size:1.5rem}.build-step-desc{color:var(--muted);max-width:560px;font-size:.88rem;line-height:1.75}@media (width<=1024px){.workshop-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.workshop-grid{grid-template-columns:1fr}.build-step{grid-template-columns:70px 1fr}.build-step-num{padding:1.5rem 1rem;font-size:2.2rem}.build-step-body{padding:1.5rem 1.25rem}}.testimonials-section{padding:6rem var(--gutter);background:var(--dark);border-top:1px solid var(--border)}.testimonials-section .container{max-width:var(--max-width);margin:0 auto}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.testimonial-card{background:var(--panel);border:1px solid var(--border);border-radius:4px;flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.testimonial-quote{color:var(--white);font-size:.95rem;font-style:italic;line-height:1.75}.testimonial-quote:before{content:"“";color:var(--orange);vertical-align:-.5rem;margin-right:.15rem;font-size:2rem;line-height:0}.testimonial-author{color:var(--muted);flex-direction:column;gap:.2rem;font-size:.8rem;display:flex}.testimonial-author strong{color:var(--white);font-style:normal;font-weight:600}@media (width<=1024px){.testimonials-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.testimonials-grid{grid-template-columns:1fr}}.cookie-consent{z-index:9999;background:var(--dark);color:#ccc;border-top:1px solid #333;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:.85rem;display:flex;position:fixed;inset:auto 0 0}.cookie-consent[hidden]{display:none}.cookie-consent a{color:var(--orange2);text-decoration:none}.cookie-consent-actions{gap:.5rem;display:flex}.cookie-consent button{font:inherit;cursor:pointer;border-radius:4px;padding:.4rem 1rem}.cookie-consent-decline{color:#aaa;background:0 0;border:1px solid #555}.cookie-consent-accept{background:var(--orange-button);color:var(--white);border:none;font-weight:600}.chat-widget{z-index:9000;flex-direction:column-reverse;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.chat-widget-btn{background:var(--orange-button);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #0006}.chat-widget-btn:hover{transform:scale(1.08);box-shadow:0 6px 20px #00000080}.chat-panel{background:var(--dark);border:1px solid var(--border);border-radius:12px;flex-direction:column;width:380px;max-height:560px;animation:.2s chat-slide-in;display:flex;overflow:hidden;box-shadow:0 8px 32px #00000080}@keyframes chat-slide-in{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.chat-panel{animation:none}}.chat-panel-header{border-bottom:1px solid var(--border);background:var(--panel);color:var(--white);align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;font-weight:600;display:flex}.chat-panel-header span{flex:1}.chat-human-btn{color:var(--orange);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:.8rem;font-weight:600;transition:background .15s}.chat-human-btn:hover{background:#ffffff0f}.chat-close-btn{color:var(--white);opacity:.6;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 6px;font-size:1rem;line-height:1;transition:opacity .15s}.chat-close-btn:hover{opacity:1}.chat-messages{flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.chat-bubble{white-space:pre-wrap;word-break:break-word;border-radius:12px;max-width:85%;padding:10px 14px;font-size:.88rem;line-height:1.5}.chat-bubble-user{background:var(--orange-button);color:#fff;border-bottom-right-radius:3px;align-self:flex-end}.chat-bubble-assistant{background:var(--panel);color:var(--white);border-bottom-left-radius:3px;align-self:flex-start}.chat-loading{opacity:.5;font-style:italic}.chat-input-bar{border-top:1px solid var(--border);background:var(--panel);gap:8px;padding:12px 16px;display:flex}.chat-input-bar input{background:var(--dark);border:1px solid var(--border);color:var(--white);border-radius:8px;outline:none;flex:1;padding:8px 12px;font-family:inherit;font-size:.88rem;transition:border-color .15s}.chat-input-bar input:focus{border-color:var(--orange)}.chat-input-bar input::placeholder{color:#ffffff59}.chat-input-bar button{background:var(--orange-button);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;padding:8px 14px;font-size:1rem;transition:opacity .15s}.chat-input-bar button:disabled{opacity:.4;cursor:not-allowed}.chat-input-bar button:not(:disabled):hover{opacity:.85}@media (width<=768px){.chat-widget-open{align-items:stretch;gap:0;inset:0 auto auto 0}.chat-widget-open .chat-widget-btn{display:none}.chat-panel{z-index:9001;border-left:none;border-right:none;border-radius:0;width:100%;height:100dvh;max-height:none;position:fixed;inset:0;overflow:hidden}.chat-panel-header{padding-top:max(12px, env(safe-area-inset-top))}.chat-messages{min-height:0}.chat-input-bar{padding-bottom:max(12px, env(safe-area-inset-bottom))}.chat-widget{max-width:calc(100% - 32px);bottom:16px;right:16px}@supports (right:max(16px, env(safe-area-inset-right))){.chat-widget{right:max(16px, env(safe-area-inset-right));bottom:max(16px, env(safe-area-inset-bottom));max-width:calc(100% - max(16px, env(safe-area-inset-left)) - max(16px, env(safe-area-inset-right)))}}.chat-widget-inquiry:not(.chat-widget-open){display:none}.chat-close-btn{opacity:1;font-size:1.4rem;font-weight:700}}@media (width<=1024px){.authority-grid,.checker-layout{grid-template-columns:1fr}.result-panel{position:static}.truck-grid{grid-template-columns:repeat(2,1fr)}.range-grid{grid-template-columns:1fr}.model-card.featured{aspect-ratio:16/10;grid-column:span 1}.story{grid-template-columns:1fr}.story-image{height:400px}.process-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.faq-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.product-hero-section{grid-template-columns:1fr}.product-hero-info{border-left:none;border-top:1px solid var(--border)}.expedition-callout{grid-template-columns:1fr}}@media (width<=1180px){nav{padding-left:max(1rem, env(safe-area-inset-left));padding-right:max(1rem, env(safe-area-inset-right));gap:.75rem;overflow:visible}.nav-logo{order:1}.nav-cta{order:2;margin-left:auto}.nav-hamburger{order:3}.nav-logo img{max-width:92px;height:52px}.nav-cta{letter-spacing:.08em;max-width:42vw;padding:.55rem 1rem;font-size:.72rem}.nav-links{display:none}.nav-links.open{top:var(--nav-height);z-index:99;border-top:1px solid var(--border);max-height:calc(100dvh - var(--nav-height));-webkit-overflow-scrolling:touch;background:#0a0a0afa;flex-direction:column;gap:0;padding:1rem 0;display:flex;position:fixed;left:0;right:0;overflow-y:auto}.nav-links.open li a{padding:.75rem var(--gutter);display:block}.nav-hamburger{display:flex}}@media (width<=768px){.checker-form{grid-template-columns:1fr}.checker-panel,.result-panel,.authority-card{padding:1.4rem}.hero-stats{display:none}.hero-scroll{right:1.5rem}.truck-grid{grid-template-columns:1fr}.story-content{padding:3rem 1.5rem}.process-grid,.trust-grid{grid-template-columns:1fr}.gallery-strip{height:240px}.footer-grid,.form-row{grid-template-columns:1fr}.not-found-section{flex-direction:column}.not-found-image{max-width:100%}.key-specs{grid-template-columns:1fr}.key-spec:nth-child(2n){border-right:none}.product-grid{grid-template-columns:1fr}.comparison-section-head{flex-direction:column;align-items:flex-start}.comparison-table{min-width:860px}.product-gallery-main{height:58vh;min-height:320px}.product-gallery-controls{padding:0 .75rem}.gallery-nav-btn{width:44px;height:44px;font-size:1.75rem}.gallery-count{bottom:.75rem}.product-suitability-card{padding:1.3rem}.product-suitability-grid{grid-template-columns:1fr}}@media (pointer:coarse){*{cursor:auto}#cursor,#cursor-ring{display:none}}.shop-hero{padding:calc(var(--nav-height) + 6rem) 0 6rem;border-bottom:1px solid var(--border);background:radial-gradient(circle at 82% 20%, #e8540a2e, transparent 30%), var(--dark)}.shop-hero-inner{max-width:900px;margin-left:max(0px, calc((100vw - var(--max-width)) / 2))}.shop-hero h1,.shop-section-heading h2,.shop-detail-info h1{font-family:var(--font-heading);color:var(--white);letter-spacing:.01em;line-height:.95}.shop-hero h1{margin:1rem 0;font-size:clamp(4rem,9vw,8rem)}.shop-hero p{max-width:620px;color:var(--muted);font-size:1.05rem;line-height:1.7}.shop-featured,.shop-catalogue{padding-top:5rem;padding-bottom:5rem}.shop-featured{border-bottom:1px solid var(--border)}.shop-section-heading{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;display:flex}.shop-section-heading h2{font-size:clamp(2.8rem,5vw,4.5rem)}.shop-section-heading>p{color:var(--muted);font-size:.85rem}.shop-kicker,.shop-product-category{color:var(--orange);letter-spacing:.16em;text-transform:uppercase;font-size:.7rem;font-weight:600}.shop-product-grid{background:var(--border);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;padding:1px;display:grid}.shop-product-grid--featured{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-product-card{background:var(--panel);flex-direction:column;min-width:0;display:flex}.shop-product-card[hidden]{display:none}.shop-product-card-link{text-decoration:none;display:block}.shop-product-card-image{aspect-ratio:4/3;background:var(--dark);position:relative;overflow:hidden}.shop-product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.shop-product-card:hover .shop-product-card-image img{transform:scale(1.03)}.shop-product-badge{background:var(--orange-button);color:var(--white);letter-spacing:.12em;text-transform:uppercase;padding:.38rem .7rem;font-size:.65rem;font-weight:600;position:absolute;top:1rem;left:1rem}.shop-product-card-body{flex-direction:column;flex:1;min-height:250px;padding:1.5rem;display:flex}.shop-product-card-body h3{color:var(--white);font-family:var(--font-heading);margin:.55rem 0 .6rem;font-size:1.8rem;line-height:1}.shop-product-card-title-link{color:inherit;text-decoration:none}.shop-product-card-title-link:hover{color:var(--orange2)}.shop-product-card-body>p{color:var(--muted);font-size:.85rem;line-height:1.65}.shop-product-meta{color:#f0ebe39e;letter-spacing:.12em;text-transform:uppercase;margin-top:.2rem;font-size:.68rem;line-height:1.4}.shop-product-card-footer{justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:auto;padding-top:1.5rem;display:flex}.shop-product-price-stack{gap:.12rem;display:grid}.shop-product-price{color:var(--white);font-family:var(--font-heading);font-size:1.65rem}.shop-product-compare-at{color:var(--muted);font-size:.72rem;text-decoration:line-through}.shop-stock{color:var(--muted);text-align:right;font-size:.72rem;line-height:1.4}.shop-stock--available{color:#72c98f}.shop-product-card-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.shop-product-card-actions .btn-primary,.shop-product-card-actions .btn-ghost{text-align:center;min-height:42px;padding:.78rem 1.05rem;font-size:.74rem;line-height:1}.shop-product-buy-now{cursor:pointer;border:none;font-family:inherit}.shop-controls{border:1px solid var(--border);background:var(--dark);grid-template-columns:minmax(0,2fr) minmax(220px,1fr);gap:1rem;margin-bottom:2rem;padding:1.25rem;display:grid}.shop-control{gap:.45rem;display:grid}.shop-control label{color:var(--cream);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:600}.shop-control input,.shop-control select{border:1px solid var(--border);background:var(--panel);width:100%;min-height:48px;color:var(--white);font:inherit;border-radius:0;outline:none;padding:.75rem .9rem}.shop-control input:focus,.shop-control select:focus{border-color:var(--orange)}.shop-control input::placeholder{color:#777}.shop-empty{border:1px solid var(--border);color:var(--muted);text-align:center;padding:4rem 1rem}.shop-detail{padding-top:calc(var(--nav-height) + 2rem);padding-bottom:5rem}.shop-breadcrumbs{color:var(--muted);flex-wrap:wrap;gap:.55rem;margin-bottom:2rem;font-size:.78rem;display:flex}.shop-breadcrumbs a{color:var(--cream)}.shop-detail-grid{background:var(--border);grid-template-columns:minmax(0,1.35fr) minmax(340px,.85fr);gap:1px;display:grid}.shop-detail-media,.shop-detail-info{background:var(--dark)}.shop-detail-main-image{aspect-ratio:4/3;object-fit:cover;width:100%}.shop-detail-gallery{background:var(--border);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:1px;display:grid}.shop-detail-gallery img{aspect-ratio:4/3;object-fit:cover;width:100%}.shop-detail-info{padding:clamp(2rem,5vw,4rem)}.shop-detail-info h1{margin:.8rem 0 1rem;font-size:clamp(3rem,5vw,5rem)}.shop-detail-description{color:var(--muted);font-size:1rem;line-height:1.7}.shop-detail-price-stack{gap:.2rem;margin-top:2rem;display:grid}.shop-detail-price{color:var(--orange);font-family:var(--font-heading);margin-top:0;font-size:2.8rem;line-height:1}.shop-detail-compare-at{color:var(--muted);font-size:.82rem;text-decoration:line-through}.shop-detail-sale-label{background:var(--orange-button);width:fit-content;color:var(--white);letter-spacing:.12em;text-transform:uppercase;justify-content:center;align-items:center;padding:.34rem .72rem;font-size:.68rem;font-weight:600;display:inline-flex}.shop-detail-stock{text-align:left;margin-top:.6rem}.shop-fulfilment-note{color:var(--muted);margin-top:.6rem;font-size:.85rem;line-height:1.5}.shop-detail-meta{color:var(--muted);margin-top:.45rem;font-size:.82rem;line-height:1.5}.shop-product-specs{border:1px solid var(--border);margin:2rem 0;display:grid}.shop-product-specs div{grid-template-columns:110px 1fr;gap:1rem;padding:.85rem 1rem;display:grid}.shop-product-specs div+div{border-top:1px solid var(--border)}.shop-product-specs dt{color:var(--muted);font-size:.78rem}.shop-product-specs dd{color:var(--cream);font-size:.82rem}.shop-enquiry-link{text-decoration:none;display:inline-flex}.shop-detail-content{padding-bottom:6rem}.shop-detail-content .prose{max-width:760px}@media (width<=1024px){.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-detail-grid{grid-template-columns:1fr}}@media (width<=768px){.shop-hero{padding-top:calc(var(--nav-height) + 4rem);padding-bottom:4rem}.shop-hero h1{overflow-wrap:anywhere;font-size:clamp(3.2rem,17vw,4rem)}.shop-featured,.shop-catalogue{padding-top:3.5rem;padding-bottom:3.5rem}.shop-section-heading{align-items:flex-start}.shop-controls,.shop-product-grid,.shop-product-grid--featured{grid-template-columns:1fr}.shop-product-card-body{min-height:230px}.shop-product-card-actions{flex-direction:column;align-items:stretch}.shop-product-card-actions .btn-primary,.shop-product-card-actions .btn-ghost{text-align:center;width:100%}.shop-detail{padding-top:calc(var(--nav-height) + 1.25rem)}.shop-detail-info{padding:2rem 1.5rem}.shop-product-specs div{grid-template-columns:90px minmax(0,1fr)}}.nav-cart{color:var(--cream);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative}.nav-cart:hover{color:var(--orange2)}.nav-cart-count{background:var(--orange-button);min-width:1.25rem;height:1.25rem;color:var(--white);border-radius:999px;justify-content:center;align-items:center;padding:0 .35rem;font-size:.7rem;line-height:1;display:inline-flex}.nav-cart-count[hidden]{display:none}.shop-cart-actions{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin:1.75rem 0 .5rem;display:flex}.shop-add-to-cart{cursor:pointer;border:none;font-family:inherit}.shop-add-to-cart[disabled]{opacity:.5;cursor:not-allowed}.shop-add-to-cart[disabled]:hover{background:var(--orange-button);transform:none}.shop-add-feedback{color:#72c98f;font-size:.78rem}.shop-add-feedback[hidden]{display:none}.shop-detail-info .shop-enquiry-link{margin-top:1rem}.cart{padding-top:calc(var(--nav-height) + 2.5rem);padding-bottom:6rem}.cart h1{color:var(--white);font-family:var(--font-heading);margin:.8rem 0 2.5rem;font-size:clamp(3rem,7vw,5rem);line-height:1}.cart-loading{color:var(--muted)}.cart-empty{border:1px solid var(--border);background:var(--dark);color:var(--muted);justify-items:start;gap:1.5rem;padding:clamp(2rem,5vw,3rem);display:grid}.cart-list{border:1px solid var(--border);background:var(--dark)}.cart-row{grid-template-columns:88px minmax(0,1fr) auto auto auto;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;display:grid}.cart-row+.cart-row{border-top:1px solid var(--border)}.cart-row-media{display:block}.cart-row-media img{object-fit:cover;width:88px;height:88px}.cart-row-info{gap:.35rem;min-width:0;display:grid}.cart-row-name{color:var(--white);font-family:var(--font-heading);font-size:1.4rem;line-height:1.1;text-decoration:none}.cart-row-name:hover{color:var(--orange2)}.cart-row-unit{color:var(--muted);font-size:.8rem}.cart-row-fulfilment{color:var(--muted);font-size:.78rem}.cart-row-fulfilment--notice{color:var(--orange)}.cart-qty{border:1px solid var(--border);align-items:center;display:inline-flex}.cart-qty-btn{background:var(--panel);width:40px;height:40px;color:var(--white);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;display:inline-flex}.cart-qty-btn:hover:not([disabled]){background:var(--orange-button)}.cart-qty-btn[disabled]{opacity:.4;cursor:not-allowed}.cart-qty-value{text-align:center;min-width:2.5rem;color:var(--cream);font-variant-numeric:tabular-nums}.cart-row-total{color:var(--white);font-family:var(--font-heading);white-space:nowrap;font-size:1.4rem}.cart-row-remove{cursor:pointer;color:var(--muted);font:inherit;text-transform:uppercase;letter-spacing:.08em;text-underline-offset:3px;background:0 0;border:none;font-size:.78rem;text-decoration:underline}.cart-row-remove:hover{color:var(--orange2)}.cart-summary{border:1px solid var(--border);background:var(--dark);justify-content:flex-end;align-items:baseline;gap:1.5rem;margin-top:1.5rem;padding:1.5rem;display:flex}.cart-summary-label{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.cart-summary-value{color:var(--orange);font-family:var(--font-heading);font-size:2.2rem;line-height:1}.cart-continue{color:var(--cream);text-underline-offset:3px;margin-top:1.5rem;font-size:.85rem;text-decoration:underline;display:inline-block}.cart-continue:hover{color:var(--orange2)}.cart-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.cart-checkout{cursor:pointer;border:none;font-family:inherit}.cart-checkout:disabled{opacity:.6;cursor:progress}.cart-error{border:1px solid var(--orange);color:var(--cream);background:#e8540a1f;margin-top:1.25rem;padding:.9rem 1.1rem;font-size:.85rem}.cart-error[hidden]{display:none}.cart-secure-note{color:var(--muted);margin-top:1rem;font-size:.78rem}.cart-blocked{border:1px solid var(--orange);color:var(--cream);background:#e8540a1f;flex-basis:100%;margin:0 0 .75rem;padding:.9rem 1.1rem;font-size:.85rem;line-height:1.5}.cart-enquire{text-decoration:none}.cart-shipping{border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1.25rem}.cart-shipping-header{margin-bottom:1rem}.cart-shipping-label{color:var(--muted);margin-bottom:.5rem;font-size:.85rem;display:block}.cart-shipping-help{color:#f0ebe3b8;margin:0;font-size:.82rem;line-height:1.5}.cart-shipping-field{gap:.45rem;max-width:18rem;display:grid}.cart-shipping-field-label{color:var(--cream);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:600}.cart-shipping-field input{border:1px solid var(--border);background:var(--panel);width:100%;min-width:10rem;color:var(--cream);padding:.6rem .8rem;font-size:.9rem}.cart-shipping-field input:focus{border-color:var(--orange);outline:none}.cart-shipping-submit{cursor:pointer;border:none;margin-top:1rem;font-family:inherit}.cart-shipping-result{color:var(--muted);margin-top:.75rem;font-size:.8rem;line-height:1.5}.cart-shipping-result[hidden]{display:none}.checkout-result{padding-top:calc(var(--nav-height) + 3rem);max-width:760px;padding-bottom:6rem}.checkout-result h1{color:var(--white);font-family:var(--font-heading);margin:.8rem 0 1.5rem;font-size:clamp(3rem,7vw,5rem);line-height:1}.checkout-result p{color:var(--muted);margin-bottom:1rem;font-size:1rem;line-height:1.7}.checkout-result p a{color:var(--orange2)}.checkout-result-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.checkout-notice-modal[hidden]{display:none}.checkout-notice-modal{z-index:1000;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.checkout-notice-backdrop{backdrop-filter:blur(8px);background:#000000c2;position:absolute;inset:0}.checkout-notice-card{width:min(620px,100%);color:var(--white);border:1px solid var(--border);background:#111;padding:clamp(1.25rem,3vw,2rem);position:relative;box-shadow:0 28px 100px #0000008c}.checkout-notice-card h2{font-family:var(--font-heading);margin:.6rem 0 .75rem;font-size:clamp(2rem,5vw,3.5rem);line-height:.95}.checkout-notice-summary,.checkout-notice-card li{color:var(--muted);line-height:1.55}.checkout-notice-card ul{gap:.55rem;margin:1rem 0 0;padding-left:1.1rem;display:grid}.checkout-notice-actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.checkout-notice-cancel{color:#888;cursor:pointer;font:inherit;background:0 0;border:none;padding:.65rem .25rem;text-decoration:underline}@media (width<=640px){.cart-row{grid-template-columns:64px minmax(0,1fr) auto;grid-template-areas:"media info info""media qty total""media remove remove";gap:.6rem 1rem}.cart-row-media{grid-area:media;align-self:start}.cart-row-media img{width:64px;height:64px}.cart-row-info{grid-area:info}.cart-qty{grid-area:qty}.cart-row-total{grid-area:total;justify-self:end}.cart-row-remove{grid-area:remove;justify-self:start}.cart-shipping-field{max-width:none}.cart-shipping-submit{width:100%}}
