:root{--pearl:#fffdf8;--blush:#f4c9cf;--gold:#c7a45a;--ink:#3a2f2b;--mist:#f8eee8}*{box-sizing:border-box}body{margin:0;background:var(--pearl);color:var(--ink);font-family:'Trebuchet MS',Arial,sans-serif}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:17px 5vw;background:rgba(255,253,248,.92);border-bottom:1px solid #ecdeda;backdrop-filter:blur(14px)}.logo{font-size:21px;font-weight:900;letter-spacing:.08em;color:#7f5f25}.nav{display:flex;gap:20px;font-size:13px}.cart-button,.primary-cta,.checkout-button{border:0;background:var(--gold);color:white;padding:13px 19px;font-weight:800;cursor:pointer;border-radius:2px}.hero{min-height:78vh;display:flex;align-items:center;padding:8vw 5vw;background:radial-gradient(circle at 25% 28%,rgba(244,201,207,.66),transparent 34%),linear-gradient(100deg,rgba(255,253,248,.95),rgba(255,253,248,.34)),url('assets/images/labs_imagefx_20260410_0932_91_var1.png') center/cover}.hero-copy{max-width:650px}.eyebrow,.section-heading p{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#9d782e;font-weight:900}.hero h1{font-size:clamp(42px,7vw,84px);line-height:1;margin:12px 0;color:#3a2f2b}.hero p{font-size:18px;line-height:1.75}.primary-cta{display:inline-block;margin-top:18px}.featured-section,.catalog-section,.policy-section{padding:72px 5vw}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-heading h2,.brand-panel h2,.policy-section h2{font-size:clamp(30px,4vw,52px);margin:0}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:white;border:1px solid #efdfdc;box-shadow:0 16px 36px rgba(154,113,91,.09);overflow:hidden}.product-card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--mist)}.product-info{padding:18px;display:grid;gap:10px}.badge{width:max-content;background:#fff2c7;color:#7f5f25;font-size:12px;font-weight:900;padding:7px 10px}.product-info h3{font-size:17px;margin:0;color:#3a2f2b}.price{font-size:18px;font-weight:900;color:#7f5f25}.compare{color:#b69b91;text-decoration:line-through;margin-left:8px}.add-btn{border:1px solid var(--gold);background:var(--pearl);color:#7f5f25;padding:11px;font-weight:900;cursor:pointer}.brand-panel{margin:30px 5vw 48px;padding:48px;background:linear-gradient(135deg,#fff,var(--mist));border:1px solid #efdfdc;display:grid;grid-template-columns:1fr 1.4fr;gap:28px}.brand-panel p{font-size:17px;line-height:1.8}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:0 5vw 72px}.trust-row div{background:#fff5f2;border:1px solid #efdfdc;padding:26px}.trust-row span{display:block;margin-top:8px;color:#77625a;line-height:1.5}.footer{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px;padding:48px 5vw;background:#3a2f2b;color:white}.footer a{display:block;margin:10px 0;color:#f8d7dc}.cart-drawer,.checkout-modal{position:fixed;inset:0;background:rgba(58,47,43,.42);display:none;z-index:40}.cart-drawer.open,.checkout-modal.open{display:block}.cart-panel{margin-left:auto;width:min(430px,100%);height:100%;background:var(--pearl);padding:24px;display:flex;flex-direction:column}.cart-top{display:flex;justify-content:space-between}.cart-top button,.modal-close{border:0;background:transparent;font-size:24px;cursor:pointer}.cart-items{display:grid;gap:14px;overflow:auto}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center}.cart-item img{width:64px;height:64px;object-fit:cover}.cart-total{display:flex;justify-content:space-between;margin-top:auto;padding:20px 0;border-top:1px solid #efdfdc}.checkout-modal.open{display:grid;place-items:center}.checkout-card{width:min(520px,92vw);background:var(--pearl);padding:28px;display:grid;gap:14px}.checkout-card label{display:grid;gap:6px;font-weight:800}.checkout-card input,.checkout-card textarea{padding:12px;border:1px solid #e5d1cc}.payment-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mock-card{background:linear-gradient(135deg,#c7a45a,#f4c9cf);color:white;padding:20px;display:grid;gap:8px}@media(max-width:960px){.nav{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.featured-grid,.brand-panel,.trust-row,.footer{grid-template-columns:1fr}.section-heading{display:block}}@media(max-width:560px){.product-grid,.featured-grid{grid-template-columns:1fr}.featured-section,.catalog-section,.policy-section{padding:46px 18px}.site-header{padding:14px 18px}.brand-panel,.trust-row{margin-left:18px;margin-right:18px}.hero{min-height:70vh}}