:root{--ink:#0b2b40;--muted:#5d6870;--rust:#c65324;--stone:#f3f2ef;--line:#d9ddd9;--white:#fff;--max:1240px;--serif:Georgia,serif;--sans:Arial,Helvetica,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:var(--sans);line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}h1,h2,h3,p{margin-top:0}h1,h2{font-family:"Arial Narrow",Impact,var(--sans);letter-spacing:-.035em;line-height:.98;text-transform:none}h1{font-size:clamp(3.2rem,7vw,7rem);margin-bottom:1.5rem}h2{font-size:clamp(2.3rem,4.3vw,4.8rem);margin-bottom:1rem}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - var(--max))/2));position:relative;z-index:20;background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:.65rem;font-weight:900;letter-spacing:.08em;font-size:1.12rem}.brand-mark{width:36px;height:28px;display:grid;place-items:center;background:var(--ink);color:#fff;clip-path:polygon(50% 0,100% 100%,72% 100%,50% 48%,28% 100%,0 100%)}.site-nav{display:flex;align-items:center;gap:2rem;font-size:.86rem;font-weight:700}.site-nav a:not(.button):hover,.site-nav a[aria-current="page"]{color:var(--rust)}.menu-toggle{display:none;background:none;border:1px solid var(--ink);padding:.5rem .8rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.85rem 1.5rem;background:var(--rust);color:#fff;border:1px solid var(--rust);font-weight:800;cursor:pointer}.button:hover{background:#a8411b}.button-outline{background:transparent;color:var(--ink);border-color:var(--ink)}.button-outline:hover{background:var(--ink);color:#fff}.button-small{min-height:42px;padding:.65rem 1rem}.hero{max-width:var(--max);margin:auto;min-height:670px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:4rem 0 5rem;overflow:hidden}.hero-copy{padding:2rem 4rem 2rem 0}.hero h1 em{color:var(--rust);font-style:normal}.hero-copy>p{max-width:640px;font-size:1.13rem;color:var(--muted)}.actions{display:flex;gap:1rem;margin-top:2rem}.hero-media{height:560px;background:var(--stone);position:relative}.hero-media:before{content:"";position:absolute;inset:22px -24px -22px 24px;border:1px solid var(--rust);z-index:-1}.hero-media img{width:100%;height:100%;object-fit:cover}.section{max-width:var(--max);margin:auto;padding:7rem 0}.intro-row{display:grid;grid-template-columns:1fr 1fr;gap:7rem;align-items:end;padding-bottom:3rem}.intro-row p:last-child{color:var(--muted);font-size:1.08rem}.label{text-transform:uppercase;font-weight:800;letter-spacing:.18em;font-size:.72rem;color:var(--rust)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.category-card{height:440px;position:relative;overflow:hidden;color:#fff}.category-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(3,21,31,.88))}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.category-card:hover img{transform:scale(1.035)}.category-card span{position:absolute;z-index:2;left:1.5rem;right:1.5rem;bottom:1.5rem}.category-card strong,.category-card small{display:block}.category-card strong{font-size:1.35rem}.category-card small{opacity:.85;margin-top:.25rem}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:3rem}.text-link{color:var(--rust);font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.product-card img{width:100%;aspect-ratio:4/5;object-fit:contain;background:var(--stone);padding:1rem}.product-card h3{margin:1.2rem 0 .2rem}.product-card p{color:var(--muted)}.manufacturing{background:var(--ink);color:#fff;padding:6rem max(24px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:.8fr 1.2fr;gap:7rem;align-items:center}.manufacturing p{color:#c9d4da}.label-light{color:#ef8b5e}.process{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.process li{border-top:1px solid #66808e;padding-top:1.5rem}.process b,.process span{display:block}.process b{font-size:2rem;color:#ef8b5e}.process span{margin-top:1rem;font-weight:700}.about-band{display:grid;grid-template-columns:1fr 1fr}.about-band>img{width:100%;height:620px;object-fit:cover}.about-band>div{padding:7rem max(5vw,3rem);background:var(--stone);display:flex;flex-direction:column;justify-content:center}.about-band p:not(.label){color:var(--muted)}.about-band .button{align-self:flex-start;margin-top:1rem}.quote-strip{max-width:var(--max);margin:auto;padding:7rem 0;display:grid;grid-template-columns:.7fr 1.3fr;gap:6rem}.inquiry-form{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.inquiry-form label{font-size:.78rem;font-weight:700}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;display:block;margin-top:.35rem;border:1px solid var(--line);padding:.9rem;background:#fff}.full{grid-column:1/-1}.form-note{font-size:.76rem;color:var(--muted)}.site-footer{background:var(--ink);color:#dce5e9;padding:4rem max(24px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:3rem;align-items:start}.brand-light{color:#fff}.site-footer>div:nth-of-type(2){display:flex;flex-direction:column;gap:.5rem}.site-footer>p:last-child{grid-column:1/-1;border-top:1px solid #45606d;padding-top:2rem;margin:0;font-size:.8rem}.page-hero{max-width:var(--max);margin:auto;padding:8rem 0 6rem}.page-hero h1{max-width:1000px}.page-hero>p:last-child{max-width:680px;color:var(--muted);font-size:1.12rem}.page-hero-image{display:grid;grid-template-columns:1.2fr .8fr;gap:5rem;align-items:center}.page-hero-image img{width:100%;height:480px;object-fit:cover}.catalog-list{max-width:var(--max);margin:auto;padding-bottom:8rem}.catalog-list article{display:grid;grid-template-columns:.7fr 1.3fr;gap:5rem;align-items:center;padding:4rem 0;border-top:1px solid var(--line)}.catalog-list article:nth-child(even){grid-template-columns:1.3fr .7fr}.catalog-list article:nth-child(even) img{order:2}.catalog-list img{width:100%;height:360px;object-fit:cover;background:var(--stone)}.catalog-list p:not(.label){color:var(--muted)}.product-hero{max-width:var(--max);margin:auto;padding:6rem 0 7rem;display:grid;grid-template-columns:1fr 1fr;gap:7rem}.product-gallery>#main-product-image{width:100%;height:570px;object-fit:contain;background:var(--stone);padding:2rem}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin-top:.6rem}.thumbs button{border:1px solid var(--line);background:#fff;padding:.3rem;cursor:pointer}.thumbs img{width:100%;height:110px;object-fit:contain}.product-copy{padding-top:3rem}.lead{font-size:1.2rem;color:var(--muted)}dl{margin:2.5rem 0}dl div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:1rem 0}dt{font-weight:800}dd{margin:0;color:var(--muted)}.fineprint{font-size:.78rem;color:var(--muted);margin-top:1rem}.spec-section{background:var(--stone);padding:7rem max(24px,calc((100vw - var(--max))/2))}.spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);margin-top:3rem}.spec-grid article{background:#fff;padding:2rem}.spec-grid p{color:var(--muted)}.cta-band{text-align:center;padding:7rem 2rem;background:var(--ink);color:#fff}.cta-band h2{max-width:850px;margin:0 auto 1rem}.cta-band p{color:#c9d4da}.story-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.2fr .8fr;gap:8rem;padding:2rem 0 8rem}.story-grid p{color:var(--muted)}.facts{display:grid;gap:1px;background:var(--line)}.facts div{background:var(--stone);padding:2rem}.facts strong,.facts span{display:block}.facts strong{font-size:2rem}.facts span{color:var(--muted)}.principles{padding:7rem max(24px,calc((100vw - var(--max))/2));background:var(--stone)}.principles>div{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3rem}.principles p{color:var(--muted)}.contact-layout{max-width:var(--max);margin:auto;padding:0 0 8rem;display:grid;grid-template-columns:.7fr 1.3fr;gap:6rem}.contact-layout address{font-style:normal;color:var(--muted)}.contact-layout aside a{color:var(--rust)}.card-form{background:var(--stone);padding:2.5rem}
@media (max-width:900px){.site-header{height:72px}.menu-toggle{display:block}.site-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;padding:1.5rem 24px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.site-nav.open{display:flex}.hero,.intro-row,.manufacturing,.about-band,.quote-strip,.page-hero-image,.catalog-list article,.catalog-list article:nth-child(even),.product-hero,.story-grid,.contact-layout{grid-template-columns:1fr}.hero,.section,.page-hero,.product-hero,.story-grid,.contact-layout{padding-left:24px;padding-right:24px}.hero{padding-top:2rem}.hero-copy{padding-right:0}.hero-media{height:480px}.category-grid{grid-template-columns:1fr 1fr}.category-card{height:370px}.product-grid,.spec-grid,.process,.principles>div{grid-template-columns:1fr 1fr}.manufacturing,.quote-strip,.contact-layout{gap:3rem}.about-band>img{height:480px}.catalog-list article:nth-child(even) img{order:0}.site-footer{grid-template-columns:1fr 1fr}}
@media (max-width:560px){h1{font-size:3.15rem}.hero{min-height:0;padding-bottom:4rem}.hero-media{height:380px}.actions{flex-direction:column}.intro-row{gap:1rem;padding-top:5rem}.category-grid,.product-grid,.process,.spec-grid,.principles>div,.inquiry-form,.site-footer{grid-template-columns:1fr}.category-card{height:390px}.section{padding-top:5rem;padding-bottom:5rem}.section-heading{align-items:start;gap:1rem;flex-direction:column}.manufacturing,.quote-strip,.about-band>div,.page-hero,.product-hero,.spec-section,.principles,.contact-layout{padding-top:5rem;padding-bottom:5rem}.about-band>img{height:380px}.page-hero-image{gap:2rem}.page-hero-image img{height:380px}.catalog-list article{gap:2rem;padding:3rem 24px}.catalog-list img{height:300px}.product-hero{gap:2rem}.product-gallery>#main-product-image{height:430px}.thumbs img{height:75px}.full{grid-column:1}.story-grid{gap:3rem}.contact-layout{gap:2rem}.card-form{padding:1.2rem}.site-footer>p:last-child{grid-column:1}}
