*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#fafaf8;--color-surface:#fff;--color-text:#1a1a1a;--color-text-muted:#6b6b6b;--color-accent:#7c3aed;--color-accent-hover:#6d28d9;--color-border:#e8e8e4;--color-ig:#e1306c;--color-fb:#1877f2;--color-tt:#000;--font-body:"Inter", -apple-system, sans-serif;--font-display:"Playfair Display", Georgia, serif;--max-width:1120px;--radius:8px}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.nav{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:1.25rem 1.5rem;display:flex}.nav-logo{font-family:var(--font-display);letter-spacing:-.02em;font-size:1.25rem;font-weight:600}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--color-text-muted);font-size:.875rem;font-weight:400;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--color-text)}.hero{max-width:var(--max-width);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin:0 auto;padding:3rem 1.5rem 4rem;display:grid}.hero-photo{aspect-ratio:4/5;border-radius:var(--radius);overflow:hidden}.hero-photo img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-content h1{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.75rem;font-weight:500;line-height:1.15}.hero-content p{color:var(--color-text-muted);max-width:420px;margin-bottom:1.75rem;font-size:1.05rem;font-weight:300;line-height:1.7}.social-links{gap:1rem;display:flex}.social-link{color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:100px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s;display:inline-flex}.social-link:hover{color:var(--color-text);border-color:var(--color-text)}.social-link svg{width:16px;height:16px}.divider{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.divider hr{border:none;border-top:1px solid var(--color-border)}.category-section{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 3.5rem}.category-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:baseline;margin-bottom:1.75rem;padding-bottom:.75rem;display:flex}.category-header h2{font-family:var(--font-display);letter-spacing:-.01em;font-size:1.75rem;font-weight:500}.category-header span{color:var(--color-text-muted);font-size:.8rem}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:1.5rem;transition:box-shadow .25s;overflow:hidden}.product-card:hover{box-shadow:0 4px 24px #0000000f}.product-media{grid-template-columns:1fr auto;display:grid}.product-image{color:var(--color-text-muted);letter-spacing:.05em;text-transform:uppercase;background-color:#f0ede8;background-position:50%;background-repeat:no-repeat;background-size:contain;justify-content:center;align-items:center;font-size:.72rem;display:flex}.product-social{border-left:1px solid var(--color-border);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:540px;padding:1.5rem;display:flex;position:relative}.product-social--embed{background:#fff;justify-content:flex-start;align-items:flex-start;gap:0;min-height:auto;padding:0;overflow:hidden}.social-placeholder-icon{background:var(--color-border);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.social-placeholder-icon svg{width:22px;height:22px;color:var(--color-text-muted)}.social-placeholder-text{color:var(--color-text-muted);text-align:center;font-size:.78rem;line-height:1.5}.social-placeholder-text strong{margin-bottom:.15rem;font-weight:500;display:block}.social-badge{color:#fff;letter-spacing:.02em;z-index:1;border-radius:100px;align-items:center;gap:.3rem;padding:.3rem .65rem;font-size:.68rem;font-weight:600;display:inline-flex;position:absolute;top:.75rem;left:.75rem}.social-badge svg{width:12px;height:12px}.social-badge--ig{background:var(--color-ig)}.social-badge--fb{background:var(--color-fb)}.social-badge--tt{background:var(--color-tt)}.product-social img{object-fit:cover;object-position:top;width:100%;height:100%}.social-embed{justify-content:center;align-items:flex-start;width:100%;display:flex;overflow:hidden}.social-embed iframe{border:none!important;max-width:100%!important}.social-embed blockquote{width:100%!important;min-width:100%!important;max-width:100%!important;margin:0!important}.product-info{border-top:1px solid var(--color-border);flex-direction:column;padding:1.5rem 1.75rem 1.75rem;display:flex}.product-brand{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.35rem;font-size:.8rem;font-weight:500}.product-name{margin-bottom:.3rem;font-size:1.15rem;font-weight:500;line-height:1.35}.product-color{color:var(--color-text-muted);margin-bottom:.6rem;font-size:.88rem}.product-quote{color:var(--color-text-muted);margin-bottom:.85rem;font-size:.85rem;font-style:italic;line-height:1.55}.product-actions{align-items:center;gap:.6rem;margin-top:auto;display:flex}.btn-shop{color:#fff;background:var(--color-accent);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.35rem;padding:.65rem 1.35rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s;display:inline-flex}.btn-shop:hover{background:var(--color-accent-hover)}.btn-shop svg{width:13px;height:13px}.btn-social-link{color:var(--color-text-muted);border:1px solid var(--color-border);cursor:pointer;background:0 0;border-radius:100px;align-items:center;gap:.3rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-social-link:hover{color:var(--color-text);border-color:var(--color-text)}.btn-social-link svg{width:14px;height:14px}.footer{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:3rem 1.5rem;display:flex}.footer-text{color:var(--color-text-muted);font-size:.8rem;line-height:1.7}.affiliate-disclosure{max-width:var(--max-width);margin:0 auto;padding:1rem 1.5rem}.affiliate-disclosure p{color:var(--color-text-muted);max-width:600px;font-size:.72rem;line-height:1.6}.loading{text-align:center;color:var(--color-text-muted);padding:4rem 1.5rem;font-size:.9rem}@media (width<=768px){.hero{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem 3rem}.hero-photo{max-height:360px}.hero-content h1{font-size:2rem}.product-media{grid-template-columns:1fr}.product-image{min-height:320px}.product-social{display:none}.nav-links{gap:1.25rem}.footer{text-align:center;flex-direction:column;gap:1rem}}@media (width<=480px){.social-links{flex-wrap:wrap}.product-actions{flex-direction:column;align-items:flex-start}}
