
:root{color-scheme:light;--ink:#1c2d23;--ink-soft:#536154;--paper:#faf8f2;--white:#fffdf9;--line:#d1dbd0;--gold:#d5b671;--gold-dark:#9c6131;--forest:#102019;--serif:Georgia,'Times New Roman',serif;--sans:system-ui,-apple-system,'Segoe UI',sans-serif;--width-site:1160px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:1rem;line-height:1.55}a{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.skip{position:absolute;left:-9999px;top:0;background:var(--white);padding:.75rem 1rem;z-index:20}.skip:focus{left:1rem}.sr-only{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden;white-space:nowrap}
.site-header{background:var(--paper);border-bottom:1px solid var(--line)}.bar{max-width:var(--width-site);margin:auto;min-height:88px;padding:0 clamp(1.25rem,4vw,4.5rem);display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{text-decoration:none;display:inline-flex;align-items:center;gap:.85rem;font-weight:700;font-size:1.15rem;letter-spacing:.16em}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border:1.5px solid var(--gold-dark);border-radius:50%;font:1.65rem/1 var(--serif);letter-spacing:0;color:var(--gold-dark)}.bar nav{display:flex;align-items:center;gap:2.4rem}.bar nav a{text-decoration:none;font-size:.9rem;letter-spacing:.06em;font-weight:650;padding:.35rem 0;border-bottom:2px solid transparent}.bar nav a:hover,.bar nav a[aria-current=page]{border-color:var(--gold-dark)}
.eyebrow{margin:0 0 1rem;color:var(--gold-dark);font-size:.76rem;font-weight:750;letter-spacing:.19em}.hero{min-height:580px;display:grid;grid-template-columns:1fr 1fr;background:var(--forest);color:#fff}.hero-copy{padding:clamp(3.25rem,7vw,7.5rem) clamp(1.25rem,6vw,7rem);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;max-width:720px;margin-left:auto}.hero .eyebrow{color:#d6ad7d}.hero h1{font:clamp(3.2rem,5.8vw,5.8rem)/1.02 var(--serif);letter-spacing:-.045em;margin:0 0 1.75rem;max-width:12ch}.hero-copy>p:not(.eyebrow){max-width:40ch;color:#dae3e8;font-size:1.05rem;margin:0 0 2.2rem}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:2.5rem;min-height:52px;padding:.9rem 1.3rem;text-decoration:none;font-weight:700;font-size:.9rem;letter-spacing:.03em;transition:transform .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button-light{background:var(--paper);color:var(--ink)}.button-light:hover{background:#fff}.button-dark{background:var(--ink);color:#fff}.button-dark:hover{background:#28543a}.button-outline{border:1px solid var(--ink)}.hero-visual{position:relative;min-height:450px;background:#d9d2c6;overflow:hidden}.hero-image,.hero-image img{display:block;width:100%;height:100%}.hero-image img{object-fit:cover;object-position:center}.hero-fallback{display:grid;place-items:center;height:100%;font:14rem var(--serif);color:#aa8b67}.hero-caption{position:absolute;left:clamp(1.25rem,4vw,3rem);right:clamp(1.25rem,4vw,3rem);bottom:2rem;padding:1rem 1.25rem;background:rgba(248,246,240,.94);color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:1rem}.hero-caption span{font-size:.75rem;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-soft);flex-shrink:0}.hero-caption a{font:1.1rem var(--serif);text-align:right;text-decoration:none;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.home-intro,.featured,.how-it-works,.catalog,.store-top,.breadcrumb,.product-detail,.back-store{max-width:var(--width-site);margin-left:auto;margin-right:auto;padding-left:clamp(1.25rem,4vw,4.5rem);padding-right:clamp(1.25rem,4vw,4.5rem)}.home-intro{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:end;padding-top:5.2rem;padding-bottom:3.8rem}.home-intro h2,.section-heading h2,.how-it-works h2{font:clamp(2.2rem,3.2vw,3.5rem)/1.1 var(--serif);letter-spacing:-.035em;margin:0}.home-intro>p{color:var(--ink-soft);max-width:50ch;margin:0 0 .35rem}.featured{padding-bottom:6rem}.section-heading{border-top:1px solid var(--line);padding-top:2.2rem;display:flex;justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:1.8rem}.section-heading .eyebrow{margin-bottom:.5rem}.text-link{text-decoration:none;border-bottom:1px solid var(--gold-dark);font-size:.92rem;font-weight:700;padding-bottom:.2rem;white-space:nowrap}.text-link span{margin-left:.65rem}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.4rem}.product-card{min-width:0;background:var(--white);border:1px solid var(--line);transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 30px rgba(16,32,25,.08)}.card-image{display:block;aspect-ratio:1/1;background:#e8e5dc;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:contain;display:block;mix-blend-mode:multiply;transition:transform .3s ease}.product-card:hover .card-image img{transform:scale(1.035)}.image-fallback{display:grid;place-items:center;height:100%;font:6rem var(--serif);color:#a18d75}.card-copy{padding:1.05rem 1.15rem 1.15rem}.card-kind{font-size:.73rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:var(--gold-dark)}.card-copy h3{font:1.15rem/1.25 var(--serif);min-height:2.9em;margin:.45rem 0 1.15rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-copy h3 a{text-decoration:none}.card-copy h3 a:hover{text-decoration:underline}.card-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-top:1px solid var(--line);padding-top:.75rem}.card-price{font-weight:700}.card-arrow{font-size:1.3rem;text-decoration:none;line-height:1;color:var(--gold-dark)}
.how-it-works{padding-top:2.8rem;padding-bottom:3.5rem;border-top:1px solid var(--line);display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:center}.how-it-works h2{font-size:2.1rem}.how-it-works p{margin:.55rem 0 0;color:var(--ink-soft);max-width:62ch}.rule-icon{font-size:3rem;color:var(--gold-dark)}.site-footer{background:var(--forest);color:#eef2f2}.footer-inner{max-width:var(--width-site);margin:auto;padding:3.5rem clamp(1.25rem,4vw,4.5rem);display:flex;justify-content:space-between;gap:3rem}.footer-brand .brand-mark{color:#d6ad7d;border-color:#d6ad7d}.footer-inner p{color:#c6d2d9;margin:.7rem 0 0}.footer-inner a:not(.brand){text-decoration:none;font-weight:700}.footer-inner a:not(.brand):hover{text-decoration:underline}.footer-bottom{max-width:var(--width-site);margin:auto;border-top:1px solid rgba(255,255,255,.18);padding:1.15rem clamp(1.25rem,4vw,4.5rem);display:flex;justify-content:space-between;gap:1rem;color:#b9c8d0;font-size:.78rem}
.store-top{padding-top:4rem;padding-bottom:2.5rem}.store-top h1{font:clamp(3.3rem,5vw,5rem)/1 var(--serif);letter-spacing:-.045em;margin:0}.store-top>p:last-child{color:var(--ink-soft);margin:1rem 0 0;max-width:55ch}.catalog{padding-bottom:5rem}.catalog-tools{display:flex;justify-content:space-between;align-items:center;gap:2rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1rem 0;margin-bottom:1.8rem}.category-nav{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.category-nav a{padding:.5rem .8rem;text-decoration:none;font-size:.88rem;font-weight:700;color:var(--ink-soft)}.category-nav a:hover,.category-nav a[aria-current=page]{background:var(--ink);color:#fff}.search{display:flex;border:1px solid #aeb8bd;background:#fff;min-width:min(100%,280px)}.search input{border:0;padding:.65rem .8rem;font:inherit;font-size:.9rem;min-width:0;flex:1;width:100%}.search button{border:0;background:transparent;padding:.1rem .8rem;font-size:1.55rem;cursor:pointer;color:var(--ink)}.pagination{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2.3rem;font-size:.9rem}.pagination a{text-decoration:none;font-weight:700;border-bottom:1px solid var(--gold-dark)}.empty{padding:4rem 1rem;text-align:center;background:#fff}.empty h2{font:2rem var(--serif);margin:0}.empty p{color:var(--ink-soft)}
.breadcrumb{display:flex;gap:.7rem;align-items:center;padding-top:1.8rem;padding-bottom:1.8rem;color:var(--ink-soft);font-size:.86rem}.breadcrumb a{text-decoration:none;border-bottom:1px solid var(--gold-dark);color:var(--ink)}.product-detail{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:clamp(2rem,5vw,5.5rem);padding-bottom:4rem}.detail-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;align-content:start}.detail-image{background:#e8e5dc;aspect-ratio:1;overflow:hidden}.detail-image:first-child{grid-column:1/-1}.detail-image img{width:100%;height:100%;object-fit:contain;display:block;mix-blend-mode:multiply}.detail-copy{padding-top:.25rem}.detail-copy h1{font:clamp(2.4rem,3.5vw,4rem)/1.08 var(--serif);letter-spacing:-.035em;margin:0 0 1.25rem}.detail-price{font-size:1.5rem;font-weight:750;margin:0}.price-note,.checkout-note{font-size:.88rem;color:var(--ink-soft)}.price-note{margin:.15rem 0 1.8rem}.buy-link{width:100%;max-width:380px}.checkout-note{margin:.75rem 0 2.5rem}.detail-section{border-top:1px solid var(--line);padding:1.45rem 0}.detail-section h2{font:1.45rem var(--serif);margin:0 0 .6rem}.detail-section p{color:#455347;margin:0}.description{white-space:pre-line;overflow-wrap:anywhere}.aspects{margin:0}.aspects>div{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:.4rem 0;border-bottom:1px solid var(--line)}.aspects dt{color:var(--ink-soft)}.aspects dd{margin:0;text-align:right;overflow-wrap:anywhere}.item-id{font-size:.78rem;color:var(--ink-soft)}.back-store{padding-bottom:5rem}.back-store a{font-weight:700;text-decoration:none;border-bottom:1px solid var(--gold-dark)}.not-found{max-width:900px;margin:6rem auto;padding:0 1.25rem;min-height:35vh}.not-found h1{font:3rem var(--serif)}.not-found p{color:var(--ink-soft)}
@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero{min-height:520px}.hero-copy{padding-right:3rem}.hero h1{font-size:clamp(3rem,5vw,4.5rem)}}@media(max-width:760px){.bar{min-height:70px}.hero{display:flex;flex-direction:column}.hero-copy{padding:3.6rem 1.25rem;max-width:none;margin:0}.hero h1{font-size:clamp(3.2rem,10vw,4.8rem)}.hero-visual{min-height:320px;height:42vh}.hero-caption{bottom:1rem}.home-intro{grid-template-columns:1fr;padding-top:3.7rem;padding-bottom:3rem;gap:1rem}.section-heading{align-items:start}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.featured{padding-bottom:4rem}.how-it-works{grid-template-columns:auto 1fr}.how-it-works .button{grid-column:1/-1;justify-self:start}.catalog-tools{align-items:stretch;flex-direction:column;gap:1rem}.search{width:100%}.product-detail{grid-template-columns:1fr}.detail-copy{padding:0}.footer-inner{padding-top:2.5rem;padding-bottom:2.5rem}.footer-bottom{flex-direction:column}.store-top{padding-top:3rem}}
@media(max-width:520px){.bar{gap:.5rem 1rem;flex-wrap:wrap;padding-top:.75rem;padding-bottom:.75rem}.bar nav{width:100%;justify-content:space-between;gap:.5rem}.brand{font-size:1rem;gap:.5rem}.brand-mark{width:31px;height:31px;font-size:1.35rem}.bar nav{gap:1rem}.bar nav a{font-size:.82rem}.hero h1{font-size:3.2rem}.hero-caption{display:block}.hero-caption a{display:block;text-align:left;margin-top:.3rem}.section-heading{display:block}.section-heading .text-link{display:inline-block;margin-top:1rem}.product-grid{gap:.6rem}.card-copy{padding:.8rem}.card-copy h3{font-size:1rem;min-height:2.6em}.card-kind{font-size:.69rem}.card-price{font-size:.9rem}.how-it-works{gap:1rem}.how-it-works h2{font-size:1.8rem}.footer-inner{flex-direction:column}.detail-gallery{gap:.4rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.product-card,.card-image img{transition:none}}
.hero{height:500px;min-height:0;grid-template-columns:1.08fr .92fr}.hero-copy{padding-top:3.3rem;padding-bottom:3.3rem}.hero h1{font-size:clamp(3rem,5.2vw,5rem);max-width:14ch;margin-bottom:1.1rem}.hero-copy>p:not(.eyebrow){font-size:1.12rem;line-height:1.65;margin-bottom:1.5rem;max-width:49ch}.hero-visual{height:500px;min-height:0}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:1.3rem}.hero-text-link{color:#fff;text-underline-offset:.3em;font-weight:700}.home-intro{padding-top:3.7rem;padding-bottom:2rem;align-items:center}.browse-paths{max-width:var(--width-site);margin:0 auto 4.5rem;padding:0 clamp(1.25rem,4vw,4.5rem);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.browse-paths a{display:flex;align-items:center;gap:1rem;min-height:132px;padding:1.4rem;background:#fff;border:1px solid var(--line);text-decoration:none}.browse-paths a:hover{border-color:var(--gold-dark);box-shadow:0 10px 25px rgba(16,32,25,.07)}.browse-paths a>span:nth-child(2){flex:1}.browse-paths strong{display:block;font:1.45rem var(--serif)}.browse-paths small{display:block;color:var(--ink-soft);font-size:.84rem;margin-top:.25rem;line-height:1.4}.browse-symbol{font:2rem var(--serif);color:var(--gold-dark)}.card-id{margin:-.6rem 0 .9rem;font-size:.77rem;color:var(--ink-soft)}.results-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.2rem}.results-bar p{margin:0;color:var(--ink-soft);font-size:.9rem}.results-bar form{display:flex;align-items:center;gap:.5rem;font-size:.88rem}.results-bar select,.sort-submit{font:inherit;padding:.45rem .6rem;border:1px solid #aeb8bd;background:#fff;color:var(--ink)}.sort-submit{cursor:pointer;background:var(--ink);color:#fff;border-color:var(--ink)}.description{overflow-wrap:anywhere}.description p{line-height:1.7;margin:0 0 .9rem}.description h3{font:1.12rem var(--serif);margin:1.4rem 0 .35rem;color:var(--ink)}.description h3:first-child{margin-top:0}.detail-section .description p{margin:0 0 .9rem}
@media(max-width:760px){.hero{height:auto;min-height:0}.hero-copy{padding:2.7rem 1.25rem}.hero-visual{min-height:260px;height:34vh}.home-intro{padding-top:3rem}.browse-paths{grid-template-columns:1fr;margin-bottom:3.5rem}.browse-paths a{min-height:100px}.results-bar{align-items:start;flex-direction:column}}
@media(max-width:520px){.hero h1{font-size:2.9rem}.hero-actions .button{width:100%}.browse-paths a{padding:1rem}.results-bar form{flex-wrap:wrap}}
.back-to-top{position:fixed;right:max(20px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));z-index:20;display:grid;place-items:center;width:48px;height:48px;padding:0;border:2px solid var(--gold);border-radius:50%;background:#fff;color:var(--forest);box-shadow:0 3px 12px #0003;cursor:pointer}.back-to-top[hidden]{display:none}.back-to-top:hover{background:#e9eee5}.back-to-top:focus-visible{outline:3px solid var(--gold-dark);outline-offset:3px}

.site-header{background:var(--forest);color:#fff;border-bottom:1px solid #d6b87938}.bar{min-height:76px}.brand{font-family:var(--serif);font-size:1.22rem;letter-spacing:0}.brand-mark{width:39px;height:39px;background:var(--gold);color:var(--forest);border:0;font:700 1.1rem var(--serif)}.bar nav a{color:#e5e9df}.bar nav a:hover,.bar nav a[aria-current=page]{color:#f4d99f}.footer-brand .brand-mark{background:var(--gold);color:var(--forest);border:0}.hero h1{font-weight:700}.button-dark,.sort-submit,.category-nav a[aria-current=page]{background:var(--forest);color:#fff}.detail-copy h1,.store-top h1{font-weight:700}.hero-image img{object-fit:cover}.hero-caption{background:#faf8f2f0}.hero-caption a{color:var(--ink)}
@media(max-width:760px){.product-detail{display:flex;flex-direction:column;gap:1.4rem}.detail-copy{display:contents}.detail-summary{order:0}.gallery-wrap{order:1}.detail-more{order:2}.detail-gallery{display:flex;gap:.65rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem}.detail-image,.detail-image:first-child{flex:0 0 min(80vw,350px);aspect-ratio:1;scroll-snap-align:start}.back-to-top{display:none}.bar{min-height:68px}}
.catalog-tools{flex-wrap:wrap}.category-nav{max-width:100%}.filter-form{display:flex;align-items:stretch;gap:.45rem;flex-wrap:wrap;margin-left:auto}.filter-form select,.filter-form input{min-height:42px;padding:.5rem .65rem;border:1px solid #aeb8bd;background:#fff;color:var(--ink);font:inherit;font-size:.9rem}.filter-form select{max-width:min(100%,230px)}.filter-form input{min-width:190px;flex:1}.filter-form button{min-height:42px;padding:.5rem .9rem;border:0;background:var(--forest);color:#fff;font:inherit;font-weight:700;cursor:pointer}.filter-form button:hover{background:#213c32}.filter-hint{margin:-.25rem 0 1.4rem;color:var(--ink-soft);font-size:.85rem}.filter-hint a{color:var(--ink);font-weight:700}@media(max-width:760px){.filter-form{width:100%;margin-left:0}.filter-form select{max-width:none;flex:1}.filter-form input{min-width:100%}}
.category-select{display:none}.many-categories .category-nav{display:none}.many-categories .category-select{display:block}.card-copy h3{-webkit-line-clamp:3;min-height:0;margin-bottom:1rem}
@media(max-width:760px){.category-nav{display:none}.category-select{display:block}}
@media(max-width:520px){.product-grid{grid-template-columns:1fr;gap:.75rem}.product-card{display:grid;grid-template-columns:112px minmax(0,1fr);min-height:142px}.card-image{height:100%;aspect-ratio:auto}.card-copy{display:flex;flex-direction:column;min-width:0;padding:.7rem .8rem}.card-copy h3{display:block;overflow:visible;font-size:1.05rem;line-height:1.2;margin:.3rem 0 .6rem}.card-bottom{margin-top:auto;padding-top:.5rem}.card-kind{font-size:.65rem}}
.card-image{background:#eeeae1;padding:.5rem}.card-image img{mix-blend-mode:normal;object-fit:contain;background:#fff}
@media(max-width:520px){.card-image{padding:.3rem}.store-top{padding-top:1.65rem;padding-bottom:1rem}.store-top .eyebrow{margin-bottom:.4rem}.store-top h1{font-size:clamp(2.2rem,9.5vw,2.7rem);line-height:1.08}.store-top>p:last-child{font-size:.92rem;line-height:1.45;margin:.55rem 0 0}.catalog-tools{gap:.55rem;padding:.65rem 0;margin-bottom:.7rem}.filter-form{gap:.45rem}.filter-form select,.filter-form input,.filter-form button{min-height:44px}.filter-form select{flex:1 1 100%}.filter-form input{min-width:0;flex:1 1 160px}.filter-form button{flex:0 0 auto}.results-bar{gap:.5rem;margin-bottom:.7rem}.results-bar form{gap:.4rem}.results-bar select,.sort-submit{min-height:40px}}

