:root{
  --cream:#F7EFE6;--ink:#2D2530;--coral:#E77D68;--gold:#E8B95D;
  --lavender:#B9A7D9;--sage:#9DB7A0;--white:#FFFDF9;--radius:22px;
}
*{box-sizing:border-box} body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:10px;top:10px;z-index:99;background:#fff;padding:10px}
.site-header{position:sticky;top:0;z-index:20;background:rgba(247,239,230,.95);backdrop-filter:blur(8px);border-bottom:1px solid rgba(45,37,48,.1)}
.header-inner{max-width:1200px;margin:auto;padding:18px 24px;display:flex;align-items:center;gap:28px}.brand{display:flex;flex-direction:column;min-width:220px}.brand-name{font-size:25px;font-weight:900;letter-spacing:-.5px}.brand-tagline{font-size:11px;text-transform:uppercase;letter-spacing:2px;opacity:.65}
.desktop-nav{display:flex;gap:20px;flex:1;justify-content:center;font-weight:700;font-size:14px}.desktop-nav a:hover{color:var(--coral)}
.header-actions{display:flex;gap:16px;font-size:22px}.cart-count{font-size:11px;background:var(--coral);color:#fff;border-radius:20px;padding:2px 6px;margin-left:2px}.menu-button,.mobile-nav{display:none}
.hero{max-width:1200px;margin:0 auto;padding:70px 24px;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:2.5px;font-size:12px;font-weight:800;color:#795E78}.hero h1{font-size:clamp(48px,7vw,86px);line-height:.95;margin:10px 0 22px;letter-spacing:-4px}.hero-copy>p:not(.eyebrow){font-size:19px;line-height:1.6;max-width:560px}.button{display:inline-block;background:var(--ink);color:#fff;padding:15px 23px;border-radius:999px;font-weight:800;border:0;cursor:pointer;margin-top:12px}.button:hover{transform:translateY(-2px)}
.hero-art{min-height:430px;border-radius:40px;background:var(--lavender);display:grid;place-items:center;overflow:hidden;transform:rotate(2deg)}.hero-art img{width:100%;height:100%;object-fit:cover}.art-card{background:var(--gold);width:70%;height:70%;border-radius:28px;padding:40px;transform:rotate(-5deg);display:flex;flex-direction:column;justify-content:center;box-shadow:18px 18px 0 var(--coral)}.art-card span{font-size:13px;letter-spacing:4px;font-weight:900}.art-card strong{font-size:45px;line-height:.95;margin-top:10px}
.section,.page-wrap{max-width:1200px;margin:auto;padding:70px 24px}.section-heading{text-align:center;margin-bottom:35px}.section-heading h2,.page-wrap h1{font-size:48px;letter-spacing:-2px;margin:8px 0 12px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:var(--white);border-radius:var(--radius);padding:14px;transition:.2s}.product-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(45,37,48,.1)}.product-image{aspect-ratio:1;border-radius:16px;overflow:hidden;background:#eee}.product-image img{width:100%;height:100%;object-fit:cover}.image-placeholder{height:100%;display:grid;place-items:center;font-weight:800}.product-card h2,.product-card h3{font-size:16px;margin:14px 4px 5px}.product-card p{margin:0 4px 8px;font-weight:800}
.announcement-section{padding-top:30px}.announcement-inner{background:var(--sage);border-radius:35px;padding:55px;text-align:center}.announcement-inner .rte{max-width:650px;margin:auto;font-size:18px;line-height:1.6}
.product-page{max-width:1200px;margin:auto;padding:70px 24px;display:grid;grid-template-columns:1fr 1fr;gap:70px}.product-media{border-radius:30px;overflow:hidden;background:#fff}.product-media img{width:100%;display:block}.product-info h1{font-size:55px;line-height:1;margin:8px 0}.price{font-size:24px;font-weight:900;margin:15px 0 25px}.product-info select,.product-info input,.site-footer input{width:100%;padding:14px;border:1px solid #c9bec4;border-radius:12px;background:#fff;margin:8px 0 16px}.rte{line-height:1.7}
.cart-row{display:grid;grid-template-columns:1fr auto 100px;gap:20px;padding:18px 0;border-bottom:1px solid #ddd}.cart-total{text-align:right;font-size:22px;font-weight:900;margin:25px 0}
.site-footer{background:var(--ink);color:#fff;padding:55px 24px 25px;margin-top:40px}.footer-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.5fr 1fr 1.5fr;gap:60px}.footer-logo{font-size:28px;font-weight:900}.site-footer h3{margin-top:0}.site-footer a{display:block;margin:9px 0;opacity:.85}.site-footer form{display:flex;gap:8px}.site-footer input{margin:0}.site-footer button{border:0;border-radius:12px;padding:0 18px;font-weight:800}.footer-bottom{max-width:1200px;margin:40px auto 0;border-top:1px solid rgba(255,255,255,.2);padding-top:18px;font-size:12px;opacity:.65}
@media(max-width:850px){.desktop-nav{display:none}.menu-button{display:block;border:0;background:none;font-size:22px}.brand{min-width:0;flex:1}.mobile-nav{padding:0 24px 18px}.menu-open .mobile-nav{display:grid;gap:12px}.hero,.product-page{grid-template-columns:1fr;gap:30px}.hero{padding-top:40px}.hero-art{min-height:330px}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:30px}.section-heading h2,.page-wrap h1{font-size:38px}.product-info h1{font-size:43px}}
@media(max-width:480px){.header-inner{padding:14px 16px}.hero,.section,.page-wrap,.product-page{padding-left:16px;padding-right:16px}.product-grid{gap:12px}.product-card{padding:9px}.hero h1{font-size:50px}.hero-art{min-height:280px}.footer-grid{padding:0 0}.site-footer form{display:block}.site-footer button{margin-top:8px;padding:12px 18px}}
