:root{--cream:#f4f1e8;--paper:#faf9f5;--green:#173f36;--ink:#1f2421;--muted:#656a66;--line:#d8d5cc}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font:400 16px/1.6 "Instrument Sans",Arial,sans-serif}header{height:78px;padding:0 5vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:var(--cream);border-bottom:1px solid var(--line)}.logo{font-size:1.1rem;font-weight:600;letter-spacing:.22em;color:var(--green);text-decoration:none}nav{display:flex;gap:2rem}nav a,.header-link{color:var(--ink);font-size:.82rem;text-decoration:none}.header-link{justify-self:end;border-bottom:1px solid;padding-bottom:.2rem}.hero{min-height:calc(100svh - 78px);display:grid;grid-template-columns:1fr 1fr;padding:22px;gap:22px}.hero-copy{background:var(--green);color:#fff;padding:clamp(3rem,7vw,8rem);display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:.7rem;letter-spacing:.16em;font-weight:600}.hero h1{font-size:clamp(3.7rem,7vw,7rem);line-height:.95;letter-spacing:-.055em;font-weight:500;margin:1.6rem 0}.hero-copy>p:not(.eyebrow){max-width:480px;color:#d5dfdb}.button{display:inline-block;width:max-content;margin-top:2.2rem;padding:.85rem 1.1rem;background:#fff;color:var(--green);text-decoration:none;font-size:.8rem;font-weight:600}.hero-image{background:#e9e3d8;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover}.menu{padding:clamp(6rem,10vw,10rem) 5vw}.section-intro{display:grid;grid-template-columns:.55fr 1.1fr 1fr;gap:5vw;align-items:start;margin-bottom:4rem}.section-intro h2,.about h2,.locations h2{font-size:clamp(2.6rem,5vw,5rem);line-height:1;letter-spacing:-.05em;font-weight:500}.section-intro>p:last-child{color:var(--muted);max-width:420px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.products article{background:var(--paper);border:1px solid var(--line)}.products img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-copy{padding:1.6rem}.product-copy>span{font-size:.65rem;letter-spacing:.13em;color:var(--green);font-weight:600}.product-copy h3{font-size:1.3rem;font-weight:500;margin:.65rem 0}.product-copy p{color:var(--muted);font-size:.9rem;min-height:3rem}.product-copy small{display:block;border-top:1px solid var(--line);margin-top:1.4rem;padding-top:1rem;color:var(--muted);font-size:.72rem}.about{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:clamp(6rem,10vw,10rem) 9vw;display:grid;grid-template-columns:1.3fr .7fr;gap:10vw;align-items:end}.about .eyebrow{margin-bottom:1.2rem;color:var(--green)}.about>p{font-size:1.15rem;color:var(--muted)}.locations{padding:clamp(6rem,10vw,10rem) 9vw;display:grid;grid-template-columns:.8fr 1.2fr;gap:10vw}.locations-title .eyebrow{margin-bottom:1.2rem;color:var(--green)}.location-list{border-top:1px solid var(--line)}.location-list article{min-height:120px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:2rem}.location-list h3{font-size:1.4rem;font-weight:500}.location-list p{font-size:.78rem;color:var(--muted);margin-top:.2rem}.location-list span{font-size:.72rem;color:var(--green)}footer{min-height:100px;background:var(--green);color:#cad8d3;padding:2rem 5vw;display:flex;align-items:center;justify-content:space-between;gap:2rem;font-size:.72rem}footer .logo{color:#fff}@media(max-width:850px){header{grid-template-columns:1fr 1fr}nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{min-height:570px}.hero-image{min-height:520px}.section-intro{grid-template-columns:1fr}.products{grid-template-columns:1fr}.about,.locations{grid-template-columns:1fr}.product-copy p{min-height:0}}@media(max-width:560px){header{height:70px}.hero{padding:10px;gap:10px}.hero-copy{padding:2rem;min-height:510px}.hero h1{font-size:clamp(3.4rem,17vw,4.8rem)}.hero-image{min-height:430px}.menu,.about,.locations{padding:5rem 1.25rem}.location-list article{align-items:flex-start;flex-direction:column;padding:1.6rem 0;gap:.5rem}footer{flex-direction:column;align-items:flex-start}}
