:root{--color-alabaster-cream:#f9f7f2;--color-warm-black:#1a1410;--color-espresso-brown:#4a3220;--color-stone-wash:#e5e0d5;--color-surface:#fff;--color-muted-text:#6d6258;--color-success-surface:#edf5ed;--color-success-text:#2d6732;--color-error-surface:#f8e9e4;--color-error-text:#8f3528;color:var(--color-warm-black);background:var(--color-alabaster-cream);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Avenir Next,Avenir,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button{font:inherit}img{max-width:100%;display:block}.appShell{grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.siteHeader,.siteFooter{width:min(1120px,100% - 32px);margin:0 auto;padding:18px 0}.siteHeader{justify-content:space-between;align-items:center;gap:16px;display:flex}.brandButton,.siteNav a,.textButton{color:inherit;cursor:pointer;text-decoration:none}.brandButton{font-size:1.25rem;font-weight:700}.siteNav{gap:8px;display:flex}.siteNav a,.textButton{padding:8px 10px;display:inline-flex}.mainContent{width:min(1120px,100% - 32px);margin:0 auto;padding:32px 0 56px}.homePage,.productDetail{grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);align-items:center;gap:40px;display:grid}.homeCopy h1,.pageHeader h1,.productDetailCopy h1{margin:0;font-size:clamp(2.25rem,8vw,5rem);line-height:.95}.homeCopy p,.productDetailCopy p{max-width:54ch;line-height:1.7}.eyebrow{text-transform:uppercase;color:var(--color-espresso-brown);margin:0 0 12px;font-size:.78rem;font-weight:700}.primaryButton{background:var(--color-warm-black);width:fit-content;color:var(--color-alabaster-cream);cursor:pointer;border:0;border-radius:6px;padding:12px 16px;text-decoration:none;display:inline-flex}.homeVisual{grid-template-columns:1fr .72fr;gap:14px;min-height:420px;display:grid}.fabricPanel{border-radius:8px;min-height:100%}.fabricPanelLight{background:linear-gradient(145deg, var(--color-stone-wash), var(--color-alabaster-cream))}.fabricPanelAccent{background:linear-gradient(160deg, var(--color-espresso-brown), #9a755d);transform:translateY(38px)}.pageHeader{margin-bottom:24px}.productGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;display:grid}.productCard{border:1px solid var(--color-stone-wash);background:var(--color-surface);border-radius:8px;overflow:hidden}.productImageLink{background:var(--color-stone-wash);cursor:pointer;width:100%;display:block}.productImageLink img,.productDetail img{aspect-ratio:4/5;object-fit:cover;width:100%}.productCardBody,.productDetailCopy{gap:14px;padding:16px;display:grid}.productCardBody h3,.productCardBody p{margin:0}.productCardBody p{color:var(--color-muted-text);line-height:1.5}.productCardMeta{justify-content:space-between;align-items:center;gap:12px;display:flex}.stockBadge{background:var(--color-success-surface);color:var(--color-success-text);border-radius:999px;padding:6px 10px;font-size:.82rem;font-weight:700}.stockBadgeEmpty{background:var(--color-error-surface);color:var(--color-error-text)}.stateMessage{text-align:center;max-width:560px;color:var(--color-muted-text);margin:48px auto}.stateMessageError{color:var(--color-error-text)}.siteFooter{color:var(--color-muted-text);justify-content:space-between;gap:16px;font-size:.9rem;display:flex}@media (width<=720px){.siteHeader,.siteFooter,.homePage,.productDetail{grid-template-columns:1fr}.homeVisual{min-height:280px}.siteFooter{flex-direction:column}}
