:root{--gold:#b98a2f;--gold-light:#d4b56a;--gold-pale:#f3ead6;--ink:#1f1b16;--ink-soft:#2b2620;--cream:#faf7f1;--paper:#ffffff;--text:#35302a;--text-dim:#8a7f6e;--serif:"Playfair Display","Prompt",serif;--sans:"Prompt",system-ui,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);font-weight:300;background:var(--cream);color:var(--text);min-height:100vh;line-height:1.7}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.topbar{background:var(--ink);color:var(--gold-light);font-size:.85rem;letter-spacing:.03em}.topbar-inner{display:flex;gap:2rem;padding-top:.5rem;padding-bottom:.5rem}.site-header{background:var(--paper);border-bottom:1px solid #eee5d4;position:-webkit-sticky;position:sticky;top:0;z-index:50;box-shadow:0 2px 20px rgba(31,27,22,.06)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-top:.6rem;padding-bottom:.6rem}.site-logo img{height:62px;width:auto}.site-logo strong{font-family:var(--serif);font-size:1.4rem;color:var(--ink)}.site-nav{display:flex;gap:1.75rem}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:none;border:1px solid #e4dbc8;border-radius:8px;cursor:pointer}.nav-toggle span{display:block;height:2px;width:100%;background:var(--ink);border-radius:2px;transition:transform .25s,opacity .25s}.nav-toggle.open span:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-nav a{color:var(--ink-soft);text-decoration:none;text-transform:uppercase;font-size:.82rem;font-weight:500;letter-spacing:.12em;padding:.4rem 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.site-nav a:hover{color:var(--gold);border-bottom-color:var(--gold)}.hero{position:relative;height:min(78vh,680px);min-height:460px;overflow:hidden;background:var(--ink)}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:50%;opacity:0;transform:scale(1.06);transition:opacity 1.1s ease,transform 6.5s ease;display:grid;place-items:center}.hero-slide.active{opacity:1;transform:scale(1)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,16,10,.55),rgba(20,16,10,.35) 45%,rgba(20,16,10,.65))}.hero-content{position:relative;text-align:center;color:#fff;max-width:900px;padding:0 1.5rem}.hero-kicker{color:var(--gold-light);font-family:var(--serif);font-style:italic;font-size:clamp(1.1rem,2.2vw,1.6rem);margin-bottom:1rem;letter-spacing:.04em}.hero-heading{font-family:var(--serif);font-weight:600;font-size:clamp(1.6rem,4.2vw,3.1rem);line-height:1.25;margin-bottom:2rem;text-shadow:0 2px 30px rgba(0,0,0,.45)}.btn-gold{display:inline-block;background:linear-gradient(135deg,var(--gold),#9a6f1f);color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.14em;font-size:.82rem;font-weight:500;padding:.9rem 2.4rem;border-radius:2px;transition:filter .2s,transform .2s}.btn-gold:hover{filter:brightness(1.1);transform:translateY(-1px)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.35);color:#fff;width:48px;height:48px;border-radius:50%;font-size:1.6rem;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s}.hero-arrow:hover{background:var(--gold);border-color:var(--gold)}.hero-arrow.prev{left:1.25rem}.hero-arrow.next{right:1.25rem}.hero-dots{position:absolute;bottom:1.5rem;left:0;right:0;display:flex;justify-content:center;gap:.6rem;z-index:5}.hero-dots button{width:34px;height:3px;border:none;background:rgba(255,255,255,.35);cursor:pointer;transition:background .2s}.hero-dots button.active{background:var(--gold-light)}.section{padding:5.5rem 0}.section-alt{background:var(--paper)}.section-head{text-align:center;margin-bottom:3.25rem}.section-kicker{text-transform:uppercase;letter-spacing:.28em;font-size:.75rem;color:var(--gold);margin-bottom:.75rem;font-weight:500}.section-heading{font-family:var(--serif);font-weight:600;font-size:clamp(1.7rem,3.4vw,2.5rem);color:var(--ink)}.gold-divider{display:block;color:var(--gold);margin-top:.9rem;font-size:1rem;position:relative;width:-moz-fit-content;width:fit-content;margin-inline:auto}.gold-divider:after,.gold-divider:before{content:"";position:absolute;top:50%;width:56px;height:1px;background:linear-gradient(90deg,transparent,var(--gold-light))}.gold-divider:before{right:calc(100% + 12px)}.gold-divider:after{left:calc(100% + 12px);transform:scaleX(-1)}.about-grid{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:4rem;gap:4rem;align-items:center}.about-image{position:relative}.about-image img{width:100%;border-radius:4px;box-shadow:0 24px 60px rgba(31,27,22,.18)}.about-frame{position:absolute;inset:-18px 18px 18px -18px;border:1px solid var(--gold-light);border-radius:4px;z-index:-1}.about-body .section-heading{margin-bottom:0}.about-body .gold-divider{margin-inline:0}.about-body .gold-divider:before{display:none}.about-body .section-kicker{margin-bottom:.5rem}.lead{margin-top:1.5rem;font-size:1.02rem;color:var(--text)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.75rem;gap:1.75rem}.product-tile{text-decoration:none;color:inherit;background:var(--paper);border:1px solid #efe7d8;border-radius:4px;overflow:hidden;transition:box-shadow .25s,transform .25s}.product-tile:hover{box-shadow:0 18px 44px rgba(31,27,22,.14);transform:translateY(-4px)}.product-image{aspect-ratio:4/3;overflow:hidden;background:var(--gold-pale)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-tile:hover .product-image img{transform:scale(1.07)}.product-tile-body{padding:1.1rem 1.25rem 1.25rem;text-align:center}.product-tile-body h4{font-family:var(--serif);font-size:1.12rem;font-weight:600;color:var(--ink)}.product-cat{display:inline-block;margin-top:.35rem;color:var(--text-dim);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.vm-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.75rem;gap:1.75rem}.vm-card{background:var(--paper);border:1px solid #efe7d8;border-top:3px solid var(--gold);border-radius:4px;padding:2.25rem 2rem;text-align:center}.vm-icon{color:var(--gold);font-size:1.6rem}.vm-card h3{font-family:var(--serif);font-size:1.3rem;margin:.6rem 0 .9rem;color:var(--ink)}.vm-card p{color:var(--text);font-size:.95rem}.section-dark{background:linear-gradient(180deg,#201b14,#171310)}.section-dark .section-heading{color:#f4eee2}.featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.featured-card{background:rgba(255,255,255,.04);border:1px solid rgba(212,181,106,.25);border-radius:4px;overflow:hidden;transition:border-color .25s,transform .25s}.featured-card:hover{border-color:var(--gold-light);transform:translateY(-4px)}.featured-image{aspect-ratio:1/1;overflow:hidden}.featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.featured-card:hover .featured-image img{transform:scale(1.06)}.featured-body{padding:1.1rem 1.2rem 1.3rem}.featured-body h4{font-family:var(--serif);color:#f4eee2;font-size:1.08rem;font-weight:600}.featured-body p{color:#b6ab97;font-size:.85rem;margin-top:.35rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-price{display:inline-block;margin-top:.7rem;color:var(--gold-light);font-weight:500;letter-spacing:.04em}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.75rem;gap:1.75rem}.blog-card{background:var(--paper);border:1px solid #efe7d8;border-radius:4px;overflow:hidden;transition:box-shadow .25s,transform .25s}.blog-card:hover{box-shadow:0 18px 44px rgba(31,27,22,.12);transform:translateY(-4px)}.blog-image{aspect-ratio:16/10;overflow:hidden}.blog-image img{width:100%;height:100%;object-fit:cover}.blog-body{padding:1.25rem 1.4rem 1.5rem}.blog-date{color:var(--gold);font-size:.78rem;text-transform:uppercase;letter-spacing:.14em}.blog-body h4{font-family:var(--serif);font-size:1.15rem;font-weight:600;color:var(--ink);margin:.5rem 0}.blog-body p{color:var(--text-dim);font-size:.9rem}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.75rem;gap:1.75rem}.testi-card{background:var(--paper);border:1px solid #efe7d8;border-radius:4px;padding:1.9rem 1.7rem}.testi-stars{color:var(--gold);letter-spacing:.15em;margin-bottom:.9rem}.testi-stars .dim{color:#ddd3c0}.testi-card blockquote{font-size:.92rem;color:var(--text);font-style:italic}.testi-card figcaption{display:flex;align-items:center;gap:.75rem;margin-top:1.25rem;font-weight:500;color:var(--ink)}.testi-card figcaption img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--gold-pale)}.check-list{list-style:none;margin-top:1.5rem;display:grid;grid-gap:.7rem;gap:.7rem}.check-list li{display:flex;align-items:center;gap:.7rem}.check-list li:before{content:"✓";flex-shrink:0;width:26px;height:26px;display:grid;place-items:center;background:var(--gold-pale);color:var(--gold);border-radius:50%;font-size:.85rem;font-weight:700}.check-list a{color:var(--ink);text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:color .2s,border-color .2s}.check-list a:hover{color:var(--gold);border-bottom-color:var(--gold)}.wwd-collage{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.wwd-collage img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:4px;box-shadow:0 12px 30px rgba(31,27,22,.12)}.wwd-collage img:nth-child(2),.wwd-collage img:nth-child(4){transform:translateY(1.25rem)}.page-hero{position:relative;background-color:#201b14;background-size:cover;background-position:center 35%;padding:5rem 0 4rem;text-align:center}.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,16,10,.72),rgba(20,16,10,.62))}.page-hero-content{position:relative}.page-hero h1{font-family:var(--serif);font-weight:600;font-size:clamp(1.9rem,4vw,2.7rem);color:#f4eee2}.page-hero-crumb{margin-top:.75rem;color:#a99d88;font-size:.85rem;letter-spacing:.06em}.page-hero-crumb a{color:var(--gold-light);text-decoration:none}.page-hero-crumb span{margin:0 .4rem}.filter-pills{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-bottom:2.75rem}.filter-pill{text-decoration:none;color:var(--ink-soft);background:var(--paper);border:1px solid #e4dbc8;border-radius:999px;padding:.45rem 1.2rem;font-size:.85rem;transition:all .2s}.filter-pill:hover{border-color:var(--gold);color:var(--gold)}.filter-pill.active{background:var(--gold);border-color:var(--gold);color:#fff}.product-price{margin-top:.4rem;color:var(--gold);font-weight:500}.muted-center{text-align:center;color:var(--text-dim);padding:3rem 0}.see-more-wrap{text-align:center;margin-top:2.5rem}.see-more{border:none;cursor:pointer;font-family:var(--sans)}.see-more:disabled{opacity:.6;cursor:wait}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}.gallery-item{position:relative;border-radius:4px;overflow:hidden;aspect-ratio:1/1;background:var(--gold-pale);border:none;padding:0;cursor:pointer;display:block;width:100%;text-align:left;font:inherit}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.gallery-item:hover img{transform:scale(1.08)}.gallery-cap{position:absolute;inset:auto 0 0 0;background:linear-gradient(180deg,transparent,rgba(20,16,10,.85));color:#fff;padding:2rem 1rem .9rem;opacity:0;transition:opacity .3s;display:flex;flex-direction:column}.gallery-item:hover .gallery-cap{opacity:1}.gallery-cap strong{font-family:var(--serif);font-size:.98rem}.gallery-cap span{color:var(--gold-light);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.lightbox{position:fixed;inset:0;z-index:200;background:rgba(12,10,7,.94);display:flex;flex-direction:column;padding:1rem}.lb-close{position:absolute;top:1rem;right:1rem;z-index:5;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08);color:#fff;font-size:1.1rem;cursor:pointer}.lb-close:hover{background:var(--gold);border-color:var(--gold)}.lb-stage{flex:1 1;justify-content:center;gap:.75rem;min-height:0}.lb-figure,.lb-stage{display:flex;align-items:center}.lb-figure{flex-direction:column;max-width:min(88vw,900px);min-width:0;max-height:100%}.lb-figure img{max-height:calc(100vh - 220px);max-width:100%;object-fit:contain;border-radius:4px}.lb-figure figcaption{display:flex;align-items:center;gap:1.25rem;justify-content:space-between;width:100%;padding:.9rem .25rem;color:#fff}.lb-figure figcaption strong{font-family:var(--serif);font-size:1.1rem;display:block}.lb-figure figcaption span{color:var(--gold-light);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em}.lb-detail{padding:.55rem 1.4rem;font-size:.78rem;white-space:nowrap}.lb-arrow{width:52px;height:52px;flex-shrink:0;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08);color:#fff;font-size:1.7rem;line-height:1;cursor:pointer;transition:background .2s}.lb-arrow:hover{background:var(--gold);border-color:var(--gold)}.lb-thumbs{display:flex;gap:.6rem;overflow-x:auto;padding:.75rem .25rem .25rem;justify-content:safe center}.lb-thumbs button{flex-shrink:0;width:92px;height:68px;border-radius:6px;overflow:hidden;border:2px solid transparent;padding:0;background:none;cursor:pointer;opacity:.55;transition:opacity .2s,border-color .2s}.lb-thumbs button.active,.lb-thumbs button:hover{opacity:1;border-color:var(--gold)}.lb-thumbs img{width:100%;height:100%;object-fit:cover}.lb-loading{flex-shrink:0;align-self:center;color:var(--gold-light);font-size:.8rem;padding:0 .75rem;white-space:nowrap}@media (max-width:600px){.lb-arrow{width:40px;height:40px;font-size:1.3rem}.lb-figure figcaption{flex-direction:column;align-items:flex-start;gap:.6rem}.lb-thumbs button{width:72px;height:54px}}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:3.5rem;gap:3.5rem;align-items:start}.contact-info .section-heading{margin-bottom:0}.contact-info .gold-divider{margin-inline:0}.contact-info .gold-divider:before{display:none}.contact-list{list-style:none;margin-top:2rem;display:grid;grid-gap:1.5rem;gap:1.5rem}.contact-list li{display:flex;gap:1rem;align-items:flex-start}.contact-icon{width:46px;height:46px;flex-shrink:0;display:grid;place-items:center;background:var(--gold-pale);color:var(--gold);border-radius:50%;font-size:1.2rem}.contact-list strong{display:block;color:var(--ink);font-weight:500}.contact-list p{color:var(--text-dim);font-size:.92rem}.contact-form{background:var(--paper);border:1px solid #efe7d8;border-radius:4px;padding:2rem;display:grid;grid-gap:1rem;gap:1rem}.contact-form h3{font-family:var(--serif);font-size:1.3rem;color:var(--ink)}.contact-form input,.contact-form textarea{border:1px solid #ddd3c0;border-radius:4px;padding:.75rem .9rem;font:inherit;width:100%;background:var(--cream)}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid var(--gold-light);outline-offset:0}.contact-row2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.contact-form .btn-gold{border:none;cursor:pointer;justify-self:start;font-family:var(--sans)}.contact-error{color:#a33;font-size:.9rem}.contact-success{text-align:center;padding:3rem 2rem}.contact-success h3{margin:.5rem 0}.contact-success p{color:var(--text-dim);margin-bottom:1.5rem}.detail-grid{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:3.5rem;gap:3.5rem;align-items:start}.detail-main-image{border-radius:4px;overflow:hidden;background:var(--gold-pale);box-shadow:0 20px 50px rgba(31,27,22,.15)}.detail-main-image img{width:100%;aspect-ratio:1/1;object-fit:cover}.detail-thumbs{display:flex;gap:.75rem;margin-top:.9rem;flex-wrap:wrap}.detail-thumbs button{border:2px solid transparent;border-radius:4px;padding:0;overflow:hidden;cursor:pointer;background:none;width:84px;height:84px;opacity:.65;transition:opacity .2s,border-color .2s}.detail-thumbs button.active,.detail-thumbs button:hover{opacity:1;border-color:var(--gold)}.detail-thumbs img{width:100%;height:100%;object-fit:cover}.detail-info .section-heading{margin:.75rem 0 .5rem}.pill-link{display:inline-block;text-decoration:none;background:var(--gold-pale);color:var(--gold);border-radius:999px;padding:.25rem 1rem;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.detail-price{font-family:var(--serif);font-size:1.7rem;color:var(--gold);font-weight:600;margin-bottom:.75rem}.detail-price.muted-price{font-size:1.1rem;color:var(--text-dim);font-family:var(--sans);font-weight:400}.sold-badge{display:inline-block;background:#f4dcdc;color:#a33;border-radius:999px;padding:.25rem 1rem;font-size:.85rem;margin-bottom:.75rem}.detail-info .lead{margin-top:.75rem}.detail-actions{display:flex;gap:.9rem;margin-top:2rem;flex-wrap:wrap}.btn-outline{display:inline-block;text-decoration:none;color:var(--ink);border:1px solid #d8d0c2;border-radius:2px;padding:.9rem 1.8rem;font-size:.85rem;letter-spacing:.08em;transition:border-color .2s,color .2s}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.prevnext{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;margin-top:3.5rem}.prevnext-card{display:block;text-decoration:none;background:var(--paper);border:1px solid #efe7d8;border-radius:4px;padding:1.1rem 1.4rem;transition:border-color .2s,box-shadow .2s}.prevnext-card:hover{border-color:var(--gold);box-shadow:0 10px 26px rgba(31,27,22,.1)}.prevnext-card .pn-label{display:block;color:var(--gold);font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:.25rem}.prevnext-card strong{font-family:var(--serif);color:var(--ink);font-weight:600}.prevnext-card.pn-right{text-align:right}.article-wrap{max-width:820px}.article-title{font-family:var(--serif);font-weight:600;font-size:clamp(1.6rem,3.4vw,2.3rem);color:var(--ink);margin:.5rem 0 1.5rem}.article-cover{border-radius:4px;overflow:hidden;margin-bottom:1.75rem;box-shadow:0 16px 40px rgba(31,27,22,.14)}.article-excerpt{font-size:1.05rem;color:var(--text);font-style:italic;border-left:3px solid var(--gold);padding-left:1.25rem;margin-bottom:1.5rem}.article-content{margin-bottom:2rem;white-space:pre-line}.site-footer{background:var(--ink);color:#cfc6b4}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:3rem;gap:3rem;padding-top:4rem;padding-bottom:3rem}.footer-title{font-family:var(--serif);color:#f4eee2;font-size:1.1rem;margin-bottom:1rem;position:relative;padding-bottom:.6rem}.footer-title:after{content:"";position:absolute;left:0;bottom:0;width:42px;height:2px;background:var(--gold)}.footer-text{font-size:.88rem;line-height:1.8}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem;font-size:.9rem}.footer-links a{color:#cfc6b4;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--gold-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.1rem 0;font-size:.8rem;color:#877d6b}@media (max-width:900px){.header-inner{padding-top:.5rem;padding-bottom:.5rem}.site-logo img{height:48px}.nav-toggle{display:flex}.site-nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;background:var(--paper);border-bottom:1px solid #eee5d4;box-shadow:0 20px 30px rgba(31,27,22,.12);max-height:0;overflow:hidden;transition:max-height .3s ease}.site-nav.open{max-height:420px}.site-nav a{padding:.9rem 1.5rem;border-bottom:1px solid #f3ecdd}.site-nav a:hover{background:var(--cream);border-bottom-color:#f3ecdd}.about-grid,.vm-grid{grid-template-columns:1fr;gap:2.5rem}.about-frame{display:none}.blog-grid,.product-grid,.testi-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.gallery-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr;gap:2.5rem}.detail-grid{gap:2rem}.detail-grid,.prevnext{grid-template-columns:1fr}.prevnext{gap:.75rem}.prevnext-card.pn-right{text-align:left}.footer-grid{grid-template-columns:1fr;gap:2rem;padding-top:3rem}.section{padding:3.5rem 0}.section-head{margin-bottom:2.25rem}}@media (max-width:600px){.blog-grid,.product-grid,.testi-grid{grid-template-columns:1fr}.featured-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.topbar-inner{gap:.35rem 1.25rem;flex-wrap:wrap;font-size:.78rem;justify-content:center}.hero{height:66vh;min-height:400px}.hero-heading{margin-bottom:1.5rem}.btn-gold{padding:.75rem 1.8rem}.hero-arrow{display:none}.section{padding:2.75rem 0}.lead{font-size:.95rem}}