:root{--ink:#171511;--cream:#f6f0e6;--gold:#aa7d31;--line:#ded5c6;--white:#fff}*{box-sizing:border-box}html{font-family:Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.55}body{margin:0}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.7rem;z-index:5}.site-header{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1rem clamp(1rem,4vw,4rem);background:#111;color:#fff}.brand{display:flex;align-items:center;gap:.8rem;color:#fff;text-decoration:none;letter-spacing:.16em;font-size:.78rem}.brand b{font:2rem Georgia,serif;color:#d5ae65}.site-header nav{display:flex;gap:1.4rem;flex-wrap:wrap}.site-header nav a{color:#fff;text-decoration:none;font-size:.88rem}.breadcrumbs,.hero,.content,.product-grid,.product-detail{width:min(1180px,calc(100% - 2rem));margin-inline:auto}.breadcrumbs{display:flex;gap:.6rem;padding:1.2rem 0;font-size:.82rem}.breadcrumbs a{color:#66563d}.breadcrumbs i{font-style:normal;color:#a49375}.hero{padding:clamp(3rem,7vw,7rem) 0 4rem}.hero>p:first-child{text-transform:uppercase;letter-spacing:.18em;color:#80642f;font-size:.75rem}.hero h1{font:clamp(2.5rem,7vw,5.7rem)/1 Georgia,serif;max-width:900px;margin:.35rem 0 1.2rem}.hero>p{max-width:720px;font-size:1.08rem}.button{display:inline-block;background:var(--ink);color:#fff;text-decoration:none;padding:.95rem 1.3rem;margin-top:1rem}.content{padding:2rem 0 4rem}.content h2{font:clamp(1.8rem,4vw,3rem) Georgia,serif}.collection-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.8rem}.collection-links a{display:flex;justify-content:space-between;gap:1rem;padding:1rem;background:#fff;color:var(--ink);text-decoration:none;border:1px solid var(--line)}.collection-links span{color:#76694f}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;padding-bottom:5rem}.product-card{background:#fff}.product-card a{color:inherit;text-decoration:none}.product-card img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;background:#eee}.product-card span,.product-card h2,.product-card p{display:block;margin:.65rem 1rem}.product-card span{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#80642f}.product-card h2{font:1.05rem/1.3 Georgia,serif}.product-card p{padding-bottom:1rem;font-size:.86rem}.product-detail{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,6vw,6rem);padding:2rem 0 6rem}.product-images{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.product-images img{width:100%;height:auto;background:#eee}.product-copy{position:sticky;top:2rem;align-self:start}.product-copy h1{font:clamp(2rem,4vw,4rem)/1.05 Georgia,serif}.product-copy dl div{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line);padding:.75rem 0}.product-copy dt{color:#786b57}.product-copy dd{margin:0;text-align:right}.price{font:1.8rem Georgia,serif}.note{font-size:.85rem;color:#665e52}footer{background:#111;color:#ddd;padding:2.2rem clamp(1rem,4vw,4rem);display:flex;justify-content:space-between;gap:2rem}footer a{color:#e1bd78}@media(max-width:800px){.site-header{align-items:flex-start}.site-header nav{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.product-detail{grid-template-columns:1fr}.product-copy{position:static}.product-images{grid-template-columns:1fr}footer{display:block}}@media(max-width:380px){.product-grid{grid-template-columns:1fr}}
