:root{--ink:#251d32;--muted:#6b6275;--cream:#fff8ee;--peach:#ffddd2;--orange:#ff7759;--plum:#5c3b74;--line:#e7dce9;--white:#fff;--max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Arial,Helvetica,sans-serif;line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:inherit}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:99;background:#fff;padding:.7rem}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line)}.site-header__inner{max-width:var(--max);margin:auto;min-height:82px;padding:.7rem 1.25rem;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:2rem}.brand-mark img,.footer-logo img{width:170px}.primary-nav{display:flex;justify-content:center;gap:1.35rem;flex-wrap:wrap}.primary-nav a,.header-actions a,.cart-drawer summary{text-decoration:none;font-weight:700;font-size:.91rem}.header-actions{display:flex;gap:1rem;align-items:center}.cart-drawer{position:relative}.cart-drawer summary{cursor:pointer;list-style:none}.cart-drawer__panel{position:absolute;right:0;top:2rem;width:min(340px,calc(100vw - 2rem));padding:1.5rem;background:#fff;border:1px solid var(--line);box-shadow:0 18px 48px rgba(37,29,50,.18)}.cart-drawer__panel h2{margin-top:0}.cart-drawer__panel form{margin-top:.7rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:1px solid var(--plum);border-radius:999px;padding:.75rem 1.35rem;background:var(--plum);color:#fff;text-decoration:none;font-weight:800;cursor:pointer}.button[disabled]{opacity:.48;cursor:not-allowed}.button--secondary{background:#fff;color:var(--plum)}.hero{min-height:640px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;padding:clamp(4rem,8vw,8rem) max(1.25rem,calc((100vw - var(--max))/2));background:linear-gradient(135deg,var(--cream),#fff 58%,var(--peach))}.hero__copy{max-width:650px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--orange);font-size:.78rem}.hero h1{font-size:clamp(2.7rem,6vw,5.5rem);line-height:.98;margin:.6rem 0 1.25rem}.hero__copy>p:not(.eyebrow){font-size:1.18rem;color:var(--muted);max-width:580px}.hero__art{aspect-ratio:1;border-radius:50% 44% 52% 48%;background:var(--orange);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;transform:rotate(3deg);box-shadow:24px 28px 0 var(--plum)}.hero__art span{font-size:clamp(1.8rem,4vw,4rem);font-weight:900;line-height:1}.section-wrap,.page-width{max-width:var(--max);margin:auto;padding:clamp(3.5rem,7vw,7rem) 1.25rem}.section-heading{max-width:700px;margin-bottom:2.2rem}.section-heading h1,.section-heading h2,.policy-page h1,.cart-page h1{font-size:clamp(2rem,4vw,3.8rem);line-height:1.05;margin:.4rem 0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.product-card a{text-decoration:none}.product-card img{aspect-ratio:1;object-fit:contain;background:var(--cream)}.product-card h2,.product-card h3,.product-card p{padding:0 1rem}.product-card h2,.product-card h3{font-size:1rem;min-height:3em}.product-card p{font-weight:800;color:var(--plum);padding-bottom:1rem}.center{text-align:center;margin-top:2.5rem}.product-page{max-width:var(--max);margin:auto;padding:clamp(2rem,5vw,5rem) 1.25rem;display:grid;grid-template-columns:1.08fr .92fr;gap:3.5rem}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.product-gallery__item:first-child{grid-column:1/-1}.product-gallery img{width:100%;aspect-ratio:1;object-fit:contain;background:var(--cream);border-radius:16px}.product-info{position:sticky;top:110px;align-self:start}.product-info h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;margin:.4rem 0}.product-price{font-size:1.4rem;font-weight:900;color:var(--plum)}.product-form{display:grid;gap:.75rem;margin:1.7rem 0}.product-form select,.product-form input,.newsletter input,.search-form input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:10px;padding:.7rem;background:#fff;font:inherit}.dynamic-checkout{margin-top:.2rem}.form-status{min-height:1.5rem;color:var(--muted)}.rte{color:#443b4d}.rte img{max-width:100%}.policy-page{max-width:860px}.policy-page .rte h2{margin-top:2.2rem}.cart-line{display:grid;grid-template-columns:130px 1fr auto;gap:1.2rem;padding:1rem 0;border-bottom:1px solid var(--line)}.cart-line img{aspect-ratio:1;object-fit:contain;background:var(--cream)}.cart-summary{text-align:right;margin-top:2rem}.cart-summary .button{margin-left:.6rem}.search-form{display:flex;gap:.7rem;margin-bottom:2rem}.pagination{text-align:center;margin-top:2rem}.site-footer{background:#f4f2f5}.site-footer__grid{max-width:var(--max);margin:auto;padding:4rem 1.25rem;display:grid;grid-template-columns:1.15fr 1fr 1.15fr 1.45fr;gap:clamp(1.5rem,4vw,4rem)}.site-footer nav,.newsletter{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}.site-footer h2{font-size:.84rem;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .35rem}.site-footer nav a{text-decoration:none;font-size:.9rem}.newsletter p{font-size:.9rem;margin:0}.newsletter form{width:100%}.newsletter__row{display:grid;grid-template-columns:1fr 48px;border-bottom:1px solid var(--ink)}.newsletter input{border:0;border-radius:0;background:transparent;padding-left:0}.newsletter button{border:0;background:transparent;font-size:1.3rem;cursor:pointer}.site-footer__bottom{border-top:1px solid var(--line);background:#fff;padding:1rem max(1.25rem,calc((100% - var(--max))/2));display:flex;justify-content:space-between;gap:1.5rem;align-items:center;font-size:.75rem}.payment-icons{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end}.payment-icon{width:38px;height:24px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:990px){.site-header__inner{grid-template-columns:150px 1fr}.primary-nav{grid-column:1/-1;grid-row:2;justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:.4rem}.header-actions{justify-self:end}.hero{grid-template-columns:1fr;min-height:auto}.hero__art{max-width:460px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page{grid-template-columns:1fr}.product-info{position:static}.site-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:749px){.site-header__inner{min-height:68px;padding:.5rem 1rem;gap:.7rem}.brand-mark img{width:132px}.header-actions>a{display:none}.primary-nav{font-size:.85rem}.hero{padding:3.5rem 1.1rem 4.5rem;gap:2.5rem}.hero h1{font-size:2.8rem}.hero__art{box-shadow:13px 16px 0 var(--plum)}.section-wrap,.page-width{padding:3rem 1rem}.product-grid{grid-template-columns:1fr 1fr;gap:.7rem}.product-card h2,.product-card h3{font-size:.88rem}.product-page{padding:1.5rem 1rem 3rem;gap:1.8rem}.product-gallery{display:flex;overflow:auto;scroll-snap-type:x mandatory}.product-gallery__item{min-width:88%;scroll-snap-align:start}.site-footer__grid{grid-template-columns:1fr;gap:2.25rem;padding:3rem 1.25rem}.footer-logo{order:1}.site-footer nav:nth-of-type(1){order:2}.site-footer nav:nth-of-type(2){order:3}.newsletter{order:4}.site-footer__bottom{flex-direction:column-reverse;align-items:flex-start;padding:1.25rem}.payment-icons{justify-content:flex-start}.cart-line{grid-template-columns:84px 1fr}.cart-line>strong{grid-column:2}.cart-summary{text-align:left}.cart-summary .button{margin:.5rem .4rem 0 0}.search-form{display:block}.search-form .button{margin-top:.7rem;width:100%}}
