:root{--yellow:#ffc800;--yellow-2:#ffdb33;--ink:#242321;--ink-2:#302f2c;--paper:#f5f5f2;--white:#fff;--muted:#777772;--line:#deded8;--heading:'Barlow Condensed',Arial,sans-serif;--body:'Inter',Arial,sans-serif;--shadow:0 16px 44px rgba(21,20,18,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.6}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{height:82px;padding:0 clamp(22px,5vw,80px);display:flex;align-items:center;justify-content:space-between;background:rgba(36,35,33,.96);color:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(255,255,255,.09);backdrop-filter:blur(12px)}.brand{font:900 clamp(1.7rem,3vw,2.25rem)/1 var(--heading);letter-spacing:-.04em}.brand span{color:var(--yellow)}.main-nav{display:flex;align-items:center;gap:clamp(22px,3vw,46px);font-weight:600;font-size:.92rem}.main-nav>a:not(.nav-cta){color:#d7d7d2;transition:.2s}.main-nav>a:not(.nav-cta):hover{color:var(--yellow)}.nav-cta{background:var(--yellow);color:var(--ink);padding:12px 20px;font-weight:800}.menu-button{display:none;background:transparent;border:0;padding:8px}.menu-button>span:not(.sr-only){display:block;width:25px;height:2px;background:#fff;margin:5px}
.hero{min-height:680px;background:var(--ink);color:#fff;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,1.1fr);overflow:hidden}.hero-copy{padding:clamp(60px,8vw,120px) clamp(24px,6vw,90px);align-self:center;position:relative}.hero-copy:after{content:'';position:absolute;width:260px;height:18px;background:var(--yellow);right:-90px;top:22%;transform:rotate(-35deg);opacity:.15}.eyebrow{margin:0 0 18px;color:#9b9b94;text-transform:uppercase;letter-spacing:.17em;font-size:.77rem;font-weight:800}.hero .eyebrow,.steps .eyebrow{color:var(--yellow)}h1,h2,h3{font-family:var(--heading);margin:0;line-height:.95}h1{font-size:clamp(4rem,7vw,7.1rem);font-weight:900;letter-spacing:-.04em;text-transform:uppercase;max-width:730px}h1 em{font-style:normal;color:var(--yellow)}.hero-text{max-width:660px;color:#cecec8;font-size:1.06rem;line-height:1.75;margin:30px 0}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;justify-content:center;align-items:center;gap:16px;min-height:52px;padding:14px 22px;border:0;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;font-weight:800;font-size:.86rem;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--yellow);color:var(--ink)}.button-primary:hover{background:var(--yellow-2)}.button-ghost{border:1px solid #5b5a56;color:#fff}.button-dark{background:var(--ink);color:#fff}.hero-facts{list-style:none;padding:0;margin:50px 0 0;display:flex;gap:clamp(20px,4vw,55px)}.hero-facts li{display:flex;flex-direction:column}.hero-facts strong{font:800 1.4rem var(--heading);text-transform:uppercase;color:#fff}.hero-facts span{font-size:.77rem;color:#979791}.hero-visual{position:relative;background:#1c1c1b;min-width:0}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--ink) 0,transparent 28%),linear-gradient(0deg,rgba(0,0,0,.45),transparent 60%)}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.1) contrast(1.08)}.hero-stamp{position:absolute;z-index:2;right:34px;bottom:35px;background:var(--yellow);color:var(--ink);padding:15px 20px;transform:rotate(-3deg);display:flex;flex-direction:column;text-transform:uppercase}.hero-stamp span{font-size:.68rem;font-weight:800;letter-spacing:.13em}.hero-stamp strong{font:900 1.7rem var(--heading)}
.catalog-section{max-width:1500px;margin:auto;padding:clamp(70px,9vw,130px) clamp(20px,5vw,70px)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:45px}.section-heading h2,.inquiry h2,.location h2{font-size:clamp(3.1rem,5.5vw,5.8rem);font-weight:900;letter-spacing:-.035em;text-transform:uppercase}.section-heading>p{max-width:500px;margin:0;color:var(--muted);font-size:.94rem}.catalog-toolbar{display:flex;gap:20px;align-items:center;justify-content:space-between;margin-bottom:30px}.search-field{height:52px;min-width:330px;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);padding:0 16px}.search-field svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}.search-field input{border:0;outline:0;width:100%;background:transparent}.filters{display:flex;flex-wrap:wrap;gap:8px}.filter{border:1px solid var(--line);background:transparent;padding:11px 16px;cursor:pointer;font-weight:700;color:#5f5e59}.filter:hover,.filter.active{background:var(--ink);border-color:var(--ink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);transition:transform .25s,box-shadow .25s;min-width:0}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card[hidden]{display:none}.product-image{height:210px;background:#fff;position:relative;overflow:hidden;border-bottom:1px solid #ecece7}.product-image:after{content:'';position:absolute;width:130px;height:12px;background:var(--yellow);left:-34px;bottom:18px;transform:rotate(-35deg)}.product-image img{width:100%;height:100%;object-fit:contain;padding:20px;mix-blend-mode:multiply}.product-visual{display:flex;flex-direction:column;justify-content:flex-end;padding:28px 24px;background:linear-gradient(135deg,#292825 0%,#1b1a18 70%);color:#fff}.product-visual:before{content:'';position:absolute;width:180px;height:180px;right:-70px;bottom:-90px;border:32px solid rgba(255,200,0,.12);transform:rotate(45deg)}.product-number{position:absolute;left:22px;top:15px;font:900 3.5rem var(--heading);color:rgba(255,255,255,.08)}.product-brand{position:relative;z-index:1;font:900 clamp(1.8rem,3vw,2.8rem)/.9 var(--heading);letter-spacing:-.02em;text-transform:uppercase}.product-model{position:relative;z-index:1;margin-top:8px;color:var(--yellow);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.availability{position:absolute;z-index:2;right:14px;top:14px;background:var(--yellow);color:var(--ink);padding:5px 9px;text-transform:uppercase;font-size:.63rem;font-weight:900;letter-spacing:.07em}.product-content{display:flex;flex:1;flex-direction:column;padding:24px}.product-category{font-size:.69rem;text-transform:uppercase;letter-spacing:.15em;font-weight:800;color:#9a8100;margin:0 0 8px}.product-content h3{font-size:clamp(1.55rem,2.2vw,2rem);line-height:1.02;text-transform:uppercase}.product-content>p:not(.product-category){color:var(--muted);font-size:.88rem;min-height:57px}.product-meta{display:flex;gap:8px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:13px 0;margin:18px 0 20px;margin-top:auto}.product-meta span{flex:1;font-size:.68rem;color:var(--muted);text-transform:uppercase;min-width:0}.product-meta b{display:block;color:var(--ink);font-size:.78rem;overflow-wrap:anywhere}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:14px}.product-footer p{margin:0;color:var(--muted);font-size:.72rem}.product-footer strong{font:900 1.8rem var(--heading);color:var(--ink)}.product-footer small{font-size:.68rem}.select-product{background:var(--ink);color:#fff;border:0;padding:12px 15px;cursor:pointer;font-size:.75rem;text-transform:uppercase;font-weight:800}.select-product:hover{background:var(--yellow);color:var(--ink)}.empty-state{text-align:center;padding:70px;border:1px dashed #bbb;background:#fff}
.product-image{isolation:isolate}.product-image:after{z-index:2;pointer-events:none}.product-image>img{display:block;position:relative;z-index:1;width:100%;height:100%;object-fit:contain;object-position:center;padding:18px;background:#fff;opacity:1;visibility:visible}.product-fallback{position:absolute;z-index:0;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:28px 24px;background:linear-gradient(135deg,#292825 0%,#1b1a18 70%);color:#fff}.product-fallback:before{content:'';position:absolute;width:180px;height:180px;right:-70px;bottom:-90px;border:32px solid rgba(255,200,0,.12);transform:rotate(45deg)}.image-note{position:absolute;z-index:3;left:14px;bottom:14px;max-width:calc(100% - 28px);padding:6px 9px;background:rgba(36,35,33,.88);color:#fff;font-size:.65rem;font-weight:800;line-height:1.25;text-transform:uppercase;letter-spacing:.05em}.availability{z-index:3}
.steps{background:var(--ink);color:#fff;padding:clamp(70px,9vw,125px) clamp(20px,7vw,110px)}.steps .section-heading{max-width:1360px;margin-left:auto;margin-right:auto}.section-heading.light>p{color:#aaa9a3}.step-grid{list-style:none;padding:0;margin:60px auto 0;max-width:1360px;display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.step-grid li{background:var(--ink-2);padding:clamp(26px,4vw,55px);position:relative;min-height:280px;overflow:hidden}.step-grid li:after{content:'';position:absolute;right:-50px;bottom:-55px;width:140px;height:140px;border:28px solid rgba(255,200,0,.1);transform:rotate(45deg)}.step-grid>li>span{font:900 3.5rem var(--heading);color:var(--yellow)}.step-grid h3{font-size:2rem;text-transform:uppercase;margin:25px 0 12px}.step-grid p{margin:0;color:#adada8;font-size:.9rem;max-width:330px}
.inquiry{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(40px,8vw,120px);padding:clamp(70px,10vw,140px) clamp(20px,8vw,120px);background:var(--yellow)}.inquiry .eyebrow{color:#665100}.inquiry-intro>p:not(.eyebrow){max-width:570px}.notice{margin-top:35px;padding:18px 20px;background:rgba(36,35,33,.1);border-left:5px solid var(--ink);display:flex;flex-direction:column}.notice strong{text-transform:uppercase;font-size:.76rem}.notice span{font-size:.86rem}.inquiry-form{background:#fff;padding:clamp(24px,4vw,48px);display:grid;grid-template-columns:1fr 1fr;gap:20px;box-shadow:var(--shadow)}.form-field{display:flex;flex-direction:column;gap:7px}.form-field label{font-size:.75rem;text-transform:uppercase;font-weight:800}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #d5d5cf;background:#fafafa;padding:13px 14px;outline:0;min-height:49px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#a17e00;box-shadow:0 0 0 3px rgba(255,200,0,.25)}.full{grid-column:1/-1}.consent{display:flex;gap:10px;align-items:flex-start;font-size:.75rem;color:var(--muted)}.consent input{margin-top:4px;accent-color:var(--ink)}.inquiry-form .button{width:100%;font-size:.9rem}.form-note{text-align:center;margin:0;color:#888;font-size:.7rem}
.location{display:grid;grid-template-columns:minmax(360px,.7fr) 1.3fr;min-height:500px}.location-card{background:#fff;padding:clamp(50px,7vw,100px)}.location-card h2{font-size:clamp(3rem,5vw,5rem);max-width:560px}.location-card address{font-style:normal;border-top:1px solid var(--line);margin:35px 0 25px}.location-card address p{display:grid;grid-template-columns:100px 1fr;margin:0;padding:16px 0;border-bottom:1px solid var(--line)}.location-card address span{text-transform:uppercase;font-size:.7rem;color:var(--muted);font-weight:800;letter-spacing:.09em}.location-card address strong,.location-card address a{font-size:.95rem}.location-banner{background:var(--ink);overflow:hidden}.location-banner img{height:100%;width:100%;object-fit:cover;object-position:center}
footer{min-height:150px;padding:35px clamp(22px,6vw,90px);display:flex;align-items:center;gap:40px;background:#191918;color:#aaa9a3;font-size:.78rem}footer p:last-child{margin-left:auto}.mobile-cta{display:none}
@media(max-width:1050px){.hero{grid-template-columns:1fr;min-height:auto}.hero-visual{height:420px}.hero-visual:after{background:linear-gradient(0deg,var(--ink),transparent 40%)}.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-toolbar{align-items:stretch;flex-direction:column}.search-field{min-width:0}.inquiry{grid-template-columns:1fr}.location{grid-template-columns:1fr}.location-banner{min-height:330px}}
@media(max-width:720px){body{padding-bottom:64px}.site-header{height:68px;padding:0 20px}.menu-button{display:block}.main-nav{display:none;position:absolute;top:68px;left:0;right:0;background:var(--ink);padding:20px;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid #444}.main-nav.open{display:flex}.main-nav a{padding:14px}.nav-cta{text-align:center;margin-top:8px}.hero-copy{padding-top:60px;padding-bottom:55px}h1{font-size:clamp(3.4rem,18vw,5rem)}.hero-text{font-size:.95rem}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hero-facts strong{font-size:1.05rem}.hero-facts span{font-size:.63rem}.hero-visual{height:280px}.hero-stamp{right:20px;bottom:20px}.section-heading{display:block}.section-heading>p{margin-top:18px}.product-grid{grid-template-columns:1fr}.filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}.filter{white-space:nowrap}.product-image{height:240px}.step-grid{grid-template-columns:1fr}.step-grid li{min-height:auto}.inquiry-form{grid-template-columns:1fr}.full{grid-column:auto}.location{grid-template-columns:1fr}.location-card address p{grid-template-columns:80px 1fr}.location-banner{min-height:230px}footer{flex-direction:column;align-items:flex-start;gap:5px;padding:35px 20px}footer p{margin:2px 0}footer p:last-child{margin-left:0}.mobile-cta{position:fixed;display:grid;grid-template-columns:1fr 1fr;bottom:0;left:0;right:0;height:64px;z-index:30;box-shadow:0 -8px 25px rgba(0,0,0,.16)}.mobile-cta a{display:flex;align-items:center;justify-content:center;background:#fff;font-weight:800;text-transform:uppercase;font-size:.77rem}.mobile-cta a:last-child{background:var(--yellow)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.product-card{transition:none}}

/* Product photos: restore the light, image-first presentation. */
.product-image{height:260px;background:#f5f5f1}
.product-image:after{z-index:1}
.product-image>.product-fallback{background:#f5f5f1;color:#d8d7cf}
.product-image>.product-fallback:before{display:none}
.product-image>img{z-index:3;padding:20px;background:#f5f5f1;mix-blend-mode:normal;filter:none}
.product-image>.availability,.product-image>.image-note{z-index:5}

@media(max-width:720px){.product-image{height:240px}}
.product-footer .price-note{display:block;margin-top:4px;color:#9a8100;font-size:.62rem;font-weight:800;line-height:1.1;white-space:nowrap}

/* Product details open from the photo without changing the catalog layout. */
.product-image-trigger{display:block;width:100%;border:0;padding:0;color:inherit;text-align:left;font:inherit;cursor:zoom-in}
.product-image-trigger:focus-visible{outline:3px solid var(--yellow);outline-offset:-3px}
.product-modal[hidden]{display:none}
.product-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px}
.product-modal-backdrop{position:absolute;inset:0;background:rgba(20,20,18,.72);backdrop-filter:blur(4px)}
.product-modal-panel{position:relative;z-index:1;width:min(920px,100%);max-height:min(88vh,820px);overflow:auto;background:var(--white);box-shadow:0 28px 90px rgba(0,0,0,.35);padding:clamp(26px,4vw,52px)}
.product-modal-close{position:absolute;top:12px;right:16px;width:42px;height:42px;border:0;background:transparent;color:var(--ink);font-size:2rem;line-height:1;cursor:pointer}
.product-modal-close:hover{background:var(--yellow)}
.product-modal-body{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);gap:clamp(24px,4vw,46px);align-items:start}
.product-modal-photo{min-height:260px;display:grid;place-items:center;background:var(--paper);border:1px solid var(--line)}
.product-modal-photo img{width:100%;height:100%;max-height:360px;object-fit:contain;padding:22px}
.product-modal-gallery{display:flex;gap:8px;align-self:end;justify-content:center;width:100%;padding:0 12px 12px}
.product-modal-gallery[hidden]{display:none}
.product-modal-thumb{width:58px;height:48px;padding:3px;border:1px solid var(--line);background:#fff;cursor:pointer}
.product-modal-thumb.active,.product-modal-thumb:hover{border-color:var(--yellow);box-shadow:inset 0 0 0 2px var(--yellow)}
.product-modal-thumb img{width:100%;height:100%;padding:0;object-fit:contain}
.product-modal-copy .product-category{margin-top:4px}
.product-modal-copy h2{font-size:clamp(2rem,4vw,3.7rem);line-height:.95;text-transform:uppercase}
.product-modal-summary{color:var(--muted);margin:16px 0 22px}
.product-modal-copy h3{font:800 1.15rem var(--body);margin:0 0 10px;text-transform:uppercase;letter-spacing:.05em}
.product-modal-details{margin:0;padding:0 0 0 19px;color:var(--muted);font-size:.9rem;line-height:1.5}
.product-modal-details li{margin:5px 0}
.product-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--line);margin-top:24px;padding-top:18px}
.product-modal-footer p{margin:0;color:var(--muted);font-size:.76rem}
.product-modal-footer strong{font:900 2rem var(--heading);color:var(--ink)}
.product-modal-footer small{font-size:.7rem}
body.modal-open{overflow:hidden}
@media(max-width:720px){.product-modal{padding:12px}.product-modal-panel{max-height:92vh;padding:24px 18px 22px}.product-modal-body{grid-template-columns:1fr;gap:20px}.product-modal-photo{min-height:190px}.product-modal-photo img{max-height:230px;padding:15px}.product-modal-copy h2{font-size:2.25rem}.product-modal-footer{align-items:stretch;flex-direction:column}.product-modal-footer .select-product{width:100%}}
