:root{--black: #080808;--soft-black: #171717;--gold: #d9a936;--light-gold: #f0c65a;--ivory: #faf8f2;--text: #24211d;--muted: #6b6b6b;--border: #e7e2d8;--white: #fff;--shadow: 0 14px 34px rgba(8, 8, 8, .08);font-family:Inter,system-ui,sans-serif;color:var(--text);background:var(--ivory)}*{box-sizing:border-box}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-color:var(--gold)}img{max-width:100%;display:block}.skip-link{position:fixed;left:1rem;top:-4rem;z-index:20;background:var(--black);color:#fff;padding:.75rem 1rem}.skip-link:focus{top:1rem}.site-header{position:sticky;top:0;z-index:10;background:#faf8f2f0;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{height:72px;max-width:1180px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.6rem;font-family:Cormorant Garamond,serif;font-weight:700;font-size:1.55rem}.brand img{width:58px;height:42px;object-fit:contain}.desktop-nav{display:flex;gap:1rem;margin-left:auto}.desktop-nav a,.mobile-menu a{color:var(--muted);font-weight:600}.desktop-nav a.active,.mobile-menu a.active{color:var(--black)}.header-search{display:flex;align-items:center;gap:.4rem;border:1px solid var(--border);border-radius:999px;padding:.4rem .75rem;background:#fff}.header-search input,.mobile-search input{border:0;background:transparent;min-width:0}.icon-link,.menu-button,.icon-only{min-width:44px;min-height:44px;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.icon-link span{position:absolute;right:0;top:5px;background:var(--gold);color:var(--black);border-radius:999px;font-size:.72rem;padding:.05rem .32rem}.menu-button{display:none}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:var(--ivory);padding:1rem;display:grid;align-content:start;gap:1rem}.mobile-menu .menu-button{display:inline-flex;justify-self:end}.mobile-search{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border);padding:.8rem;background:#fff}.site-footer{margin-top:4rem;background:var(--black);color:#fff;padding:2rem max(1rem,calc((100vw - 1180px)/2));display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:2rem}.site-footer p,.site-footer a{color:#d8d1c4}.site-footer nav{display:flex;gap:1rem;flex-wrap:wrap}.veltrix-credit{justify-self:end;display:grid;gap:.35rem;justify-items:end;color:#d8d1c4;opacity:.82}.veltrix-credit span{font-size:.68rem;font-weight:800;letter-spacing:0;text-transform:uppercase;color:#9c9386}.veltrix-credit img{width:150px;height:auto;display:block;object-fit:contain}.hero{min-height:72vh;display:grid;align-items:center;padding:5rem max(1rem,calc((100vw - 1180px)/2));background:linear-gradient(110deg,#080808e6,#171717b8),radial-gradient(circle at 80% 20%,rgba(217,169,54,.22),transparent 28%),var(--soft-black);color:#fff}.hero h1,.page-title h1,.prose h1,.product-detail h1,.confirmation h1,.section-head h2{font-family:Cormorant Garamond,serif;line-height:.98;margin:.2rem 0 .8rem;letter-spacing:0}.hero h1{font-size:clamp(3rem,10vw,7rem);max-width:760px}.hero p{max-width:560px;color:#efe8db;font-size:1.1rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-size:.76rem;font-weight:800}.actions,.category-row,.product-card__meta{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.actions.centered{justify-content:center}.button{min-height:44px;border:1px solid transparent;border-radius:6px;padding:.76rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-weight:800;cursor:pointer;transition:transform .16s ease,opacity .16s ease;width:max-content;max-width:100%;white-space:nowrap}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button-dark{background:var(--black);color:#fff}.button-light{background:#fff;color:var(--black);border-color:var(--border)}.button-ghost{background:transparent;border-color:var(--border);color:var(--text)}.page,.page-section{max-width:1180px;margin:0 auto;padding:2.4rem 1rem}.page.narrow{max-width:760px}.page-title h1,.prose h1{font-size:clamp(2.5rem,7vw,4.8rem)}.section-head{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1rem}.section-head h2{font-size:clamp(2rem,5vw,3.5rem)}.category-row a{background:#fff;border:1px solid var(--border);padding:1rem 1.2rem;font-weight:700;box-shadow:var(--shadow)}.grid{display:grid;gap:1rem}.products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.product-card__media,.product-image-fallback{aspect-ratio:4 / 5;background:#eee8dc;display:grid;place-items:center}.product-card__media img,.product-detail__image{width:100%;height:100%;object-fit:cover}.product-image-fallback span{font-family:Cormorant Garamond,serif;font-size:3rem;color:var(--gold)}.product-card__body{padding:1rem;display:grid;gap:.75rem}.product-card h3{margin:0;min-height:2.8rem;font-size:1.05rem}.badge{display:inline-flex;align-items:center;min-height:28px;padding:.2rem .55rem;border-radius:999px;background:#f7edcf;color:#6f4f00;font-weight:800;font-size:.78rem}.badge-muted{background:#ece8df;color:var(--muted)}.badge-warn{background:#fff1d6;color:#8a5300}.filters{display:grid;grid-template-columns:2fr 1fr auto 1fr;gap:.75rem;margin-bottom:1.2rem;align-items:center}.filters input,.filters select,.form-panel input,.form-panel textarea{width:100%;border:1px solid var(--border);min-height:46px;padding:.75rem;background:#fff;border-radius:6px}.toggle,.check-row{display:flex;align-items:center;gap:.5rem;font-weight:700}.toggle input,.check-row input{width:auto;min-height:auto}.breadcrumbs{display:flex;gap:.4rem;align-items:center;color:var(--muted);margin-bottom:1rem;flex-wrap:wrap}.product-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:2rem;align-items:start}.product-detail__image{aspect-ratio:4 / 5;background:#fff;border:1px solid var(--border);border-radius:8px}.product-detail__info{display:grid;gap:1rem;align-content:start}.detail-price{font-size:1.8rem}.quantity{display:inline-grid;grid-template-columns:44px 64px 44px;width:max-content;border:1px solid var(--border);background:#fff}.quantity button,.quantity input{min-height:44px;border:0;background:#fff;text-align:center}.cart-layout,.checkout-layout,.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:1.2rem;align-items:start}.cart-list,.form-panel,.summary,.order-card,.empty-state{background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);padding:1rem}.cart-list{display:grid;gap:.75rem}.cart-item{display:grid;grid-template-columns:84px minmax(0,1fr) auto auto 44px;gap:.75rem;align-items:center;border-bottom:1px solid var(--border);padding-bottom:.75rem}.cart-item:last-child{border-bottom:0;padding-bottom:0}.cart-item .product-image-fallback,.cart-item img{width:84px;height:96px;object-fit:cover;border-radius:6px}.cart-item h2{margin:0;font-size:1rem}.summary{position:sticky;top:90px;display:grid;gap:.75rem}.summary .button,.form-panel>.button{width:100%}.summary-line,.totals div,.order-lines div{display:flex;justify-content:space-between;gap:1rem;padding:.45rem 0;border-bottom:1px solid var(--border)}.totals dt{color:var(--muted)}.totals dd{margin:0;font-weight:900}.fine-print,.warning{color:var(--muted);font-size:.9rem}.warning,.field-error{color:#9b341f}.form-panel{display:grid;gap:.75rem}.form-panel label{display:grid;gap:.35rem;font-weight:800}.form-panel label.check-row{display:flex;align-items:center;justify-content:flex-start;gap:.6rem;line-height:1.25}.form-panel label.check-row input{flex:0 0 auto}.payment-methods{border:1px solid var(--border);border-radius:8px;padding:.85rem;display:grid;gap:.65rem}.payment-methods legend{padding:0 .35rem;font-weight:900}.payment-methods label{grid-template-columns:auto minmax(0,1fr);align-items:start;padding:.65rem;border:1px solid var(--border);border-radius:6px;background:#fffdf8;cursor:pointer}.payment-methods input{width:auto;min-height:auto;margin-top:.25rem}.payment-methods span{display:grid;gap:.15rem}.payment-methods small{color:var(--muted);font-weight:500}.payment-note{border-left:3px solid var(--gold);background:#fff8e6;padding:.75rem .9rem;border-radius:6px}.payment-note p{margin:.25rem 0 0;color:var(--muted)}.order-card__head{display:flex;justify-content:space-between;gap:1rem;align-items:start}.confirmation{text-align:center;padding:2rem 1rem}.confirmation h1{font-size:clamp(1.65rem,6vw,4.25rem);overflow-wrap:anywhere;line-height:1.02}.benefits{max-width:1180px;margin:0 auto;padding:1rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.benefits article{border-top:2px solid var(--gold);padding:1rem 0;display:grid;gap:.4rem}.skeleton-card{min-height:330px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:1rem;display:grid;gap:.75rem;align-content:end}.skeleton-card span,.skeleton-card strong,.skeleton-card em{display:block;background:linear-gradient(90deg,#eee8dc,#f8f3e8,#eee8dc);border-radius:6px;animation:pulse 1.4s infinite}.skeleton-card span{height:220px;margin:-1rem -1rem 0;border-radius:8px 8px 0 0}.skeleton-card strong{height:22px}.skeleton-card em{height:18px;width:70%}.toast{position:fixed;right:1rem;bottom:1rem;z-index:40;background:var(--black);color:#fff;padding:.9rem 1rem;border-radius:8px;box-shadow:var(--shadow)}[hidden]{display:none!important}@keyframes pulse{0%,to{opacity:.7}50%{opacity:1}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important}}@media (max-width: 900px){.desktop-nav,.header-search{display:none}.menu-button{display:inline-flex}.header-inner{gap:.5rem}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filters,.product-detail,.cart-layout,.checkout-layout,.contact-grid,.benefits{grid-template-columns:1fr}.summary{position:static}.cart-item{grid-template-columns:72px minmax(0,1fr) 44px}.cart-item .quantity,.cart-item strong{grid-column:2 / 4}.cart-item .product-image-fallback,.cart-item img{width:72px;height:84px}.site-footer{grid-template-columns:1fr;align-items:start}.veltrix-credit{justify-self:start;justify-items:start}}@media (max-width: 560px){.products-grid{grid-template-columns:1fr}.hero{min-height:68vh;padding-top:4rem}.brand span{font-size:1.25rem}}
