:root{--ivory:#f7f3ea;--paper:#fffdf8;--sage:#65705d;--deep:#293128;--gold:#b79a5a;--line:#ddd5c5;--muted:#697067}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--deep);font:16px/1.55 Inter,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit}.wrap{width:min(1180px,calc(100% - 34px));margin:auto}.site-head{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font:700 22px Georgia,serif}.brand img{width:46px;height:46px;border-radius:50%}.quiet-link{font-size:14px;color:var(--muted)}.hero{min-height:470px;border-radius:28px;background:linear-gradient(90deg,rgba(247,243,234,1) 0%,rgba(247,243,234,.99) 50%,rgba(247,243,234,.74) 68%,rgba(247,243,234,.1) 82%),url('hero.webp') center/cover;display:grid;align-items:center;padding:64px}.hero-copy{max-width:620px}.kicker,.eyebrow{text-transform:uppercase;letter-spacing:.13em;color:var(--sage);font-size:12px;font-weight:800}h1{font:700 clamp(42px,6vw,72px)/1.04 Georgia,serif;margin:.18em 0}h2{font:700 clamp(30px,4vw,42px)/1.15 Georgia,serif;margin:0 0 12px}h3{font:700 22px/1.2 Georgia,serif;margin:4px 0 9px}.lead{font-size:20px;max-width:56ch}.disclosure{margin:22px 0 0;padding:13px 17px;border-left:4px solid var(--gold);background:rgba(255,255,255,.86);font-size:14px}.section{padding:72px 0}.section-head{max-width:760px;margin-bottom:28px}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.collection-card,.product-card{background:var(--paper);border:1px solid var(--line);border-radius:19px;overflow:hidden;box-shadow:0 10px 28px rgba(65,55,35,.06)}.collage{height:220px;display:grid;grid-template-columns:1fr 1fr;background:#e8e4d9}.collage img{width:100%;height:110px;object-fit:cover}.collection-body,.product-body{padding:20px}.count{color:var(--sage);font-weight:750}.button{display:inline-block;background:var(--deep);color:#fff;text-decoration:none;padding:11px 17px;border-radius:999px;font-weight:750}.button:hover{background:var(--sage)}.empty{opacity:.68}.empty .button{pointer-events:none}.collection-hero{padding:58px 0 28px}.breadcrumbs{font-size:14px;color:var(--muted);margin-bottom:16px}.toolbar{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0}.toolbar input,.toolbar select{border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:11px 15px;font:inherit;min-width:230px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{display:none}.product-card.visible{display:block}.product-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:#e8e4d9}.product-body h3{font-size:19px;min-height:46px}.tags{color:var(--muted);font-size:13px;min-height:40px}.status{font-size:12px;color:var(--muted);margin-top:12px}.load-wrap{text-align:center;margin-top:30px}.note{background:#ece8dc;border-radius:18px;padding:23px}.site-foot{padding:38px 0 58px;border-top:1px solid var(--line);font-size:14px;color:var(--muted)}@media(max-width:950px){.collection-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.hero{padding:40px;background-position:62% center}}@media(max-width:700px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.collection-grid,.product-grid{grid-template-columns:1fr}.hero{min-height:550px;padding:28px;background:linear-gradient(rgba(247,243,234,.91),rgba(247,243,234,.9)),url('hero.webp') center/cover}.section{padding:50px 0}.toolbar input,.toolbar select{width:100%}}