*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}.skip-link{position:fixed;left:1rem;top:-100px;z-index:999;background:#fff;padding:.75rem 1rem}.skip-link:focus{top:1rem}.page-width{width:min(calc(100% - 32px),var(--page-width));margin-inline:auto}.section{padding:52px 0}.section--tight{padding:32px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:24px}.eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:700;color:var(--color-accent)}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:400;line-height:1.05;letter-spacing:-.025em;margin:0 0 .65em}h1{font-size:clamp(2.6rem,9vw,5.8rem)}h2{font-size:clamp(2rem,7vw,4rem)}h3{font-size:clamp(1.3rem,4.8vw,2rem)}p{margin:0 0 1rem}.rte p:last-child{margin-bottom:0}.button,.shopify-payment-button__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border:1px solid var(--color-accent);border-radius:var(--radius-button);background:var(--color-accent);color:var(--color-button-text);font-weight:700;letter-spacing:.02em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(91,42,54,.16)}.button--secondary{background:transparent;color:var(--color-accent)}.button--full{width:100%}.button[disabled]{opacity:.5;cursor:not-allowed}.icon-button{width:42px;height:42px;border:0;background:transparent;display:grid;place-items:center;border-radius:50%}.icon{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.7}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0 0 0 0);white-space:nowrap}.announcement{background:var(--color-accent);color:var(--color-button-text);font-size:.78rem;text-align:center;padding:8px 16px;letter-spacing:.035em}.site-header{position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--color-bg) 92%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid color-mix(in srgb,var(--color-accent) 12%,transparent)}.header-inner{height:64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header-logo{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.header-logo img{max-height:38px;width:auto}.header-actions{display:flex;justify-content:flex-end;align-items:center}.desktop-nav{display:none}.desktop-nav ul,.mobile-nav ul{list-style:none;margin:0;padding:0}.cart-count{position:absolute;min-width:17px;height:17px;border-radius:20px;background:var(--color-accent);color:#fff;font-size:.65rem;display:grid;place-items:center;transform:translate(10px,-10px)}.mobile-drawer{position:fixed;inset:0;z-index:80;visibility:hidden}.mobile-drawer.is-open{visibility:visible}.mobile-drawer__overlay{position:absolute;inset:0;background:rgba(42,22,27,.38);opacity:0;transition:opacity .25s}.mobile-drawer.is-open .mobile-drawer__overlay{opacity:1}.mobile-drawer__panel{position:absolute;top:0;bottom:0;left:0;width:min(88vw,390px);background:var(--color-bg);padding:22px;transform:translateX(-102%);transition:transform .28s ease;overflow:auto}.mobile-drawer.is-open .mobile-drawer__panel{transform:none}.mobile-drawer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.mobile-nav li{border-bottom:1px solid color-mix(in srgb,var(--color-text) 10%,transparent)}.mobile-nav a{display:flex;padding:16px 0;font-family:var(--font-heading);font-size:1.45rem}.search-panel{position:fixed;inset:0;z-index:90;background:rgba(42,22,27,.25);display:none;padding:80px 16px}.search-panel.is-open{display:block}.search-panel__box{max-width:700px;margin:auto;background:var(--color-bg);border-radius:24px;padding:20px;box-shadow:var(--shadow-soft)}.search-form{display:flex;gap:8px}.search-form input{flex:1;min-width:0;border:1px solid color-mix(in srgb,var(--color-text) 18%,transparent);border-radius:999px;background:#fff;padding:13px 16px}.hero{position:relative;min-height:min(78svh,760px);overflow:hidden;background:var(--color-surface-soft)}.hero__media,.hero__media picture,.hero__media img{position:absolute;inset:0;width:100%;height:100%}.hero__media img{object-fit:cover;object-position:center bottom}.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(250,246,241,.74),rgba(250,246,241,.12) 55%,rgba(60,25,35,.12))}.hero__content{position:relative;z-index:2;min-height:min(78svh,760px);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding-top:64px;padding-bottom:36px}.hero__content-inner{max-width:650px}.hero__heading{color:var(--color-text);font-size:clamp(2.65rem,11vw,6rem)}.hero__text{font-size:1rem;max-width:34rem;color:color-mix(in srgb,var(--color-text) 84%,transparent)}.hero__buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.category-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(252px,82%);gap:14px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:0;padding:0 18px 10px 0;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.category-grid::-webkit-scrollbar{display:none}.category-card{position:relative;min-height:360px;aspect-ratio:4/5;border-radius:var(--radius-card);overflow:hidden;scroll-snap-align:start;background:var(--color-surface);box-shadow:var(--shadow-soft);isolation:isolate}.category-card__media,.category-card img,.category-card__placeholder{position:absolute;inset:0;width:100%;height:100%}.category-card img{object-fit:cover}.category-card__placeholder{display:block;background:linear-gradient(135deg,#fbf7ef 0%,#efe4d8 52%,#f8efe5 100%)}.category-card::after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(40,20,26,.72))}.category-card__content{position:absolute;inset:auto 20px 20px;z-index:2;color:#fff}.category-card__content h3{margin:0 0 6px;font-size:2rem}.category-card__content span{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:.9rem}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px;align-items:stretch}.product-card{min-width:0;height:100%;display:flex;flex-direction:column}.product-card__link{display:flex;flex-direction:column;min-width:0;flex:1}.product-card__media{position:relative;aspect-ratio:1/1;border-radius:var(--radius-card);overflow:hidden;background:#fbf8f1;margin-bottom:12px}.product-card__media img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .45s ease}.product-card__image-placeholder,.product-card__media--empty{display:block;width:100%;height:100%;background:linear-gradient(135deg,#fffdf8 0%,#f4eadf 100%)}.product-card:hover .product-card__media img{transform:scale(1.035)}.product-card__badge{position:absolute;left:9px;top:9px;background:var(--color-bg);color:var(--color-accent);border-radius:999px;padding:6px 9px;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.product-card__title{font-family:var(--font-body);font-size:.9rem;font-weight:600;line-height:1.35;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.43em}.price{display:flex;align-items:center;gap:7px;color:var(--color-accent);font-weight:700;font-size:.9rem}.price s{color:var(--color-muted);font-weight:400;font-size:.82rem}.product-card__actions{margin-top:auto;padding-top:10px}.quick-add{margin:0}.product-card__actions .button,.quick-add .button{min-height:44px;padding:10px 12px;font-size:.8rem;line-height:1.15;white-space:normal}.story{background:var(--color-surface-soft)}.story-grid{display:grid;gap:28px}.story__media{border-radius:var(--radius-card);overflow:hidden;min-height:430px;background:var(--color-surface)}.story__media img,.story__media .placeholder-svg{width:100%;height:100%;object-fit:cover}.story__content{align-self:center}.story__content .rte{color:var(--color-muted)}.benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.benefit{padding:20px 14px;border-radius:20px;background:var(--color-surface);text-align:center}.benefit__icon{width:46px;height:46px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;background:var(--color-accent-soft);color:var(--color-accent)}.benefit h3{font-family:var(--font-body);font-size:.92rem;font-weight:700;margin:0 0 5px}.benefit p{font-size:.78rem;color:var(--color-muted);margin:0}.testimonial-grid{display:grid;grid-auto-flow:column;grid-auto-columns:88%;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.testimonial-grid::-webkit-scrollbar{display:none}.testimonial{scroll-snap-align:start;background:var(--color-surface);border-radius:var(--radius-card);padding:26px}.testimonial__stars{color:var(--color-accent);letter-spacing:.12em;margin-bottom:14px}.testimonial blockquote{font-family:var(--font-heading);font-size:1.42rem;line-height:1.3;margin:0 0 18px}.testimonial cite{font-style:normal;font-weight:700;font-size:.85rem}.newsletter{background:var(--color-accent);color:var(--color-button-text);text-align:center}.newsletter .page-width{max-width:760px}.newsletter-form{display:flex;flex-direction:column;gap:10px;margin-top:22px}.newsletter-form input{width:100%;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(255,255,255,.12);color:#fff;padding:14px 18px}.newsletter-form input::placeholder{color:rgba(255,255,255,.72)}.newsletter-form .button{background:#fff;color:var(--color-accent);border-color:#fff}.site-footer{padding:52px 0 28px;background:#2f1e23;color:#fff}.footer-grid{display:grid;gap:32px}.footer-brand{font-family:var(--font-heading);font-size:2.2rem;letter-spacing:.12em}.footer-menu{list-style:none;padding:0;margin:0}.footer-menu a{display:block;padding:6px 0;color:rgba(255,255,255,.8)}.footer-bottom{margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;color:rgba(255,255,255,.62);font-size:.78rem}.collection-hero{padding:48px 0 22px;text-align:center}.collection-hero .rte{max-width:700px;margin:auto;color:var(--color-muted)}.sort-form{display:flex;justify-content:flex-end;margin-bottom:20px}.sort-form select{border:1px solid color-mix(in srgb,var(--color-text) 15%,transparent);background:var(--color-surface);border-radius:999px;padding:10px 14px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:40px}.pagination a,.pagination span{min-width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--color-surface)}.pagination .current{background:var(--color-accent);color:#fff}.product-page{padding:26px 0 60px}.product-layout{display:grid;gap:28px}.product-gallery{display:grid;gap:10px}.product-gallery__item{border-radius:var(--radius-card);overflow:hidden;background:var(--color-surface)}.product-gallery__item img{width:100%;height:auto}.product-info{align-self:start}.product-info__vendor{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;color:var(--color-muted)}.product-info__title{font-size:clamp(2.5rem,9vw,4.8rem);margin:.15em 0}.product-info__price{font-size:1.25rem;margin-bottom:20px}.product-form{display:grid;gap:14px}.field label{display:block;font-weight:700;font-size:.85rem;margin-bottom:6px}.field select,.field input{width:100%;min-height:48px;border:1px solid color-mix(in srgb,var(--color-text) 16%,transparent);background:#fff;border-radius:14px;padding:10px 12px}.product-description{margin-top:30px;color:var(--color-muted)}.cart-page{padding:42px 0 70px}.cart-item{display:grid;grid-template-columns:90px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid color-mix(in srgb,var(--color-text) 10%,transparent)}.cart-item img{width:90px;height:110px;object-fit:cover;border-radius:14px}.cart-item__meta{display:flex;flex-direction:column}.cart-item__title{font-weight:700}.cart-item__actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.cart-item input{width:70px;border:1px solid color-mix(in srgb,var(--color-text) 14%,transparent);border-radius:12px;padding:8px}.cart-summary{margin-top:28px;background:var(--color-surface);border-radius:var(--radius-card);padding:22px}.cart-total{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:700;margin-bottom:18px}.page-content{padding:48px 0 72px}.page-content__inner{max-width:820px;margin:auto}.search-page{padding:42px 0 70px}.empty-state{text-align:center;padding:70px 0}.form-message{margin-top:12px;font-size:.9rem}.form-message--success{color:#275f3b}.form-message--error{color:#9a203f}.shopify-policy__container{max-width:850px!important;padding:48px 16px!important}.shopify-policy__title h1{font-size:clamp(2.4rem,8vw,4rem)}
@media(min-width:750px){.page-width{width:min(calc(100% - 64px),var(--page-width))}.section{padding:88px 0}.mobile-only{display:none!important}.desktop-nav{display:block}.desktop-nav ul{display:flex;align-items:center;gap:28px}.desktop-nav a{font-size:.9rem;font-weight:600}.header-inner{height:78px;grid-template-columns:auto 1fr auto;gap:50px}.header-logo{font-size:1.55rem}.hero{min-height:min(78vh,820px)}.hero__content{min-height:min(78vh,820px);justify-content:center;padding-top:40px}.hero__overlay{background:linear-gradient(90deg,rgba(250,246,241,.94) 0%,rgba(250,246,241,.72) 38%,rgba(250,246,241,.05) 68%)}.hero__media img{object-position:center}.hero__text{font-size:1.12rem}.category-grid{grid-auto-flow:initial;grid-template-columns:repeat(3,1fr);overflow:visible;padding-right:0}.category-card{min-height:520px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 18px}.product-card__title{font-size:.98rem}.story-grid{grid-template-columns:1.05fr .95fr;gap:72px}.story--reverse .story__media{order:2}.benefit-grid{grid-template-columns:repeat(4,1fr);gap:18px}.benefit{padding:30px 18px}.testimonial-grid{grid-auto-flow:initial;grid-template-columns:repeat(3,1fr);overflow:visible}.newsletter-form{max-width:570px;margin:24px auto 0;flex-direction:row}.newsletter-form input{flex:1}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:70px}.product-layout{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:64px}.product-gallery{grid-template-columns:repeat(2,1fr)}.product-info{position:sticky;top:110px}.cart-item{grid-template-columns:130px 1fr auto;align-items:center}.cart-item img{width:130px;height:150px}.cart-summary{max-width:430px;margin-left:auto}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media(max-width:749px){.section-heading{align-items:flex-start}.button--view-all{min-height:44px;padding:8px 14px;font-size:.82rem;border-color:color-mix(in srgb,var(--color-accent) 55%,transparent)}}
