:root{--background: #FBF8F1;--foreground: #28241E;--primary: #2B2620;--primary-foreground: #FBF8F1;--sage: #B8CDB6;--sage-foreground: #2D3F2A;--cream: #F4EDE0;--stone-soft: #DDD4C2;--muted-foreground: #7A7368;--border: #E4DED1;--card: #FFFFFF;--secondary: #F1ECDF;--destructive: #C0392B;--container-max: 1280px;--radius: .5rem;--radius-2xl: 1rem;--radius-3xl: 1.25rem;--shadow-soft: 0 1px 2px 0 rgba(40,36,30,.04), 0 8px 32px -12px rgba(40,36,30,.08);--shadow-elevated: 0 4px 12px -4px rgba(40,36,30,.08), 0 24px 64px -24px rgba(40,36,30,.12);--font-display: "Fraunces", Georgia, serif;--font-sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif}*{box-sizing:border-box;border-color:var(--border)}*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-feature-settings:"ss01","cv11";font-size:16px;line-height:1.5}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:400;letter-spacing:-.02em;margin:0}.font-display{font-family:var(--font-display);font-weight:400;letter-spacing:-.02em}.italic{font-style:italic}.text-sage{color:var(--sage)}.text-sage-foreground{color:var(--sage-foreground)}.text-muted{color:var(--muted-foreground)}.text-foreground{color:var(--foreground)}.bg-background{background:var(--background)}.bg-cream{background:var(--cream)}.bg-card{background:var(--card)}.container-luxe{width:100%;margin-inline:auto;padding-inline:1.5rem;max-width:var(--container-max)}@media(min-width:768px){.container-luxe{padding-inline:2.5rem}}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:.7rem;font-weight:500;color:var(--muted-foreground);display:inline-block}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:3rem;padding:0 2rem;border-radius:9999px;font-size:.875rem;letter-spacing:.02em;font-weight:500;transition:all .2s ease;cursor:pointer;white-space:nowrap}.btn-primary{background:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{opacity:.9}.btn-ghost{background:transparent;color:var(--foreground);height:3rem;padding:0 1.5rem}.btn-ghost:hover{background:var(--secondary)}.btn-outline{border:1px solid var(--border);background:var(--background);color:var(--foreground)}.btn-outline:hover{background:var(--secondary)}.btn-lg{height:3.5rem;padding:0 2rem}.btn-block{width:100%}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(228,222,209,.6);background:#fbf8f1cc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:4rem}@media(min-width:768px){.site-header__inner{height:5rem}}.brand{font-family:var(--font-display);font-size:1.5rem;letter-spacing:-.02em}@media(min-width:768px){.brand{font-size:1.6rem}}.brand-dot{color:var(--sage)}.nav-desktop{display:none;align-items:center;gap:2.5rem}@media(min-width:768px){.nav-desktop{display:flex}}.nav-link{font-size:.875rem;color:var(--muted-foreground);transition:color .2s ease}.nav-link:hover{color:var(--foreground)}.header-actions{display:flex;align-items:center;gap:.5rem}.icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;background:transparent;transition:background .2s}.icon-btn:hover{background:var(--secondary)}.cart-badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 5px;border-radius:9999px;background:var(--primary);color:var(--primary-foreground);font-size:10px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.mobile-toggle{display:inline-flex}@media(min-width:768px){.mobile-toggle{display:none}}.mobile-menu{display:none;border-top:1px solid var(--border);background:var(--background)}.mobile-menu.is-open{display:block}.mobile-menu__list{list-style:none;margin:0;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.25rem}.mobile-menu__list a{display:block;padding:.875rem 0;font-size:1rem;border-bottom:1px solid rgba(228,222,209,.5)}.hero{background:var(--cream);overflow:hidden}.hero__inner{display:grid;gap:3rem;align-items:center;padding:4rem 0}@media(min-width:768px){.hero__inner{grid-template-columns:1fr 1fr;gap:4rem;padding:7rem 0}}.hero__copy{order:2}.hero__media{order:1}@media(min-width:768px){.hero__copy{order:1}.hero__media{order:2}}.hero__title{font-size:2.75rem;line-height:1.05;letter-spacing:-.02em}@media(min-width:768px){.hero__title{font-size:4.25rem}}.hero__lead{margin-top:1.75rem;max-width:28rem;color:var(--muted-foreground);line-height:1.625}@media(min-width:768px){.hero__lead{font-size:1.125rem}}.hero__cta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2.5rem}.hero__rating{display:flex;align-items:center;gap:.75rem;margin-top:2.5rem}.stars{display:inline-flex;gap:2px}.star{width:16px;height:16px;fill:var(--foreground);color:var(--foreground)}.star--sage{fill:var(--sage);color:var(--sage)}.hero__media-frame{position:relative;overflow:hidden;border-radius:var(--radius-2xl);box-shadow:var(--shadow-elevated)}.hero__media-frame img{width:100%;height:420px;object-fit:cover}@media(min-width:768px){.hero__media-frame img{height:640px}}.trust{border-top:1px solid rgba(228,222,209,.6);border-bottom:1px solid rgba(228,222,209,.6);background:var(--background);padding:3.5rem 0}.trust__grid{display:grid;gap:2.5rem}@media(min-width:768px){.trust__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}.trust__item{display:flex;align-items:center;gap:1rem}.trust__item svg{flex-shrink:0;width:28px;height:28px;color:var(--sage-foreground);stroke-width:1.4}.trust__title{font-size:.875rem;font-weight:500}.trust__body{font-size:.75rem;color:var(--muted-foreground);margin-top:2px}.section{padding:6rem 0}@media(min-width:768px){.section{padding:8rem 0}}.section--cream{background:var(--cream)}.section-head{max-width:42rem;margin:0 auto;text-align:center}.section-head h2{font-size:2.25rem;line-height:1.1}@media(min-width:768px){.section-head h2{font-size:3rem}}.section-head p{margin-top:1.5rem;color:var(--muted-foreground);line-height:1.625}@media(min-width:768px){.section-head p{font-size:1.125rem}}.ps-grid{margin-top:4rem;display:grid;gap:1px;background:#e4ded199;border:1px solid rgba(228,222,209,.6);border-radius:var(--radius-2xl);overflow:hidden}@media(min-width:768px){.ps-grid{margin-top:5rem;grid-template-columns:repeat(3,minmax(0,1fr))}}.ps-card{display:flex;flex-direction:column;gap:1.25rem;background:var(--background);padding:2rem;transition:background .2s}@media(min-width:768px){.ps-card{padding:2.5rem}}.ps-card:hover{background:var(--cream)}.icon-circle{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:9999px;background:#b8cdb633;color:var(--sage-foreground)}.icon-circle svg{width:20px;height:20px;stroke-width:1.5}.ps-card h3{font-size:1.5rem;line-height:1.3}.ps-card p{margin-top:.75rem;font-size:.875rem;color:var(--muted-foreground);line-height:1.625}.featured__grid{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.featured__grid{grid-template-columns:1fr 1fr;gap:5rem}}.featured__media{aspect-ratio:4 / 5;overflow:hidden;border-radius:var(--radius-2xl);background:var(--stone-soft);box-shadow:var(--shadow-elevated)}.featured__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.featured__media:hover img{transform:scale(1.03)}.featured__title{font-size:2.25rem;line-height:1.1}@media(min-width:768px){.featured__title{font-size:3rem}}.featured__lead{margin-top:1.25rem;max-width:28rem;color:var(--muted-foreground);line-height:1.625}.benefit-list{list-style:none;margin:2rem 0 0;padding:0;display:flex;flex-direction:column;gap:1rem}.benefit-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;line-height:1.625}.check{margin-top:2px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:9999px;background:#b8cdb666}.check svg{width:12px;height:12px;color:var(--sage-foreground);stroke-width:2.5}.featured__cta{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:2.5rem}.featured__price{font-family:var(--font-display);font-size:1.875rem}.reviews-grid{margin-top:4rem;display:grid;gap:1.5rem}@media(min-width:768px){.reviews-grid{margin-top:5rem;grid-template-columns:repeat(3,minmax(0,1fr))}}.review{display:flex;flex-direction:column;background:var(--card);border:1px solid rgba(228,222,209,.6);border-radius:var(--radius-2xl);padding:2rem;box-shadow:var(--shadow-soft);transition:transform .5s,box-shadow .5s}@media(min-width:768px){.review{padding:2.5rem}}.review:hover{transform:translateY(-4px);box-shadow:var(--shadow-elevated)}.review blockquote{font-family:var(--font-display);font-size:1.25rem;line-height:1.4;margin:0}@media(min-width:768px){.review blockquote{font-size:1.4rem}}.review figcaption{margin-top:2rem;padding-top:1.25rem;border-top:1px solid rgba(228,222,209,.6);font-size:.875rem}.review .review__loc{font-size:.75rem;color:var(--muted-foreground)}.benefits-grid{display:grid;gap:3rem}@media(min-width:768px){.benefits-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem}}.benefit-item h3{font-size:1.5rem}@media(min-width:768px){.benefit-item h3{font-size:1.65rem}}.benefit-item p{margin-top:.75rem;font-size:.875rem;color:var(--muted-foreground);line-height:1.625}@media(min-width:768px){.benefit-item p{font-size:1rem}}.benefit-icon{margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:9999px;background:var(--background);box-shadow:var(--shadow-soft);color:var(--sage-foreground)}.benefit-icon svg{width:20px;height:20px;stroke-width:1.5}.lifestyle-grid{display:grid;gap:1rem}@media(min-width:768px){.lifestyle-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:1.5rem}}.lifestyle-tile{overflow:hidden;border-radius:var(--radius-2xl)}.lifestyle-tile img{width:100%;height:260px;object-fit:cover;transition:transform .7s}.lifestyle-tile:hover img{transform:scale(1.05)}@media(min-width:768px){.lifestyle-tile--main{grid-column:span 7;grid-row:span 2}.lifestyle-tile--main img{height:100%;min-height:620px}.lifestyle-tile--side{grid-column:span 5}.lifestyle-tile--side img{height:300px}}.sr-grid{margin-top:4rem;display:grid;gap:3rem}@media(min-width:1024px){.sr-grid{grid-template-columns:1fr 1fr;gap:4rem}}.sr-card{border:1px solid var(--border);background:var(--card);border-radius:var(--radius-3xl);padding:1.75rem;box-shadow:var(--shadow-soft)}@media(min-width:768px){.sr-card{padding:2.25rem}}.sr-card__head{display:flex;align-items:center;gap:.75rem;margin-bottom:1.75rem}.sr-card__head h3{font-size:1.5rem}.sr-card__head .sub{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--muted-foreground);margin-top:2px}.sr-list{list-style:none;padding:0;margin:0}.sr-list li{display:grid;gap:.25rem;padding:1rem 0;border-bottom:1px solid rgba(228,222,209,.7);font-size:.875rem}.sr-list li:last-child{border-bottom:none}@media(min-width:640px){.sr-list li{grid-template-columns:1fr 1fr 1fr;align-items:center;gap:1rem}.sr-list li>span:last-child{text-align:right}}.sr-note{margin-top:1.75rem;display:flex;gap:.75rem;align-items:flex-start;padding:1rem;border-radius:1rem;background:#f4ede0b3;font-size:.75rem;color:var(--muted-foreground);line-height:1.625}.sr-note svg{flex-shrink:0;width:16px;height:16px;color:var(--sage-foreground);margin-top:2px}.guar-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.guar-list li{display:flex;gap:.75rem;align-items:flex-start;font-size:.875rem;line-height:1.625}.dot{margin-top:9px;width:6px;height:6px;border-radius:9999px;background:var(--sage);flex-shrink:0}.faq-grid{display:grid;gap:3.5rem}@media(min-width:1024px){.faq-grid{grid-template-columns:1fr 1.4fr;gap:5rem}}.faq-aside h2{font-size:2.25rem;line-height:1.05}@media(min-width:768px){.faq-aside h2{font-size:3rem}}.faq-aside p{margin-top:1.25rem;color:var(--muted-foreground);line-height:1.625}.faq-aside .actions{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:.75rem}.faq-aside .actions .btn{height:2.75rem;padding:0 1.5rem;font-size:.875rem}.faq-list{border:1px solid var(--border);background:var(--background);border-radius:var(--radius-3xl);box-shadow:var(--shadow-soft);padding:.5rem 1.5rem}.faq-item{border-bottom:1px solid rgba(228,222,209,.6)}.faq-item:last-child{border-bottom:none}.faq-item summary{list-style:none;cursor:pointer;padding:1.5rem 0;font-weight:500;font-size:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}@media(min-width:640px){.faq-item summary{font-size:1.125rem}}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"";width:12px;height:12px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .25s}.faq-item[open] summary:after{transform:rotate(-135deg)}.faq-answer{padding-bottom:1.5rem;color:var(--muted-foreground);font-size:.95rem;line-height:1.625}.newsletter{position:relative;overflow:hidden;background:var(--cream)}.newsletter:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#b8cdb680,#dae5c466);pointer-events:none}.newsletter__inner{position:relative;max-width:42rem;margin:0 auto;text-align:center}.newsletter__title{font-size:2.25rem;line-height:1.05}@media(min-width:768px){.newsletter__title{font-size:3rem}}.newsletter__lead{margin:1.25rem auto 0;max-width:32rem;color:var(--muted-foreground);line-height:1.625}.newsletter__form{margin-top:2.5rem;display:flex;flex-direction:column;gap:.5rem;background:var(--card);border:1px solid var(--border);border-radius:1.5rem;padding:.5rem;box-shadow:var(--shadow-soft)}@media(min-width:640px){.newsletter__form{flex-direction:row;align-items:center;border-radius:9999px;padding-left:1.25rem}}.newsletter__form input{flex:1;height:3rem;padding:0 1rem;background:transparent;border:none;outline:none;font-size:.95rem}.newsletter__form input::placeholder{color:#7a7368b3}.newsletter__form button{height:3rem}.newsletter__note{margin-top:1.5rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.22em;color:#7a7368cc}.site-footer{margin-top:8rem;border-top:1px solid rgba(228,222,209,.6);background:var(--cream)}.site-footer__inner{padding:5rem 0}.footer-grid{display:grid;gap:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:1fr 1fr 1fr 1fr}}.footer-brand{font-family:var(--font-display);font-size:1.5rem}.footer-tag{margin-top:1rem;max-width:18rem;font-size:.875rem;color:var(--muted-foreground);line-height:1.625}.footer-col h4{font-size:0}.footer-col ul{list-style:none;padding:0;margin:1.25rem 0 0;display:flex;flex-direction:column;gap:.75rem;font-size:.875rem}.footer-col a{color:#28241ecc;transition:color .2s}.footer-col a:hover{color:var(--foreground)}.footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(228,222,209,.6);display:flex;flex-direction:column;gap:1rem;justify-content:space-between;font-size:.75rem;color:var(--muted-foreground)}@media(min-width:768px){.footer-bottom{flex-direction:row;align-items:center}}.footer-bottom .uppercase{text-transform:uppercase;letter-spacing:.18em}.shop-head{max-width:42rem;margin:0 auto;text-align:center}.shop-head h1{font-size:3rem;line-height:1.05}@media(min-width:768px){.shop-head h1{font-size:3.75rem}}.shop-head p{margin-top:1.5rem;color:var(--muted-foreground);line-height:1.625}@media(min-width:768px){.shop-head p{font-size:1.125rem}}.shop-toolbar{margin:2.5rem 0;border-top:1px solid rgba(228,222,209,.6);border-bottom:1px solid rgba(228,222,209,.6);padding:1rem 0;display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.shop-toolbar{flex-direction:row;align-items:center;justify-content:space-between}}.shop-toolbar select{height:2.5rem;padding:0 1rem;border:1px solid var(--border);border-radius:9999px;background:var(--background);font-size:.875rem}.product-grid{display:grid;gap:2rem 2rem;grid-template-columns:1fr}@media(min-width:640px){.product-grid{grid-template-columns:1fr 1fr;gap:3rem 2.5rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:4rem 2.5rem}}.product-card{display:flex;flex-direction:column}.product-card__media{aspect-ratio:1 / 1;background:var(--cream);border-radius:var(--radius-2xl);overflow:hidden;position:relative}.product-card__media img{width:100%;height:100%;object-fit:contain;padding:1.5rem;transition:transform .7s}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__body{margin-top:1.25rem;display:flex;flex-direction:column;flex:1}.product-card__title{font-family:var(--font-display);font-size:1.125rem;line-height:1.3;margin-top:.5rem}@media(min-width:768px){.product-card__title{font-size:1.25rem}}.product-card__row{margin-top:auto;padding-top:1rem;display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.product-card__shop{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--muted-foreground);transition:color .2s}.product-card:hover .product-card__shop{color:var(--foreground)}.empty-state{padding:6rem 0;text-align:center}.empty-state h2{font-family:var(--font-display);font-size:1.5rem}.empty-state p{margin-top:.75rem;font-size:.875rem;color:var(--muted-foreground)}.pdp{padding:2.5rem 0 5rem}@media(min-width:768px){.pdp{padding:3.5rem 0 5rem}}.pdp__back{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--muted-foreground)}.pdp__back:hover{color:var(--foreground)}.pdp__grid{margin-top:2rem;display:grid;gap:3rem}@media(min-width:768px){.pdp__grid{grid-template-columns:1fr 1fr;gap:4rem}}.pdp__main{aspect-ratio:1/1;background:var(--cream);border-radius:var(--radius-2xl);overflow:hidden}.pdp__main img{width:100%;height:100%;object-fit:cover}.pdp__thumbs{margin-top:1rem;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.pdp__thumb{aspect-ratio:1/1;background:var(--cream);border-radius:.375rem;overflow:hidden;opacity:.7;transition:opacity .2s;cursor:pointer;border:2px solid transparent;padding:0}.pdp__thumb img{width:100%;height:100%;object-fit:cover}.pdp__thumb:hover{opacity:1}.pdp__thumb.is-active{opacity:1;border-color:var(--foreground)}.pdp__title{font-size:2.25rem;line-height:1.1;margin-top:.5rem}@media(min-width:768px){.pdp__title{font-size:3rem}}.pdp__rating{margin-top:1.25rem;display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:var(--muted-foreground)}.pdp__price{margin-top:1.5rem;font-family:var(--font-display);font-size:1.875rem}.pdp__variants{margin-top:2rem}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.variant-pill{border:1px solid var(--border);background:var(--background);color:var(--foreground);padding:.5rem 1rem;border-radius:9999px;font-size:.75rem;letter-spacing:.04em;cursor:pointer;transition:all .2s}.variant-pill:hover{border-color:#28241e66}.variant-pill.is-active{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.variant-pill.is-disabled{opacity:.4;cursor:not-allowed}.pdp__cta{margin-top:2.5rem}.pdp__perks{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(228,222,209,.6);display:grid;gap:1rem}@media(min-width:640px){.pdp__perks{grid-template-columns:repeat(3,minmax(0,1fr))}}.pdp__perks>div{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:var(--muted-foreground)}.pdp__perks svg{width:20px;height:20px;color:var(--sage-foreground);stroke-width:1.4}.pdp__about{max-width:42rem;margin:6rem auto 0;border-top:1px solid rgba(228,222,209,.6);padding-top:4rem;text-align:center}.pdp__about p{white-space:pre-line;color:var(--muted-foreground);line-height:1.625;margin-top:1.25rem}.cart-page{padding:4rem 0 6rem}.cart-page h1{font-size:2.5rem}.cart-table{margin-top:2.5rem;width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;color:var(--muted-foreground);padding:0 0 1rem;border-bottom:1px solid var(--border)}.cart-table td{padding:1.5rem 0;border-bottom:1px solid rgba(228,222,209,.6);vertical-align:top}.cart-line__media{width:96px;height:96px;border-radius:.75rem;background:var(--cream);overflow:hidden;flex-shrink:0}.cart-line__media img{width:100%;height:100%;object-fit:cover}.cart-line__content{display:flex;gap:1rem;align-items:flex-start}.cart-line__title{font-family:var(--font-display);font-size:1.125rem}.cart-line__variant{font-size:.75rem;color:var(--muted-foreground);margin-top:4px}.qty-control{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:9999px}.qty-control button{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center}.qty-control input{width:40px;height:32px;text-align:center;border:none;background:transparent;outline:none}.cart-summary{margin-top:2rem;display:flex;flex-direction:column;gap:1.25rem;align-items:flex-end}.cart-summary__row{display:flex;gap:2rem;align-items:baseline;font-family:var(--font-display);font-size:1.5rem}.cart-empty{text-align:center;padding:6rem 0}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.text-center{text-align:center}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.hidden-mobile{display:none}@media(min-width:768px){.hidden-mobile{display:initial}.hidden-desktop{display:none}}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-up{animation:fade-up .9s cubic-bezier(.22,1,.36,1) both}.animate-fade-in{animation:fade-in 1.2s ease-out both}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#28241e66;z-index:60;opacity:0;pointer-events:none;transition:opacity .25s}.drawer-overlay.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:100%;max-width:480px;background:var(--background);z-index:70;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:var(--shadow-elevated)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__head{padding:1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.cart-drawer__head h2{font-family:var(--font-display);font-size:1.5rem}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__foot{padding:1.5rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:1rem}.cart-drawer__line{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(228,222,209,.5)}.cart-drawer__line:last-child{border-bottom:none}.cart-drawer__media{width:72px;height:72px;border-radius:.5rem;background:var(--cream);overflow:hidden;flex-shrink:0}.cart-drawer__media img{width:100%;height:100%;object-fit:cover}.cart-drawer__info{flex:1;min-width:0}.cart-drawer__title{font-family:var(--font-display);font-size:1rem;line-height:1.3}.cart-drawer__price{font-size:.875rem;margin-top:.25rem}.cart-drawer__remove{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:var(--muted-foreground);margin-top:.5rem}.cart-drawer__remove:hover{color:var(--destructive)}.cart-drawer__total{display:flex;justify-content:space-between;align-items:baseline}.cart-drawer__total-label{font-size:.875rem;color:var(--muted-foreground)}.cart-drawer__total-amount{font-family:var(--font-display);font-size:1.5rem}.cart-drawer__empty{text-align:center;padding:4rem 1rem;color:var(--muted-foreground)}.site-header__brand-wrap{display:flex;align-items:center;gap:.25rem}.site-header,.site-header a,.site-header button{color:var(--foreground)}.nav-desktop{flex:1;justify-content:center}.nav-link{display:inline-flex;align-items:center;min-height:2.5rem}.mobile-menu__panel{padding:1.5rem 0}.category-grid{margin-top:4rem;display:grid;gap:1.25rem}@media(min-width:768px){.category-grid{margin-top:5rem;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.category-card{position:relative;display:flex;flex-direction:column;overflow:hidden;min-height:100%;border:1px solid rgba(228,222,209,.6);background:var(--card);border-radius:var(--radius-2xl);padding:2rem;transition:transform .5s,box-shadow .5s,background .2s}@media(min-width:768px){.category-card{padding:2.5rem}}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-elevated)}.category-icon{margin-bottom:1.75rem;display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:9999px;color:#28241ecc;transition:transform .5s}.category-card:hover .category-icon{transform:scale(1.1)}.category-icon svg{width:24px;height:24px;stroke-width:1.4}.category-icon--moon{background:#e8e2f0}.category-icon--brain{background:#e5eddb}.category-icon--heart{background:#f4e1d2}.category-icon--wind{background:#dceae8}.category-icon--sun{background:#f6e8c7}.category-card h3{font-family:var(--font-display);font-size:1.7rem;line-height:1.25;margin:0}.category-tagline{margin:.25rem 0 0;font-size:.875rem;font-style:italic;color:var(--sage-foreground)}.category-body{margin:1rem 0 0;font-size:.875rem;color:var(--muted-foreground);line-height:1.625}.category-link{margin-top:auto;padding-top:2rem;display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;transition:gap .2s}.category-card:hover .category-link{gap:.625rem}.category-card--all{justify-content:space-between;border-style:dashed;background:var(--cream)}.category-card--all:hover{background:#b8cdb624}.benefits-grid--four{grid-template-columns:1fr}@media(min-width:768px){.benefits-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.benefits-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}}.review--empty .stars--empty .star{fill:transparent;color:#7a736873}.review--empty blockquote{color:var(--muted-foreground)}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
