*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.55}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}.page-width{width:min(calc(100% - 32px),var(--page-width));margin-inline:auto}.section{padding:clamp(52px,8vw,112px) 0}.section--compact{padding:clamp(32px,5vw,64px) 0}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:700}.display,h1,h2,h3{font-family:var(--font-heading);line-height:.98;letter-spacing:-.035em;margin:0 0 .55em}.display{font-size:clamp(3.2rem,9vw,8.6rem);max-width:11ch}.h1,h1{font-size:clamp(2.7rem,6vw,5.8rem)}.h2,h2{font-size:clamp(2.1rem,4vw,4rem)}.h3,h3{font-size:clamp(1.35rem,2vw,1.8rem)}p{margin:0 0 1em}.rte a{text-decoration:underline;text-underline-offset:3px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 25px;border:2px solid var(--ink);border-radius:999px;background:var(--ink);color:var(--page);font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translate(-3px,-3px);box-shadow:5px 5px 0 var(--pink)}.button--secondary{background:transparent;color:var(--ink)}.button--pink{background:var(--pink);color:var(--ink)}.field{width:100%;min-height:50px;padding:12px 16px;border:1.5px solid var(--ink);border-radius:12px;background:transparent}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:100;background:#fff;padding:10px}.announcement{padding:9px 16px;text-align:center;background:var(--pink);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-header{position:relative;z-index:20;background:var(--page);border-bottom:1px solid color-mix(in srgb,var(--ink) 18%,transparent)}.site-header--sticky{position:sticky;top:0}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:84px;gap:24px}.brand{justify-self:center;font-family:var(--font-heading);font-size:1.7rem;font-weight:800}.brand img{width:auto;max-height:62px}.nav{display:flex;gap:24px;align-items:center}.nav a,.header-actions a{font-size:.86rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.header-actions{justify-self:end;display:flex;gap:18px;align-items:center}.menu-toggle{display:none;background:none;border:0}.hero{overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;min-height:78vh}.hero-copy{padding:clamp(54px,8vw,120px) max(24px,6vw);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:var(--hero-bg,var(--blush))}.hero-copy p{max-width:54ch;font-size:1.1rem}.hero-media{position:relative;min-height:520px;background:var(--peach)}.hero-media img{width:100%;height:100%;object-fit:cover}.sunburst{position:absolute;width:180px;height:180px;right:-35px;top:-25px;color:var(--pink);animation:spin 30s linear infinite}.sunburst span{position:absolute;inset:0;display:grid;place-items:center;font-weight:800;font-size:.75rem;text-transform:uppercase}.sunburst svg{width:100%;height:100%}@keyframes spin{to{transform:rotate(360deg)}}.marquee{overflow:hidden;border-block:1.5px solid var(--ink);background:var(--marquee-bg,var(--pink));padding:14px 0}.marquee-track{display:flex;width:max-content;animation:marquee var(--speed,22s) linear infinite}.marquee-item{display:flex;align-items:center;gap:24px;padding-right:24px;font-family:var(--font-heading);font-weight:800;text-transform:uppercase;font-size:clamp(1.1rem,2vw,1.6rem)}.spark{font-size:1.5em}@keyframes marquee{to{transform:translateX(-50%)}}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}.section-heading h2{max-width:12ch;margin:0}.product-grid{display:grid;grid-template-columns:repeat(var(--columns,3),1fr);gap:clamp(16px,2.5vw,32px)}.product-card{position:relative}.product-card__media{display:block;aspect-ratio:var(--ratio,4/5);overflow:hidden;border-radius:var(--radius);background:var(--blush)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover img{transform:scale(1.025)}.product-card__badge{position:absolute;top:12px;left:12px;padding:6px 10px;border-radius:999px;background:var(--pink);font-size:.72rem;font-weight:800;text-transform:uppercase}.product-card__info{padding:15px 2px}.product-card__title{font-family:var(--font-heading);font-size:1.25rem;font-weight:700}.price{margin-top:3px}.price s{opacity:.55;margin-left:6px}.image-text{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.image-text--reverse .image-text__media{order:2}.image-text__media{min-height:560px;background:var(--peach)}.image-text__media img{width:100%;height:100%;object-fit:cover}.image-text__copy{padding:clamp(48px,8vw,120px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:var(--panel-bg,var(--clay))}.image-text__copy h2{max-width:10ch}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--ink);border:1px solid var(--ink)}.feature{background:var(--page);padding:clamp(28px,4vw,58px)}.feature__icon{font-size:2rem;margin-bottom:24px}.feature h3{font-size:1.25rem}.newsletter{text-align:center;border-radius:var(--radius);padding:clamp(48px,8vw,100px) 24px;background:var(--pink);position:relative;overflow:hidden}.newsletter h2{max-width:13ch;margin-inline:auto}.newsletter p{max-width:50ch;margin-inline:auto}.newsletter-form{display:flex;max-width:520px;margin:28px auto 0;gap:10px}.newsletter-form .field{background:var(--page)}.footer{background:var(--ink);color:var(--page);padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px}.footer-brand{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,5rem);line-height:.9}.footer h3{font-family:var(--font-body);font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin:9px 0}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid color-mix(in srgb,var(--page) 25%,transparent);margin-top:54px;padding-top:20px;font-size:.8rem}.main-product{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(32px,6vw,90px);align-items:start}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-gallery>*:first-child{grid-column:1/-1}.product-gallery img{width:100%;border-radius:var(--radius)}.product-info{position:sticky;top:120px}.product-info h1{font-size:clamp(2.5rem,5vw,5rem)}.product-price{font-size:1.2rem;margin:18px 0}.product-form{display:grid;gap:16px}.quantity{max-width:110px}.shopify-payment-button{margin-top:8px}.accordion{border-top:1px solid var(--ink)}.accordion details{border-bottom:1px solid var(--ink);padding:16px 0}.accordion summary{cursor:pointer;font-weight:700}.collection-header{text-align:center;background:var(--blush)}.collection-header .rte{max-width:60ch;margin:auto}.filters{display:flex;justify-content:space-between;gap:20px;margin-bottom:30px}.pagination{text-align:center;margin-top:48px}.cart-items{width:100%;border-collapse:collapse}.cart-items th,.cart-items td{text-align:left;padding:18px 10px;border-bottom:1px solid color-mix(in srgb,var(--ink) 20%,transparent)}.cart-product{display:flex;align-items:center;gap:18px}.cart-product img{width:90px;border-radius:10px}.cart-footer{margin:40px 0 0 auto;max-width:450px;text-align:right}.placeholder{height:100%;min-height:320px;background:var(--blush);display:grid;place-items:center}.empty-state{text-align:center;padding:80px 0}.page-content{max-width:780px;margin:auto}.contact-form{display:grid;gap:16px}.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:900px){.nav{display:none}.menu-toggle{display:block}.header-inner{grid-template-columns:1fr auto auto}.brand{justify-self:start}.hero-grid,.image-text,.main-product{grid-template-columns:1fr}.hero-media{min-height:60vw}.image-text--reverse .image-text__media{order:0}.features{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.product-info{position:static}.product-gallery{grid-template-columns:1fr}.product-gallery>*:first-child{grid-column:auto}}
@media(max-width:560px){.page-width{width:min(calc(100% - 22px),var(--page-width))}.header-inner{min-height:70px}.header-actions .account-link{display:none}.hero-grid{min-height:auto}.hero-copy{padding:56px 22px}.hero-media{min-height:105vw}.sunburst{width:125px;height:125px}.section-heading{align-items:start;flex-direction:column}.product-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.cart-items thead{display:none}.cart-items tr{display:grid}.cart-items td{padding:10px}.image-text__media{min-height:100vw}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.sunburst,.marquee-track{animation:none}}
/* Square, swipeable product media carousel */
.product-carousel{min-width:0}.product-carousel__viewport{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;border-radius:var(--radius)}.product-carousel__viewport::-webkit-scrollbar{display:none}.product-carousel__slide{flex:0 0 100%;aspect-ratio:1/1;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden;border-radius:var(--radius);background:var(--blush);display:grid;place-items:center}.product-carousel__slide img,.product-carousel__slide video,.product-carousel__slide iframe,.product-carousel__slide model-viewer,.product-carousel__slide svg{width:100%;height:100%;object-fit:cover}.product-carousel__controls{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:16px}.carousel-button{width:46px;height:46px;border:1.5px solid var(--ink);border-radius:50%;background:transparent;cursor:pointer;font-size:1.25rem;transition:background .2s,transform .2s}.carousel-button:hover{background:var(--pink);transform:scale(1.05)}.carousel-status{min-width:58px;text-align:center;font-weight:700}
.product-estimated-delivery {
  width: 100%;
  margin: 24px 0;
  text-align: center;
}

.product-estimated-delivery .essential-estimated-delivery-widget {
  margin-inline: auto !important;
}