@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Montserrat:wght@400;500;600&display=swap');:root{--cream:#f8f5ef;--beige:#efe7d8;--taupe:#a89784;--sage:#7e8f79;--slate:#444;--white:#fffdf9;--shadow:0 12px 30px rgba(68,56,43,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--slate);font-family:Montserrat,Arial,sans-serif;line-height:1.65}img{display:block;max-width:100%}a{color:inherit}h1,h2,strong{font-family:"Libre Baskerville",Georgia,serif}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px clamp(18px,4vw,70px);background:rgba(248,245,239,.96);border-bottom:1px solid rgba(168,151,132,.25)}.brand{display:flex;align-items:center;gap:13px;text-decoration:none}.brand img{width:64px;height:64px;border-radius:50%}.brand strong{display:block;font-size:clamp(18px,2vw,26px)}.brand small{display:block;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.main-nav{display:flex;align-items:center;gap:clamp(14px,2vw,30px)}.main-nav a{text-decoration:none;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.nav-etsy{padding:11px 17px;border:1px solid var(--taupe);background:var(--beige);border-radius:3px}.menu-button{display:none;border:0;background:transparent;font-size:28px}.hero{position:relative;background:var(--beige)}.hero>img{width:100%;min-height:380px;object-fit:cover}.hero-actions{position:absolute;left:50%;bottom:30px;transform:translateX(-50%);display:flex;gap:12px}.button{display:inline-block;padding:13px 22px;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;font-weight:600;font-size:13px;border-radius:3px}.primary{background:var(--sage);color:white}.secondary{background:rgba(255,253,249,.92);border:1px solid var(--taupe)}.features{display:grid;grid-template-columns:repeat(3,1fr);max-width:1250px;margin:auto;background:var(--white)}.features article{text-align:center;padding:30px 26px}.features article+article{border-left:1px solid rgba(168,151,132,.35)}.features span{font-size:34px;color:var(--taupe)}.features h2{margin:8px 0;font-size:18px}.features p{margin:0;font-size:13px}.section{padding:80px clamp(18px,5vw,80px);max-width:1440px;margin:auto}.section-heading{text-align:center;margin-bottom:35px}.section-heading p,.eyebrow{margin:0;color:var(--sage);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:600}.section-heading h1{margin:8px 0 2px;font-size:clamp(30px,4vw,46px)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{overflow:hidden;background:var(--white);border:1px solid rgba(168,151,132,.25);box-shadow:var(--shadow)}.product-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.product-card div{padding:20px}.product-card h2{margin:0 0 8px;font-size:20px}.product-card p{min-height:72px;font-size:14px}.product-card a{color:#6f604d;font-weight:700;font-size:13px;text-transform:uppercase}.about{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(35px,6vw,85px);background:var(--beige);max-width:none}.about-copy{max-width:600px;margin-left:auto}.about h1{font-size:clamp(31px,4vw,50px);line-height:1.25}.about img{width:100%;max-height:620px;object-fit:cover;box-shadow:var(--shadow)}.gallery-placeholder{min-height:260px;display:grid;place-items:center;padding:35px;text-align:center;background:linear-gradient(rgba(248,245,239,.88),rgba(248,245,239,.88)),url("assets/about-stone-and-paws.jpg") center/cover;border:1px solid rgba(168,151,132,.3)}.gallery-placeholder p{max-width:650px;font-family:"Libre Baskerville",serif;font-size:22px}.contact{display:flex;justify-content:space-between;align-items:center;gap:40px;background:var(--white)}.contact h1{margin:5px 0;font-size:clamp(30px,4vw,46px)}footer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:30px clamp(18px,5vw,80px);background:#3f3d39;color:var(--cream)}footer img{width:65px;height:65px;border-radius:50%}footer p{margin:2px 0;font-size:12px}@media(max-width:900px){.menu-button{display:block}.main-nav{display:none;position:absolute;top:88px;left:0;right:0;flex-direction:column;align-items:stretch;padding:24px;background:var(--cream);box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{padding:10px}.product-grid{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr}.about-copy{margin:0}}@media(max-width:600px){.brand small{display:none}.brand img{width:50px;height:50px}.hero>img{min-height:310px}.hero-actions{position:static;transform:none;padding:18px;flex-direction:column}.button{text-align:center}.features{grid-template-columns:1fr}.features article+article{border-left:0;border-top:1px solid rgba(168,151,132,.35)}.product-grid{grid-template-columns:1fr}.contact{flex-direction:column;align-items:flex-start}footer{grid-template-columns:auto 1fr}footer>p{grid-column:1/-1}}