@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600&display=swap');
:root{--ink:#2e241e;--brown:#503725;--cream:#f8f3eb;--sand:#e9d6bf;--gold:#b98757;--line:#ddd2c4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fffdf9;font-family:'DM Sans',Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,6vw,100px);border-bottom:1px solid var(--line);background:#fffdf9;position:relative;z-index:2}.brand img{width:148px;height:70px;object-fit:contain;mix-blend-mode:multiply}.header nav{display:flex;gap:38px;font-size:14px;font-weight:700}.header nav a:hover,.header nav a[aria-current]{color:#9b6942}.header-call,.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;background:var(--brown);color:white;padding:15px 22px;border:1px solid var(--brown);border-radius:3px;font-size:14px;font-weight:700;transition:.2s}.header-call:hover,.btn:hover{background:#755034}.btn.outline{background:transparent;color:var(--brown)}.btn.outline:hover{background:var(--brown);color:white}.eyebrow{text-transform:uppercase;letter-spacing:.19em;color:#956942;font-size:12px;font-weight:700}.serif,h1,h2,h3{font-family:'Playfair Display',Georgia,serif;font-weight:500}h1{font-size:clamp(43px,5.6vw,84px);line-height:1.08;letter-spacing:-.035em;margin:20px 0 24px}h2{font-size:clamp(34px,3.4vw,52px);line-height:1.18;letter-spacing:-.025em;margin:14px 0 20px}p{line-height:1.7}.hero{display:grid;grid-template-columns:50% 50%;min-height:650px;background:var(--cream)}.hero-copy{padding:clamp(65px,9vw,145px) 8vw 80px max(7vw,30px);align-self:center}.hero-copy p{max-width:520px;color:#66584c;font-size:18px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:33px}.hero-media{position:relative;overflow:hidden;background:#b78761}.hero-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-caption{position:absolute;bottom:25px;left:25px;background:#fffdf9;padding:13px 17px;font-size:13px;font-weight:700;color:var(--brown)}.section{padding:100px clamp(24px,7vw,112px)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:36px}.section-head p{max-width:480px;color:#6d6158}.use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.use-card{padding:42px 34px;min-height:220px;background:#f5ede3;border-top:3px solid #a67851}.use-card .num{font-size:13px;color:#9b6942}.use-card h3{font-size:27px;margin:24px 0 11px}.use-card p{font-size:15px;margin:0;color:#6d6158}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 17px}.product-card{background:white;border:1px solid #e5ddd3;overflow:hidden}.product-card img{display:block;width:100%;height:220px;object-fit:cover;background:#ead7c6}.product-info{padding:18px}.product-info h3{font:600 17px/1.35 'DM Sans',sans-serif;min-height:46px;margin:8px 0 18px}.product-info .category{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#9b6942}.product-info a{font-size:14px;font-weight:700;color:#65432c;text-decoration:underline;text-underline-offset:4px}.band{background:#4d3525;color:#fffaf3;padding:75px clamp(24px,7vw,112px);display:flex;align-items:center;justify-content:space-between;gap:30px}.band h2{margin:0;max-width:750px}.band .btn{background:#f3dfc6;color:var(--brown);border-color:#f3dfc6}.page-heading{background:var(--cream);padding:76px clamp(24px,7vw,112px) 68px}.page-heading h1{font-size:clamp(42px,5vw,72px);max-width:900px}.page-heading p{max-width:650px;color:#66584c;font-size:18px}.filters{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:32px}.filter{border:1px solid #cdbca9;background:transparent;color:var(--brown);padding:11px 17px;border-radius:30px;font-size:14px;font-weight:700}.filter.active{background:var(--brown);color:white}.count{color:#78685b;font-size:14px;margin-bottom:18px}.contact-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:10vw}.contact-intro p{color:#675a50}.office{padding:16px 0;border-bottom:1px solid var(--line)}.office strong{display:block}.office span{color:#78685b}.form{background:var(--cream);padding:38px}.form h2{font-size:34px;margin-top:0}.fields{display:grid;grid-template-columns:1fr 1fr;gap:17px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.field.full{grid-column:1/-1}.field label{font-size:14px;font-weight:700}.field input,.field select,.field textarea{width:100%;border:1px solid #cfc1b1;background:white;padding:14px;color:var(--ink);border-radius:2px;min-height:48px}.field textarea{min-height:120px;resize:vertical}.hint{font-size:13px;color:#746457;margin:14px 0 0}footer{background:#251a15;color:#eee2d7;padding:55px clamp(24px,7vw,112px) 22px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:35px}.footer-top img{width:150px;height:90px;object-fit:contain;background:white}.footer-top p{max-width:400px}.footer-top a{font-weight:700}.footer-bottom{border-top:1px solid #604e43;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#c9b8a9;font-size:13px}@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-copy{padding:70px 7vw}.hero-media{min-height:470px}.product-grid{grid-template-columns:repeat(2,1fr)}.contact-layout{grid-template-columns:1fr;gap:35px}.use-grid{grid-template-columns:1fr 1fr}.band{flex-direction:column;align-items:start}}@media(max-width:600px){.header{height:auto;min-height:75px;padding:10px 20px;flex-wrap:wrap}.brand img{width:112px;height:54px}.header nav{order:3;width:100%;justify-content:space-between;gap:12px;padding:10px 0;font-size:13px}.header-call{padding:10px;font-size:12px}.hero-media{min-height:340px}.section{padding:70px 20px}.page-heading{padding:55px 20px}.section-head{display:block}.use-grid{grid-template-columns:1fr}.product-grid{gap:15px 10px}.product-card img{height:160px}.product-info{padding:12px}.product-info h3{font-size:14px;min-height:58px}.band{padding:65px 20px}.fields{grid-template-columns:1fr}.form{padding:24px}.footer-top,.footer-bottom{display:block}.footer-top>*{display:block;margin-bottom:20px}}
