:root{--ink:#221f1c;--paper:#f8f7f6;--cream:#f1f0ee;--gold:#d4a735;--muted:#7c736a;--line:#d9d5d0;--white:#fff;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.55}body.drawer-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.shell{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;left:16px;top:-100px;z-index:100;background:var(--gold);padding:10px 16px}.skip-link:focus{top:16px}.utility-bar{background:var(--ink);color:#eee;font-size:.78rem;letter-spacing:.02em}.utility-inner{min-height:34px;display:flex;justify-content:space-between;align-items:center}.utility-inner div{display:flex;gap:24px}.site-header{position:sticky;top:0;z-index:20;background:rgba(248,247,246,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(34,31,28,.1)}.nav-row{height:84px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:16px;width:max-content}.brand img{width:170px}.brand span,.footer-brand span{border-left:1px solid var(--line);padding-left:16px;text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:700}.nav-row nav{display:flex;gap:28px;font-weight:600;font-size:.93rem}.nav-row nav a{padding:12px 0;border-bottom:2px solid transparent}.nav-row nav a:hover{border-color:var(--gold)}.quote-button{justify-self:end;border:0;background:var(--ink);color:#fff;padding:12px 16px;font-weight:700;cursor:pointer}.quote-button span{display:inline-grid;place-items:center;margin-left:8px;min-width:24px;height:24px;border-radius:50%;background:var(--gold);color:var(--ink)}.hero{position:relative;min-height:690px;color:#fff;background:url('hero-forge.jpg') center/cover no-repeat;display:grid;align-items:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,17,15,.93) 0%,rgba(20,17,15,.7) 45%,rgba(20,17,15,.2) 100%),linear-gradient(0deg,rgba(20,17,15,.7),transparent 40%)}.hero-content{position:relative;padding-block:92px 70px}.eyebrow{margin:0 0 18px;color:var(--gold);font-size:.78rem;letter-spacing:.22em;font-weight:800}.eyebrow.dark{color:#a97e12}.hero h1,.section-heading h2,.service-intro h2,.contact-section h2,.quote-header h2{font-family:Georgia,"Times New Roman",serif;font-weight:400}.hero h1{font-size:clamp(3.4rem,7vw,6.5rem);line-height:.91;letter-spacing:-.05em;margin:0;max-width:850px}.hero h1 em{color:var(--gold);font-style:normal}.hero-copy{font-size:1.15rem;max-width:610px;margin:28px 0;color:rgba(255,255,255,.82)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:52px;padding:0 24px;border:1px solid transparent;font-weight:750;cursor:pointer}.button-primary{background:var(--gold);color:var(--ink)}.button-primary:hover{background:#e4b741}.button-ghost{border-color:rgba(255,255,255,.75);color:#fff}.button-dark{background:var(--ink);color:#fff}.hero-facts{display:flex;gap:64px;margin:72px 0 0;padding-top:28px;border-top:1px solid rgba(255,255,255,.25);max-width:760px}.hero-facts div{display:flex;flex-direction:column}.hero-facts dt{font:400 1.65rem Georgia,serif;color:var(--gold)}.hero-facts dd{margin:3px 0 0;color:rgba(255,255,255,.65);font-size:.86rem}.catalog-section{padding:100px 0;background:var(--paper)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px}.section-heading h2,.service-intro h2,.contact-section h2{font-size:clamp(2.4rem,5vw,4.5rem);line-height:1;margin:0}.section-heading>p{max-width:480px;color:var(--muted);margin:0}.catalog-tools{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:12px;padding:18px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 30px rgba(34,31,28,.06)}.catalog-tools label{display:grid;gap:5px}.catalog-tools label>span{font-size:.73rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:800}.catalog-tools input,.catalog-tools select{width:100%;height:48px;border:1px solid var(--line);background:var(--paper);padding:0 14px;color:var(--ink);border-radius:0}.search-field{position:relative;align-self:end}.search-field svg{position:absolute;left:15px;bottom:14px;width:20px;fill:none;stroke:currentColor;stroke-width:1.8}.search-field input{padding-left:47px}.clear-button{align-self:end;height:48px;border:0;background:transparent;padding:0 14px;text-decoration:underline;cursor:pointer}.catalog-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:.82rem;padding:22px 2px 14px}.catalog-meta p{margin:0}.catalog-meta strong{color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product-card{background:#fff;border:1px solid var(--line);padding:24px;min-height:310px;display:flex;flex-direction:column;transition:.2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(34,31,28,.09);border-color:#bab3aa}.product-top{display:flex;align-items:start;justify-content:space-between}.profile-mark{display:grid;place-items:center;width:58px;height:58px;background:var(--cream);font:700 1.8rem Georgia,serif;color:#39342f}.material-tag{background:#eeeae5;padding:5px 9px;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;font-weight:800}.article-number{font-size:.72rem;letter-spacing:.11em;color:var(--muted);margin:28px 0 8px}.product-card h3{font-size:1.08rem;line-height:1.42;margin:0 0 26px}.product-meta{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding-top:15px;color:var(--muted);font-size:.78rem;margin-top:auto}.add-button{margin:18px -24px -24px;padding:16px 24px;border:0;border-top:1px solid var(--line);background:transparent;text-align:left;font-weight:750;cursor:pointer}.add-button:hover,.add-button.added{background:var(--gold)}.empty-state{text-align:center;padding:70px 20px;border:1px dashed var(--line)}.empty-state h3{font:400 2rem Georgia,serif;margin:0}.empty-state p{color:var(--muted);margin:8px 0 24px}.service-section{background:var(--ink);color:#fff;padding:110px 0}.service-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.service-intro p:not(.eyebrow){color:rgba(255,255,255,.66);max-width:510px}.service-list{border-top:1px solid rgba(255,255,255,.2)}.service-list article{display:grid;grid-template-columns:60px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.2)}.service-list article>span{color:var(--gold);font-family:Georgia,serif}.service-list h3{font-size:1.2rem;margin:0 0 4px}.service-list p{color:rgba(255,255,255,.6);margin:0}.contact-section{padding:110px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact-lead{color:var(--muted);font-size:1.08rem;max-width:520px;margin:24px 0 30px}.contact-grid address{font-style:normal;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.contact-grid address div{display:flex;flex-direction:column;padding:26px 0;border-bottom:1px solid var(--line)}.contact-grid address div:nth-child(odd){padding-right:20px}.contact-grid address div:nth-child(even){padding-left:20px;border-left:1px solid var(--line)}.contact-grid address span{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.contact-grid address strong,.contact-grid address a{font-size:1.05rem}.contact-grid address small{color:var(--muted)}footer{background:#171513;color:#fff;padding:42px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:150px}.footer-brand span{border-color:rgba(255,255,255,.25)}footer p,footer a{color:rgba(255,255,255,.6);font-size:.82rem}.drawer-backdrop{position:fixed;inset:0;background:rgba(10,9,8,.55);z-index:39}.quote-panel{position:fixed;right:0;top:0;height:100dvh;width:min(520px,100%);background:var(--paper);z-index:40;transform:translateX(100%);transition:transform .28s ease;display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(0,0,0,.18)}.quote-panel.open{transform:translateX(0)}.quote-header{display:flex;justify-content:space-between;align-items:start;padding:30px;border-bottom:1px solid var(--line)}.quote-header .eyebrow{margin-bottom:7px}.quote-header h2{font-size:2.1rem;margin:0}.quote-header button{border:0;background:transparent;font-size:2rem;line-height:1;cursor:pointer}.quote-items{overflow:auto;padding:0 30px}.quote-item{display:flex;justify-content:space-between;gap:15px;padding:20px 0;border-bottom:1px solid var(--line)}.quote-item div{display:flex;flex-direction:column;gap:4px}.quote-item small{color:var(--muted);font-size:.7rem;letter-spacing:.08em}.quote-item strong{font-size:.9rem}.quote-item button{align-self:center;border:0;background:transparent;font-size:1.4rem;cursor:pointer}.quote-empty{padding:35px 30px}.quote-empty p{margin:0}.quote-empty small{color:var(--muted)}.quote-footer{margin-top:auto;padding:24px 30px;border-top:1px solid var(--line);background:#fff}.quote-footer p{color:var(--muted);font-size:.8rem}.quote-footer .button{width:100%}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:900px){.nav-row{grid-template-columns:1fr auto}.nav-row nav{display:none}.brand img{width:145px}.hero{min-height:630px}.hero-facts{gap:28px}.catalog-tools{grid-template-columns:1fr 1fr}.search-field{grid-column:1/-1}.product-grid{grid-template-columns:repeat(2,1fr)}.service-grid,.contact-grid{grid-template-columns:1fr;gap:55px}}@media(max-width:620px){.shell{width:min(var(--max),calc(100% - 28px))}.utility-inner>span{display:none}.utility-inner{justify-content:center}.utility-inner div{gap:14px}.utility-inner a:last-child{display:none}.nav-row{height:70px}.brand img{width:125px}.brand span{display:none}.quote-button{padding:10px 12px;font-size:.82rem}.hero{min-height:650px}.hero-content{padding-block:72px 45px}.hero h1{font-size:3.65rem}.hero-copy{font-size:1rem}.hero-actions{display:grid}.hero-facts{gap:18px;justify-content:space-between}.hero-facts dt{font-size:1.25rem}.hero-facts dd{font-size:.72rem}.catalog-section,.service-section,.contact-section{padding:72px 0}.section-heading{display:block}.section-heading>p{margin-top:18px}.catalog-tools{grid-template-columns:1fr}.search-field{grid-column:auto}.clear-button{justify-self:start}.catalog-meta{display:block}.catalog-meta p:last-child{margin-top:4px}.product-grid{grid-template-columns:1fr}.service-grid{gap:40px}.contact-grid{gap:45px}.contact-grid address{grid-template-columns:1fr}.contact-grid address div:nth-child(n){padding:20px 0;border-left:0}.footer-inner{align-items:flex-start;gap:22px;flex-direction:column}.footer-brand img{width:135px}}
