:root{--ink:#111;--paper:#f6f2eb;--accent:#b28b55;--line:rgba(17,17,17,.14);--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:100;background:white;padding:.8rem}.announcement{background:#111;color:#fff;padding:.58rem 1rem;text-align:center;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase}.site-header{min-height:84px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(1.25rem,4vw,4rem);border-bottom:1px solid var(--line);background:rgba(246,242,235,.96);position:sticky;top:0;z-index:20}.brand{font-family:var(--serif);font-size:clamp(1.25rem,2.1vw,1.8rem);letter-spacing:.18em}.brand img{max-height:52px;width:auto}.desktop-nav{display:flex;gap:2rem}.desktop-nav a,.header-actions a{font-size:.78rem;letter-spacing:.09em;text-transform:uppercase}.header-actions{justify-self:end;display:flex;gap:1.25rem}.hero{min-height:min(78vh,800px);position:relative;display:flex;align-items:end;background-image:var(--hero-image);background-size:cover;background-position:center}.hero-placeholder{background:linear-gradient(125deg,#211d1a 0%,#5f5146 52%,#a38770 100%)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.66),rgba(0,0,0,.08) 68%)}.hero-content{position:relative;color:white;max-width:760px;padding:clamp(3rem,8vw,8rem) clamp(1.4rem,7vw,7rem)}.hero h1,.section-shell h1,.section-shell h2,.product-info h1{font-family:var(--serif);font-weight:400;line-height:.98;margin:.3rem 0 1.25rem}.hero h1{font-size:clamp(3rem,7vw,6.7rem)}.hero-copy{max-width:540px;font-size:1.12rem}.eyebrow{font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;margin:0 0 .75rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.5rem;border:1px solid #111;background:#111;color:white;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;cursor:pointer;margin-top:1rem}.button:hover{opacity:.82}.button[disabled]{opacity:.45;cursor:not-allowed}.button-light{background:white;color:#111;border-color:white}.button-accent{background:var(--accent);border-color:var(--accent)}.section-shell{max-width:1400px;margin:auto;padding:clamp(3.5rem,8vw,7rem) clamp(1.25rem,4vw,4rem)}.section-shell.narrow{max-width:920px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.25rem}.section-heading h2{font-size:clamp(2.25rem,4vw,4.5rem);margin-bottom:0}.section-heading>a{border-bottom:1px solid;padding-bottom:.2rem}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,2vw,2rem)}.product-card h3{font-family:var(--serif);font-size:1.25rem;font-weight:400;margin:1rem 0 .2rem}.product-card p{margin:0}.product-image{aspect-ratio:3/4;background:#e9e3da;overflow:hidden}.product-image img,.product-image svg{width:100%;height:100%;object-fit:cover;transition:transform .45s}.product-card:hover .product-image img{transform:scale(1.025)}.product-page{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:clamp(2rem,6vw,7rem)}.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product-gallery img{width:100%}.product-info{position:sticky;top:130px;align-self:start}.product-info h1{font-size:clamp(2.5rem,5vw,5rem)}.product-price{font-size:1.25rem}.product-info form{display:grid;gap:.7rem;margin-top:2rem}.product-info select,.product-info input,.search-form input{min-height:48px;border:1px solid var(--line);background:white;padding:.7rem}.trust-list{list-style:none;padding:1.5rem 0 0;margin:2rem 0 0;border-top:1px solid var(--line)}.trust-list li{padding:.35rem 0}.trust-list li:before{content:'✓';margin-right:.65rem}.collection-description{max-width:700px;margin-bottom:2rem}.cart-items{border-top:1px solid var(--line)}.cart-row{display:grid;grid-template-columns:100px 1fr 90px auto;gap:1rem;align-items:center;border-bottom:1px solid var(--line);padding:1rem 0}.cart-row img{width:100px;height:125px;object-fit:cover}.cart-row input{width:70px}.cart-total{text-align:right;margin-top:2rem}.site-footer{background:#0c0c0c;color:white;padding:clamp(3rem,7vw,6rem) clamp(1.25rem,4vw,4rem) 2rem}.footer-grid{max-width:1400px;margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:4rem}.footer-brand{font-family:var(--serif);font-size:1.6rem;letter-spacing:.16em;margin:0 0 1rem}.footer-title{text-transform:uppercase;letter-spacing:.12em}.site-footer nav{display:grid;gap:.55rem}.site-footer p,.site-footer a{color:rgba(255,255,255,.7)}.copyright{max-width:1400px;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);font-size:.8rem}.search-form{display:flex;gap:.75rem;max-width:700px;margin:2rem 0}.search-form input{flex:1}.center{text-align:center}.rte a{text-decoration:underline}.pagination{grid-column:1/-1;margin-top:2rem}
@media(max-width:900px){.site-header{grid-template-columns:1fr auto;padding:0 1.25rem;min-height:72px}.desktop-nav{display:none}.header-actions a:first-child{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page{grid-template-columns:1fr}.product-info{position:static}.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:68vh}.hero-content{padding-bottom:4rem}}
@media(max-width:560px){.brand{font-size:1.08rem;letter-spacing:.12em}.header-actions{gap:.5rem}.header-actions a{font-size:.7rem}.hero h1{font-size:3.1rem}.section-heading{align-items:start;flex-direction:column}.product-grid{gap:1rem}.product-gallery{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.cart-row{grid-template-columns:74px 1fr}.cart-row img{width:74px;height:96px}.cart-row input,.cart-row>strong{grid-column:2}.search-form{display:grid}}
