@import "https://fonts.googleapis.com/css2?family=Alex+Brush&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;1,300;1,400&family=Pinyon+Script&display=swap";.navbar{height:var(--nav-height);z-index:1000;transition:all var(--duration-normal) var(--ease-in-out);background:var(--offwhite);border-bottom:1px solid var(--border-light);position:fixed;top:0;left:0;right:0}.navbar--transparent{background:0 0;border-bottom-color:#0000}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);box-shadow:var(--shadow-sm);background:#faf6f2f2}.navbar__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.navbar__hamburger{color:var(--espresso);padding:var(--space-sm);display:none}.navbar__links{align-items:center;gap:var(--space-xl);flex:1;display:flex}.navbar__links--left{padding-right:var(--space-3xl);justify-content:flex-end}.navbar__links--right{padding-left:var(--space-3xl);justify-content:flex-start}.navbar__link{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--text-secondary);padding:var(--space-xs) 0;transition:color var(--duration-fast) var(--ease-in-out);font-size:.72rem;font-weight:400;position:relative}.navbar__link:after{content:"";background:var(--rose);width:0;height:1px;transition:width var(--duration-normal) var(--ease-out-expo);position:absolute;bottom:-2px;left:0}.navbar__link:hover{color:var(--espresso)}.navbar__link:hover:after,.navbar__link--active:after{width:100%}.navbar__link--active{color:var(--espresso)}.navbar__logo{flex-shrink:0;justify-content:center;align-items:center;padding:4px 0;text-decoration:none;display:flex}.navbar__logo-img{object-fit:contain;width:auto;height:52px;transition:transform var(--duration-fast) var(--ease-in-out)}.navbar__logo:hover .navbar__logo-img{transform:scale(1.04)}.mobile-menu__logo-img{object-fit:contain;width:auto;height:48px}.navbar__cart{color:var(--text-secondary);transition:color var(--duration-fast);padding:var(--space-xs);position:relative}.navbar__cart:hover{color:var(--espresso)}.navbar__cart-badge{background:var(--rose);width:18px;height:18px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.6rem;font-weight:600;display:flex;position:absolute;top:-4px;right:-8px}.mobile-menu{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#3a2a2166;position:fixed;inset:0}.mobile-menu__nav{background:var(--offwhite);width:85%;max-width:380px;padding:var(--space-2xl);flex-direction:column;display:flex;position:absolute;top:0;bottom:0;left:0}.mobile-menu__header{margin-bottom:var(--space-3xl);padding-bottom:var(--space-lg);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;display:flex}.mobile-menu__title{font-family:var(--font-heading);letter-spacing:.1em;color:var(--espresso);font-size:1.5rem}.mobile-menu__links{gap:var(--space-sm);flex-direction:column;flex:1;display:flex}.mobile-menu__link{font-family:var(--font-heading);letter-spacing:.03em;color:var(--espresso);padding:var(--space-sm) 0;transition:all var(--duration-fast);border-bottom:1px solid #0000;font-size:1.6rem;font-weight:400}.mobile-menu__link:hover{color:var(--rose-dark);border-bottom-color:var(--border-light)}.mobile-menu__footer{padding-top:var(--space-xl);border-top:1px solid var(--border-light)}.mobile-menu__cart-link{align-items:center;gap:var(--space-md);letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);font-size:.8rem;display:flex}@media (width<=1024px){.navbar__links--left{display:none}.navbar__links--right{justify-content:flex-end}.navbar__links--right .navbar__link{display:none}.navbar__hamburger{display:flex}}@media (width<=768px){.navbar__logo-img{height:44px}.mobile-menu__nav{padding-top:env(safe-area-inset-top,0px)}}@media (width<=480px){.navbar__logo-img{height:38px}.mobile-menu__nav{width:92%;padding:var(--space-xl) var(--space-lg);padding-top:calc(env(safe-area-inset-top,0px) + var(--space-xl))}.mobile-menu__link{padding:var(--space-xs) 0;font-size:1.3rem}.mobile-menu__header{margin-bottom:var(--space-2xl)}}.footer{background:var(--espresso);color:#faf6f2cc;padding-top:var(--space-4xl)}.footer__top{gap:var(--space-3xl);padding-bottom:var(--space-3xl);border-bottom:1px solid #faf6f21a;grid-template-columns:1.4fr 1fr 1.1fr 1.3fr;display:grid}.footer__logo{margin-bottom:var(--space-md);flex-direction:column;align-items:flex-start;text-decoration:none;display:flex}.footer__logo-text{font-family:var(--font-heading);letter-spacing:.12em;color:var(--offwhite);font-size:2rem;font-weight:400;line-height:1}.footer__logo-tagline{font-family:var(--font-body);letter-spacing:.22em;text-transform:lowercase;color:var(--rose);margin-top:4px;font-size:.58rem;font-weight:300}.footer__brand-desc{color:#faf6f2a6;margin-bottom:var(--space-lg);max-width:290px;font-size:.88rem;line-height:1.7}.footer__socials{gap:var(--space-md);display:flex}.footer__social-link{color:#faf6f2b3;width:36px;height:36px;transition:all var(--duration-normal) var(--ease-out-expo);border:1px solid #faf6f233;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer__social-link:hover{border-color:var(--rose);color:var(--rose);transform:translateY(-2px)}.footer__heading{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--offwhite);margin-bottom:var(--space-lg);font-size:.72rem;font-weight:500}.footer__list{flex-direction:column;gap:8px;display:flex}.footer__link{color:#faf6f299;transition:all var(--duration-fast);font-size:.85rem;font-weight:300}.footer__link:hover{color:var(--rose);padding-left:2px}.footer__contact-list{gap:var(--space-md);margin-bottom:var(--space-md);flex-direction:column;display:flex}.footer__contact-item{align-items:center;gap:var(--space-sm);color:#faf6f2a6;font-size:.84rem;display:flex}.footer__note{color:#faf6f273;padding-top:var(--space-sm);border-top:1px dashed #faf6f21f;font-size:.78rem;line-height:1.6}.footer__bottom{padding:var(--space-lg) 0;justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.footer__copyright{color:#faf6f266;font-size:.76rem}.footer__payment-methods{gap:var(--space-md);flex-wrap:wrap;display:flex}.footer__payment-methods span{color:#faf6f273;font-size:.72rem}.footer__bottom-brand-mark{width:100%;padding:var(--space-4xl) var(--space-lg) var(--space-5xl);background:var(--offwhite);border-top:1px solid var(--border-light);box-sizing:border-box;justify-content:center;align-items:center;display:flex;overflow:hidden}.footer__brand-outro{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1400px;display:flex}.footer__brand-outro-blossom{width:clamp(48px,6.5vw,84px);height:auto;margin-bottom:var(--space-xs);opacity:.92;transition:transform var(--duration-normal) var(--ease-out-expo)}.footer__brand-outro:hover .footer__brand-outro-blossom{transform:translateY(-4px)scale(1.06)}.footer__brand-outro-title{font-family:var(--font-heading);letter-spacing:.12em;color:var(--espresso);text-transform:uppercase;-webkit-user-select:none;user-select:none;text-align:center;transition:letter-spacing var(--duration-slow) var(--ease-out-expo);margin:0;font-size:clamp(4.5rem,16vw,13.5rem);font-weight:300;line-height:.88}.footer__brand-outro:hover .footer__brand-outro-title{letter-spacing:.15em}.footer__brand-outro-tagline{font-family:var(--font-body);letter-spacing:.45em;text-transform:lowercase;color:var(--brown);margin-top:var(--space-md);-webkit-user-select:none;user-select:none;font-size:clamp(.75rem,1.7vw,1.3rem);font-weight:300}@media (width<=1024px){.footer__top{gap:var(--space-2xl);grid-template-columns:1fr 1fr}}@media (width<=768px){.footer__top{gap:var(--space-2xl);grid-template-columns:1fr}.footer__bottom{align-items:flex-start;gap:var(--space-sm);flex-direction:column}.footer__bottom-brand-mark{padding:var(--space-3xl) var(--space-md) var(--space-3xl)}}@media (width<=480px){.footer{padding-top:var(--space-2xl)}.footer__brand-desc{max-width:100%;font-size:.82rem}.footer__socials{gap:var(--space-sm)}.footer__social-link{width:44px;height:44px}.footer__bottom-brand-mark{padding:var(--space-2xl) var(--space-sm) var(--space-2xl)}.footer__brand-outro-title{letter-spacing:.08em;font-size:clamp(3rem,14vw,6rem)}.footer__brand-outro-tagline{letter-spacing:.3em;font-size:.7rem}.footer__payment-methods{gap:var(--space-sm)}}.section-heading{margin-bottom:var(--space-3xl)}.section-heading--center{text-align:center}.section-heading--left{text-align:left}.section-heading__eyebrow{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--rose-dark);margin-bottom:var(--space-sm);font-size:.72rem;font-weight:500;display:block}.section-heading__title{font-family:var(--font-heading);letter-spacing:.02em;color:var(--espresso);margin-bottom:var(--space-sm);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400}.section-heading__subtitle{color:var(--text-secondary);max-width:540px;margin:0 auto;font-size:.95rem;font-weight:300;line-height:1.7}.section-heading--left .section-heading__subtitle{margin:0}.section-heading__divider{background:var(--rose);width:40px;height:1px;margin:var(--space-lg) auto 0}.section-heading--left .section-heading__divider{margin-left:0}.section-heading--light .section-heading__title{color:var(--offwhite)}.section-heading--light .section-heading__subtitle{color:#faf6f2bf}.section-heading--light .section-heading__eyebrow{color:var(--rose-light)}@media (width<=480px){.section-heading{margin-bottom:var(--space-2xl)}.section-heading__title{font-size:1.8rem}.section-heading__subtitle{font-size:.88rem}}.product-card{position:relative}.product-card__link{display:block}.product-card__image-wrapper{border-radius:var(--radius-sm);aspect-ratio:4/5;margin-bottom:var(--space-md);background-color:var(--cream);position:relative;overflow:hidden}.product-card__image{width:100%;height:100%;position:relative}.product-card__img{object-fit:cover;width:100%;height:100%;transition:transform var(--duration-slow) var(--ease-out-expo)}.product-card__link:hover .product-card__img{transform:scale(1.04)}.product-card__placeholder{width:100%;height:100%;transition:transform var(--duration-slow) var(--ease-out-expo);background:linear-gradient(135deg,#f7f1eb 0%,#ece2d7 100%);justify-content:center;align-items:center;display:flex}.product-card__link:hover .product-card__placeholder{transform:scale(1.02)}.product-card__placeholder-brand{font-family:var(--font-heading);letter-spacing:.25em;color:var(--brown);opacity:.35;-webkit-user-select:none;user-select:none;font-size:1.4rem;font-weight:300}.product-card__badge{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;z-index:2;border-radius:2px;padding:3px 9px;font-size:.65rem;font-weight:500;position:absolute;top:10px;left:10px}.product-card__badge--new{background:var(--espresso);color:var(--offwhite)}.product-card__badge--bestseller{background:var(--rose-dark);color:var(--white)}.product-card__badge--limited{background:var(--brown);color:var(--offwhite)}.product-card__badge--sale{color:var(--white);background:#b56050}.product-card__badge--exclusive{background:var(--espresso);color:var(--rose-light)}.product-card__quick-add{width:36px;height:36px;color:var(--espresso);opacity:0;transition:all .25s var(--ease-out-expo);cursor:pointer;z-index:3;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:12px;right:12px;transform:translateY(6px);box-shadow:0 4px 12px #3a2a211f}.product-card__link:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__quick-add:hover{background:var(--espresso);color:var(--offwhite);transform:scale(1.08)}.product-card__quick-add--added{background:var(--espresso);color:var(--rose-light);opacity:1!important;transform:translateY(0)!important}.product-card__info{padding:0 2px}.product-card__collection{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--rose-dark);margin-bottom:2px;font-size:.68rem;font-weight:400;display:block}.product-card__name{font-family:var(--font-heading);color:var(--espresso);letter-spacing:.01em;margin-bottom:3px;font-size:1.15rem;font-weight:400;line-height:1.35}.product-card__price-row{align-items:center;gap:var(--space-sm);display:flex}.product-card__price{font-family:var(--font-body);color:var(--espresso);font-size:.88rem;font-weight:400}.product-card__original-price{color:var(--text-muted);font-size:.8rem;text-decoration:line-through}@media (hover:none){.product-card__quick-add{opacity:.9;width:44px;height:44px;transform:translateY(0)}}@media (width<=480px){.product-card__name{font-size:.95rem}.product-card__price{font-size:.82rem}.product-card__original-price{font-size:.72rem}.product-card__collection{font-size:.6rem}.product-card__placeholder-brand{font-size:1rem}.product-card__quick-add{opacity:.9;width:44px;height:44px;transform:translateY(0)}}.btn{justify-content:center;align-items:center;gap:var(--space-sm);font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:all var(--duration-normal) var(--ease-out-expo);border:none;font-weight:500;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";transition:transform var(--duration-normal) var(--ease-out-expo);background:#ffffff1a;position:absolute;inset:0;transform:translate(-100%)}.btn:hover:before{transform:translate(0)}.btn--sm{border-radius:var(--radius-sm);padding:10px 20px;font-size:.65rem}.btn--md{border-radius:var(--radius-sm);padding:14px 32px;font-size:.7rem}.btn--lg{border-radius:var(--radius-sm);padding:18px 44px;font-size:.75rem}.btn--primary{background:var(--espresso);color:var(--offwhite)}.btn--primary:hover{box-shadow:var(--shadow-md);background:#4a3a31;transform:translateY(-2px)}.btn--secondary{color:var(--espresso);border:1px solid var(--espresso);background:0 0}.btn--secondary:hover{background:var(--espresso);color:var(--offwhite);transform:translateY(-2px)}.btn--rose{background:var(--rose);color:var(--white)}.btn--rose:hover{background:var(--rose-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn--ghost{color:var(--espresso);letter-spacing:.1em;background:0 0;padding-left:0;padding-right:0}.btn--ghost:after{content:"";background:var(--espresso);transform-origin:100%;width:100%;height:1px;transition:transform var(--duration-normal) var(--ease-out-expo);position:absolute;bottom:10px;left:0;transform:scaleX(0)}.btn--ghost:hover:after{transform-origin:0;transform:scaleX(1)}.btn--ghost:before{display:none}.btn--full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}@media (hover:none){.btn--sm,.btn--md{min-height:44px}}@media (width<=480px){.btn--lg{padding:14px 28px;font-size:.7rem}.btn--md{padding:12px 24px}}.hero{background:linear-gradient(160deg, var(--offwhite) 0%, var(--cream) 50%, var(--offwhite) 100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__content{z-index:1;align-items:center;gap:var(--space-3xl);padding-top:var(--nav-height);grid-template-columns:1fr 1fr;min-height:100vh;display:grid;position:relative}.hero__text{max-width:520px}.hero__eyebrow{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--rose-dark);margin-bottom:var(--space-lg);font-size:.72rem;font-weight:400;display:block}.hero__title{font-family:var(--font-heading);letter-spacing:.04em;color:var(--espresso);margin-bottom:var(--space-xl);font-size:clamp(3rem,6vw,5rem);font-weight:300;line-height:1.1}.hero__title em{color:var(--rose-dark);font-style:italic}.hero__subtitle{color:var(--text-secondary);margin-bottom:var(--space-2xl);max-width:440px;font-size:1rem;font-weight:300;line-height:1.9}.hero__actions{align-items:center;gap:var(--space-xl);display:flex}.hero__image-side{height:520px;position:relative}.hero__image-block{border-radius:var(--radius-lg);position:absolute}.hero__image-block--main{background:var(--cream-dark);width:75%;height:90%;top:0;right:0}.hero__image-block--accent{background:var(--rose);opacity:.85;border-radius:var(--radius-md);width:45%;height:45%;bottom:-20px;left:10%}.featured-grid{gap:var(--space-xl);grid-template-columns:repeat(4,1fr);display:grid}.collections-header{margin-bottom:var(--space-3xl)}.collections-header h2{font-family:var(--font-heading);letter-spacing:.04em;color:var(--espresso);margin-bottom:var(--space-sm);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400}.collections-header p{color:var(--text-secondary);max-width:460px;font-size:.95rem}.collections-grid{gap:var(--space-xl);grid-template-columns:repeat(4,1fr);display:grid}.collection-card__link{display:block}.collection-card__image{aspect-ratio:3/4;border-radius:var(--radius-md);margin-bottom:var(--space-lg);transition:transform var(--duration-slow) var(--ease-out-expo);overflow:hidden}.collection-card:hover .collection-card__image{transform:translateY(-4px)}.collection-card__name{font-family:var(--font-heading);letter-spacing:.03em;margin-bottom:4px;font-size:1.3rem}.collection-card__tagline{color:var(--text-muted);margin-bottom:var(--space-sm);font-size:.82rem}.collection-card__cta{letter-spacing:.08em;text-transform:uppercase;color:var(--rose-dark);transition:gap var(--duration-normal);align-items:center;gap:6px;font-size:.75rem;font-weight:400;display:inline-flex}.collection-card:hover .collection-card__cta{gap:10px}.process-section{padding:var(--space-4xl) 0;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.process-header{margin-bottom:var(--space-3xl);max-width:620px}.process-header h2{margin-bottom:4px;font-size:clamp(1.8rem,3.5vw,2.6rem)}.process-header p{color:var(--text-secondary);font-size:.95rem}.process-grid{gap:var(--space-xl);grid-template-columns:repeat(4,1fr);display:grid}.process-step{padding:var(--space-xl) var(--space-lg);background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-sm);transition:border-color var(--duration-normal), transform var(--duration-normal)}.process-step:hover{border-color:var(--rose-dark);transform:translateY(-3px)}.process-step__num{font-family:var(--font-heading);color:var(--rose-dark);margin-bottom:var(--space-md);font-size:1.4rem;display:block}.process-step h3{font-family:var(--font-heading);margin-bottom:var(--space-xs);color:var(--espresso);font-size:1.2rem}.process-step p{color:var(--text-secondary);font-size:.88rem;line-height:1.65}.story-grid{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.story-grid__visual{aspect-ratio:4/5;position:relative}.story-grid__image-main{border-radius:var(--radius-lg);z-index:1;border:1px solid var(--border-light);background:linear-gradient(145deg,#f7f1eb 0%,#ece2d7 100%);justify-content:center;align-items:center;width:85%;height:90%;display:flex;position:relative}.story-grid__stamp-img{opacity:.85;filter:drop-shadow(0 4px 14px #3a2a2114);width:220px;height:auto}.story-grid__founder-tag{background:var(--espresso);max-width:320px;color:var(--offwhite);padding:var(--space-lg);border-radius:var(--radius-sm);z-index:2;position:absolute;bottom:0;right:0;box-shadow:0 12px 30px #3a2a2126}.story-grid__founder-tag p{font-family:var(--font-heading);color:var(--offwhite);margin-bottom:6px;font-size:1rem;font-style:italic;line-height:1.45}.story-grid__founder-tag span{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--rose-light);font-size:.7rem}.story-grid__content h2{margin-bottom:var(--space-xl);font-size:clamp(1.8rem,3vw,2.5rem)}.story-grid__content p{margin-bottom:var(--space-lg);font-size:.92rem}.story-grid__content p em{color:var(--rose-dark);font-style:italic}.story-stats{gap:var(--space-2xl);margin:var(--space-2xl) 0;padding:var(--space-xl) 0;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);display:flex}.story-stat{flex-direction:column;gap:4px;display:flex}.story-stat__number{font-family:var(--font-heading);color:var(--espresso);letter-spacing:.02em;font-size:2rem}.story-stat__label{letter-spacing:.05em;color:var(--text-muted);font-size:.75rem}.arrivals-grid{gap:var(--space-xl);grid-template-columns:repeat(4,1fr);display:grid}.testimonials-section{background:var(--offwhite)}.testimonials-title{font-family:var(--font-heading);letter-spacing:.04em;color:var(--espresso);text-align:center;margin-bottom:var(--space-3xl);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400}.testimonials{align-items:center;gap:var(--space-2xl);max-width:700px;margin:0 auto;display:flex}.testimonials__arrow{border:1px solid var(--border-light);width:44px;height:44px;color:var(--text-secondary);transition:all var(--duration-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.testimonials__arrow:hover{border-color:var(--rose);color:var(--rose-dark)}.testimonials__content{flex:1;min-height:220px;position:relative}.testimonial{text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.testimonial--active{pointer-events:auto}.testimonial__stars{margin-bottom:var(--space-lg);gap:4px;display:flex}.testimonial__text{font-family:var(--font-heading);color:var(--espresso);margin-bottom:var(--space-lg);font-size:1.2rem;font-style:italic;font-weight:400;line-height:1.7}.testimonial__author{flex-direction:column;gap:2px;display:flex}.testimonial__name{color:var(--espresso);font-size:.85rem;font-weight:500}.testimonial__location{color:var(--text-muted);font-size:.75rem}.testimonials__dots{justify-content:center;gap:var(--space-sm);margin-top:var(--space-2xl);display:flex}.testimonials__dot{background:var(--border-light);width:8px;height:8px;transition:all var(--duration-fast);border:none;border-radius:50%;padding:0}.testimonials__dot--active{background:var(--rose);transform:scale(1.3)}.newsletter-section{padding:var(--space-5xl) 0}.newsletter{background:var(--espresso);border-radius:var(--radius-xl);padding:var(--space-4xl) var(--space-3xl);text-align:center}.newsletter__content{max-width:500px;margin:0 auto}.newsletter__content h2{color:var(--offwhite);margin-bottom:var(--space-md);font-size:clamp(1.8rem,3vw,2.5rem)}.newsletter__content p{color:#faf6f299;margin-bottom:var(--space-2xl);font-size:.9rem}.newsletter__form{gap:var(--space-sm);margin-bottom:var(--space-md);display:flex}.newsletter__input{border-radius:var(--radius-sm);color:var(--offwhite);transition:border-color var(--duration-fast);background:#faf6f214;border:1px solid #faf6f226;outline:none;flex:1;padding:14px 20px;font-size:.88rem}.newsletter__input::placeholder{color:#faf6f259}.newsletter__input:focus{border-color:var(--rose)}.newsletter__disclaimer{color:#faf6f24d;font-size:.72rem}@media (width<=1200px){.featured-grid,.arrivals-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=1024px){.hero__content{text-align:center;padding-top:calc(var(--nav-height) + var(--space-3xl));grid-template-columns:1fr;justify-items:center}.hero__text{flex-direction:column;order:1;align-items:center;display:flex}.hero__image-side{order:0;max-width:350px;height:400px;margin:0 auto}.collections-grid{grid-template-columns:repeat(2,1fr)}.story-grid{gap:var(--space-2xl);grid-template-columns:1fr}.story-grid__visual{max-width:400px;margin:0 auto}.process-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.featured-grid,.arrivals-grid{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}.hero__title{font-size:clamp(2.5rem,8vw,3.5rem)}.hero__image-side{max-width:280px;height:300px}.hero__actions{justify-content:center;gap:var(--space-md);flex-wrap:wrap}.process-grid{grid-template-columns:1fr}.story-stats{gap:var(--space-lg)}.newsletter{padding:var(--space-2xl) var(--space-xl);border-radius:var(--radius-md)}.newsletter__form{flex-direction:column}.testimonials__arrow{display:none}.testimonials__content{min-height:260px}.testimonial__text{font-size:1.05rem}}@media (width<=480px){.hero{min-height:auto;padding-bottom:var(--space-2xl)}.hero__content{min-height:auto;padding-top:calc(var(--nav-height) + var(--space-xl));gap:var(--space-xl)}.hero__image-side{max-width:240px;height:240px}.hero__subtitle{font-size:.9rem}.collections-grid{grid-template-columns:1fr}.collection-card__image{aspect-ratio:16/9}.story-stats{gap:var(--space-md);flex-direction:column}.story-grid__founder-tag{max-width:100%;margin-top:var(--space-md);position:static}.newsletter{padding:var(--space-xl) var(--space-lg);border-radius:var(--radius-sm)}.newsletter__content h2{font-size:1.5rem}.newsletter-section{padding:var(--space-2xl) 0}.testimonials__content{min-height:300px}.testimonial__text{font-size:.95rem;line-height:1.6}.process-section{padding:var(--space-2xl) 0}.process-step{padding:var(--space-lg) var(--space-md)}}.shop-header{padding-top:calc(var(--nav-height) + var(--space-4xl));padding-bottom:var(--space-2xl);background:var(--bg-secondary);text-align:center}.shop-header__title{margin-bottom:var(--space-sm);font-size:clamp(2.5rem,4vw,3.5rem)}.shop-header__count{color:var(--text-muted);letter-spacing:.08em;font-size:.82rem}.shop-filters{margin-bottom:var(--space-2xl);padding-bottom:var(--space-lg);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.shop-filters__categories{gap:var(--space-xs);flex-wrap:wrap;display:flex}.shop-filters__cat{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);border-radius:var(--radius-full);transition:all var(--duration-fast);border:1px solid #0000;align-items:center;gap:6px;padding:8px 16px;font-size:.72rem;font-weight:400;display:flex}.shop-filters__cat:hover{color:var(--espresso);border-color:var(--border-light)}.shop-filters__cat--active{color:var(--espresso);background:var(--cream);border-color:var(--border-medium)}.shop-filters__cat-count{color:var(--text-muted);font-size:.6rem}.shop-filters__right{align-items:center;gap:var(--space-md);display:flex}.shop-filters__sort{font-family:var(--font-body);color:var(--text-secondary);border:1px solid var(--border-light);border-radius:var(--radius-sm);cursor:pointer;background:0 0;outline:none;padding:8px 16px;font-size:.78rem}.shop-filters__view{gap:4px;display:flex}.shop-filters__view-btn{border-radius:var(--radius-sm);width:34px;height:34px;color:var(--text-muted);transition:all var(--duration-fast);justify-content:center;align-items:center;display:flex}.shop-filters__view-btn--active{background:var(--cream);color:var(--espresso)}.shop-grid{gap:var(--space-xl);display:grid}.shop-grid--3{grid-template-columns:repeat(3,1fr)}.shop-grid--4{grid-template-columns:repeat(4,1fr)}.shop-empty{text-align:center;padding:var(--space-4xl) 0}.shop-empty p{font-family:var(--font-heading);color:var(--text-muted);font-size:1.3rem}@media (width<=1024px){.shop-grid--3,.shop-grid--4{grid-template-columns:repeat(2,1fr)}.shop-filters__view{display:none}}@media (width<=768px){.shop-filters{flex-direction:column;align-items:flex-start}.shop-filters__categories{width:100%;padding-bottom:var(--space-sm);flex-wrap:nowrap;overflow-x:auto}.shop-filters__cat{white-space:nowrap}}@media (width<=480px){.shop-header{padding-top:calc(var(--nav-height) + var(--space-2xl));padding-bottom:var(--space-lg)}.shop-grid--3,.shop-grid--4{gap:var(--space-sm);grid-template-columns:repeat(2,1fr)}.shop-filters__categories{-webkit-overflow-scrolling:touch;scrollbar-width:none}.shop-filters__categories::-webkit-scrollbar{display:none}.shop-filters__cat{padding:6px 12px;font-size:.68rem}}.pdp-breadcrumb{padding-top:calc(var(--nav-height) + var(--space-xl));padding-bottom:var(--space-lg)}.pdp-breadcrumb__link{align-items:center;gap:var(--space-sm);letter-spacing:.08em;color:var(--text-muted);transition:color var(--duration-fast);font-size:.78rem;display:inline-flex}.pdp-breadcrumb__link:hover{color:var(--espresso)}.pdp{padding-bottom:var(--space-4xl)}.pdp__grid{gap:var(--space-4xl);grid-template-columns:1.1fr 1fr;align-items:start;display:grid}.pdp__gallery{top:calc(var(--nav-height) + var(--space-xl));position:sticky}.pdp__main-image{aspect-ratio:4/5;border-radius:var(--radius-md);margin-bottom:var(--space-md);background:linear-gradient(145deg,#f7f1eb 0%,#ece2d7 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.pdp__placeholder-box{flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.pdp__placeholder-text{font-family:var(--font-heading);letter-spacing:.2em;color:var(--brown);opacity:.3;font-size:3rem}.pdp__placeholder-sub{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem}.pdp__badge{top:var(--space-md);left:var(--space-md);letter-spacing:.1em;text-transform:uppercase;background:var(--espresso);color:var(--offwhite);z-index:2;border-radius:2px;padding:4px 12px;font-size:.62rem;font-weight:500;position:absolute}.pdp__thumbnails{gap:var(--space-sm);display:flex}.pdp__thumb{border-radius:var(--radius-sm);cursor:pointer;width:70px;height:90px;transition:border-color var(--duration-fast);background:#ece2d7;border:2px solid #0000}.pdp__thumb--active,.pdp__thumb:hover{border-color:var(--rose)}.pdp__info{padding-top:var(--space-xs)}.pdp__collection{letter-spacing:.15em;text-transform:uppercase;color:var(--rose-dark);margin-bottom:4px;font-size:.68rem;font-weight:500;display:block}.pdp__meta-row{align-items:center;gap:var(--space-sm);margin:var(--space-sm) 0 var(--space-md);flex-wrap:wrap;display:flex}.pdp__material{color:var(--espresso);font-size:.84rem;font-weight:400}.pdp__weight-tag,.pdp__origin-tag{background:var(--cream);color:var(--text-secondary);border-radius:2px;padding:2px 8px;font-size:.72rem}.pdp__name{margin-bottom:var(--space-lg);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400}.pdp__price-row{align-items:center;gap:var(--space-md);margin-bottom:var(--space-sm);display:flex}.pdp__price{font-family:var(--font-heading);color:var(--espresso);font-size:1.6rem}.pdp__original-price{color:var(--text-muted);font-size:1rem;text-decoration:line-through}.pdp__discount{color:#c17a6a;border-radius:var(--radius-full);background:#c17a6a1a;padding:3px 10px;font-size:.72rem;font-weight:500}.pdp__divider{background:var(--border-light);height:1px;margin:var(--space-xl) 0}.pdp__tabs{gap:var(--space-xl);margin-bottom:var(--space-lg);display:flex}.pdp__tab{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);padding-bottom:var(--space-sm);transition:all var(--duration-fast);border-bottom:2px solid #0000;font-size:.72rem;font-weight:500}.pdp__tab--active{color:var(--espresso);border-bottom-color:var(--rose)}.pdp__tab-content p{font-size:.9rem;line-height:1.85}.pdp__details-list{gap:var(--space-sm);flex-direction:column;display:flex}.pdp__details-list li{color:var(--text-secondary);padding-left:var(--space-lg);font-size:.88rem;position:relative}.pdp__details-list li:before{content:"✦";color:var(--rose);font-size:.6rem;position:absolute;top:4px;left:0}.pdp__actions{align-items:center;gap:var(--space-md);display:flex}.pdp__quantity{border:1px solid var(--border-light);border-radius:var(--radius-sm);align-items:center;display:flex;overflow:hidden}.pdp__qty-btn{width:40px;height:44px;color:var(--text-secondary);transition:background var(--duration-fast);justify-content:center;align-items:center;display:flex}.pdp__qty-btn:hover{background:var(--cream)}.pdp__qty-value{text-align:center;width:40px;color:var(--espresso);font-size:.9rem;font-weight:500}.pdp__add-btn{flex:1}.pdp__wishlist{border:1px solid var(--border-light);border-radius:var(--radius-sm);width:44px;height:44px;color:var(--text-muted);transition:all var(--duration-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.pdp__wishlist:hover,.pdp__wishlist--active{border-color:var(--rose);color:var(--rose)}.pdp__trust{gap:var(--space-xl);margin-top:var(--space-2xl);padding-top:var(--space-xl);border-top:1px solid var(--border-light);display:flex}.pdp__trust-item{align-items:center;gap:var(--space-sm);letter-spacing:.04em;color:var(--text-muted);font-size:.75rem;display:flex}.related-title{text-align:center;margin-bottom:var(--space-2xl);font-size:clamp(1.8rem,3vw,2.5rem)}.related-grid{gap:var(--space-xl);grid-template-columns:repeat(4,1fr);display:grid}.pdp-empty{padding:calc(var(--nav-height) + var(--space-4xl)) 0 var(--space-4xl);text-align:center}.pdp-empty h2{margin-bottom:var(--space-xl)}.pdp__artisan-card{margin-top:var(--space-xl);padding:var(--space-lg);background:var(--cream);border-radius:var(--radius-sm);border:1px solid #e7b6b466}.pdp__artisan-header{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--rose-dark);align-items:center;gap:8px;margin-bottom:6px;font-size:.72rem;font-weight:600;display:flex}.pdp__artisan-title{font-family:var(--font-heading);color:var(--espresso);margin-bottom:4px;font-size:1.1rem}.pdp__artisan-desc{color:var(--text-secondary);margin-bottom:10px;font-size:.84rem;line-height:1.6}.pdp__artisan-features{color:var(--espresso);border-top:1px solid #3a2a2114;flex-wrap:wrap;gap:6px 12px;padding-top:8px;font-size:.78rem;display:flex}.pdp__artisan-feature-item{align-items:center;gap:4px;display:flex}@media (width<=1024px){.pdp__grid{gap:var(--space-2xl);grid-template-columns:1fr}.pdp__gallery{position:static}.related-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.pdp__actions{flex-wrap:wrap}.pdp__add-btn{order:-1;width:100%}.pdp__trust{gap:var(--space-md);flex-direction:column}.related-grid{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}.pdp__name{font-size:clamp(1.5rem,5vw,2rem)}.pdp-breadcrumb{padding-top:calc(var(--nav-height) + var(--space-md))}}@media (width<=480px){.pdp__thumbnails{-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:var(--space-xs);overflow-x:auto}.pdp__thumbnails::-webkit-scrollbar{display:none}.pdp__thumb{flex-shrink:0;width:60px;height:78px}.pdp__name{font-size:1.4rem}.pdp__price{font-size:1.3rem}.pdp__price-row{gap:var(--space-sm);flex-wrap:wrap}.pdp__tabs{gap:var(--space-md);-webkit-overflow-scrolling:touch;overflow-x:auto}.pdp__tab{white-space:nowrap}.pdp__quantity{flex-shrink:0}.related-grid{gap:var(--space-sm);grid-template-columns:repeat(2,1fr)}.related-title{font-size:1.5rem}.pdp__artisan-card{padding:var(--space-md)}.pdp__artisan-features{flex-direction:column;gap:4px}.pdp__main-image{aspect-ratio:1}}:root{--rose:#e7b6b4;--rose-light:#f0d0cf;--rose-dark:#c99896;--brown:#8b6b5b;--brown-light:#a8897b;--espresso:#3a2a21;--cream:#f2e8df;--cream-dark:#e6d5c8;--offwhite:#faf6f2;--white:#fff;--black:#1a1a1a;--text-primary:var(--espresso);--text-secondary:var(--brown);--text-muted:#9a8a7e;--bg-primary:var(--offwhite);--bg-secondary:var(--cream);--bg-accent:var(--rose);--border-light:#e7b6b44d;--border-medium:#8a6b5b33;--font-heading:"Cormorant Garamond", "Georgia", serif;--font-body:"Montserrat", "Helvetica Neue", sans-serif;--font-script:"Pinyon Script", "Alex Brush", cursive;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--space-5xl:8rem;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-out-quart:cubic-bezier(.25, 1, .5, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--duration-fast:.2s;--duration-normal:.4s;--duration-slow:.6s;--duration-slower:.8s;--shadow-sm:0 1px 3px #3a2a210f;--shadow-md:0 4px 12px #3a2a2114;--shadow-lg:0 8px 30px #3a2a211a;--shadow-xl:0 16px 50px #3a2a211f;--max-width:1400px;--nav-height:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;overflow-x:hidden}body{font-family:var(--font-body);color:var(--text-primary);background-color:var(--bg-primary);letter-spacing:.01em;font-weight:300;line-height:1.8;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;transition:color var(--duration-fast) var(--ease-in-out);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);font-weight:400;line-height:1.2}h1{letter-spacing:.06em;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300}h2{letter-spacing:.04em;font-size:clamp(2rem,3.5vw,3rem);font-weight:400}h3{letter-spacing:.03em;font-size:clamp(1.5rem,2.5vw,2rem)}h4{letter-spacing:.02em;font-size:clamp(1.2rem,1.8vw,1.5rem)}p{color:var(--text-secondary);font-size:.95rem;line-height:1.85}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 clamp(1.5rem,4vw,4rem)}.section{padding:var(--space-5xl) 0}.section--cream{background-color:var(--bg-secondary)}.text-center{text-align:center}.eyebrow{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--rose-dark);margin-bottom:var(--space-sm);font-size:.72rem;font-weight:500;display:block}.divider{background:var(--rose);width:40px;height:1px;margin:var(--space-lg) auto}.divider--left{margin-left:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--offwhite)}::-webkit-scrollbar-thumb{background:var(--rose);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--rose-dark)}::selection{background:var(--rose);color:var(--white)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn var(--duration-slow) var(--ease-out-expo) forwards}.animate-fade-in-up{animation:fadeInUp var(--duration-slow) var(--ease-out-expo) forwards}.skeleton{background:linear-gradient(90deg, var(--cream) 25%, var(--cream-dark) 50%, var(--cream) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite shimmer}.page-wrapper{min-height:calc(100vh - var(--nav-height))}@media (width<=1024px){:root{--nav-height:70px}}@media (width<=768px){:root{--nav-height:64px;--space-4xl:4rem;--space-5xl:5rem}.section{padding:var(--space-3xl) 0}}@media (width<=480px){html{font-size:15px}:root{--space-3xl:2.5rem;--space-4xl:3rem;--space-5xl:3.5rem;--space-2xl:2rem}body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.container{padding:0 1rem}p{font-size:.9rem;line-height:1.75}}
