:root{--bg:#faf9f7;--bg-dark:#2c2c2c;--text:#1a1a1a;--text-muted:#8c8c8c;--accent:#c4a882;--accent-hover:#a8896a;--border:#e8e4df;--font-serif:var(--font-lora),Georgia,"Times New Roman",serif;--font-sans:var(--font-jost),system-ui,-apple-system,sans-serif;--max-width:1320px;--space-xs:0.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:8rem;--space-2xl:clamp(3rem,10vw,14rem);--section-pad:var(--space-2xl)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body,html{overflow-x:hidden;max-width:100%}body{background-color:var(--bg);color:var(--text);font-family:var(--font-sans);font-weight:400;line-height:1.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;animation:pageLoad .4s ease both}@keyframes pageLoad{0%{opacity:0}to{opacity:1}}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;background:none;border:none}ol,ul{list-style:none}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (max-width:768px){input,select,textarea{font-size:16px!important}}.brand-logo{font-family:var(--font-script),cursive;font-size:2.4rem;font-weight:400;color:var(--text);letter-spacing:.01em;line-height:1;display:inline-flex;align-items:center;-webkit-tap-highlight-color:transparent;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.brand-logo__img{display:block;height:5rem;width:auto;object-fit:contain}.type-display{font-weight:300;letter-spacing:.03em}.type-display,.type-heading{font-family:var(--font-serif)}.type-heading{font-weight:400;letter-spacing:.02em}.type-label{font-weight:400;font-size:.75rem;letter-spacing:.04em}.type-label,.type-price{font-family:var(--font-sans)}.type-price{font-weight:500;letter-spacing:.02em}.type-caption{font-family:var(--font-sans);font-weight:400;font-size:.8rem;color:var(--text-muted)}h1,h2,h3{font-family:var(--font-serif);font-weight:300;line-height:1.2}h1{font-size:clamp(2.5rem,6vw,5rem);letter-spacing:.02em}h2{font-size:clamp(1.75rem,3.5vw,3rem);letter-spacing:.08em}h3{font-size:clamp(1rem,2vw,1.25rem);letter-spacing:.05em}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:0;letter-spacing:.04em;font-family:var(--font-sans);font-size:.8rem;font-weight:400;padding:1rem 2rem;transition:background-color .2s ease,color .2s ease,border-color .2s ease;cursor:pointer;white-space:nowrap;overflow:hidden;isolation:isolate}.btn-primary{background:var(--text);color:var(--bg);border:1px solid var(--text)}.btn-primary:before{content:"";position:absolute;inset:0;background:var(--bg);transform:translateY(100%);transition:transform .45s cubic-bezier(.22,1,.36,1);z-index:-1}.btn-primary:hover:not(:disabled):before{transform:translateY(0)}.btn-outline,.btn-primary:hover:not(:disabled){color:var(--text)}.btn-outline{background:transparent;border:1px solid var(--border)}.btn-outline:hover{border-color:var(--text)}.btn-accent{background:var(--accent);color:var(--bg);border:1px solid var(--accent)}.btn-accent:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn:disabled,.btn[aria-disabled=true]{opacity:.4;cursor:not-allowed;pointer-events:none}.product-card{display:block;cursor:pointer}.product-card__image-wrap{position:relative;aspect-ratio:3/4;overflow:hidden;background-color:var(--border)}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:opacity .55s ease,transform .65s ease;will-change:opacity,transform}.product-card__img-front{position:absolute;inset:0;opacity:1;transform:scale(1)}.product-card__img-back{position:absolute;inset:0}.product-card:hover .product-card__img-front,.product-card__img-back{opacity:0;transform:scale(1.03)}.product-card:hover .product-card__img-back{opacity:1;transform:scale(1)}.product-card__image-wrap--show-back .product-card__img-front{opacity:0;transform:scale(1.03)}.product-card__image-wrap--show-back .product-card__img-back{opacity:1;transform:scale(1)}.product-card__info{padding-top:.75rem}.product-card__name{font-family:var(--font-serif);font-weight:400;letter-spacing:.04em;font-size:.95rem;color:var(--text);display:inline;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:background-size .45s cubic-bezier(.22,1,.36,1);padding-bottom:1px}.product-card-wrapper:hover .product-card__name{background-size:100% 1px}.product-card__price{font-family:var(--font-sans);font-weight:400;font-size:.82rem;color:var(--text-muted);margin-top:.2rem}.product-card__wishlist{position:absolute;top:4px;right:4px;z-index:2;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;color:var(--text-muted);line-height:1;opacity:0;transition:opacity .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}.product-card-wrapper:hover .product-card__wishlist,.product-card__wishlist--active,.product-card__wishlist:focus-visible{opacity:1}.product-card__wishlist--active,.product-card__wishlist:hover{color:var(--accent)}@media (hover:none),(pointer:coarse){.product-card__wishlist{opacity:1}}.product-card--oos .product-card__image-wrap img{filter:grayscale(40%)}.product-card__swatches{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem;pointer-events:none}.product-card__swatch{width:14px;height:14px;border-radius:50%;outline:1px solid var(--border);flex-shrink:0}.size-btn--unavailable{text-decoration:line-through;color:var(--text-muted);cursor:not-allowed;opacity:.5}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--space-md)}@media (max-width:480px){.container{padding-inline:1rem}}.section{padding-block:var(--section-pad)}.section--tight{padding-block:clamp(2.5rem,6vw,6rem)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;background:var(--bg);min-width:0}.product-grid--compact{grid-template-columns:repeat(auto-fit,minmax(280px,360px));justify-content:center;max-width:760px;margin-inline:auto}.lookbook-grid>*,.product-grid>*{min-width:0;min-height:0;background:var(--bg)}@media (max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background-color:var(--bg);border-bottom:1px solid var(--border)}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:96px;padding-inline:var(--space-md);max-width:var(--max-width);margin-inline:auto}.header__nav{display:flex;align-items:center;gap:2rem}.header__nav a{font-family:var(--font-sans);font-size:.8rem;letter-spacing:.02em;color:var(--text-muted);transition:color .2s ease;white-space:nowrap}.header__nav a.active,.header__nav a:hover{color:var(--accent)}.header__logo{text-align:center;padding-inline:1rem}.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.header__icon-btn.header__icon-mobile,.header__mobile-icons{display:none}.header__icon-btn{position:relative;display:flex;align-items:center;color:var(--text);transition:color .2s ease}.header__icon-btn:hover{color:var(--text-muted)}.header__badge{position:absolute;top:-5px;right:-7px;font-size:.625rem;font-family:var(--font-sans);font-weight:500;background:var(--text);color:var(--bg);animation:badgePulse .42s cubic-bezier(.22,1,.36,1);width:16px;height:16px;border-radius:50%;display:flex}.header__badge,.header__burger{align-items:center;justify-content:center}.header__burger{display:none;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:12px;margin:-12px}.burger-icon,.burger-icon:after,.burger-icon:before{display:block;width:20px;height:1px;background:var(--text);transition:transform .25s ease,opacity .25s ease;position:relative}.burger-icon:after,.burger-icon:before{content:"";position:absolute;left:0}.burger-icon:before{top:-6px}.burger-icon:after{top:6px}.burger-icon.open{background:transparent}.burger-icon.open:before{transform:rotate(45deg);top:0}.burger-icon.open:after{transform:rotate(-45deg);top:0}.header__mobile-nav{display:flex;flex-direction:column;padding:0 1rem max(1.25rem,env(safe-area-inset-bottom));border-top:1px solid var(--border);gap:0;animation:drawerIn .3s cubic-bezier(.22,1,.36,1);transform-origin:top}@keyframes drawerIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes navItemIn{0%{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}.header__mobile-nav a{font-family:var(--font-sans);font-size:.9rem;letter-spacing:.02em;color:var(--text);padding:.9rem 0;border-bottom:1px solid var(--border);transition:color .2s ease;display:flex;align-items:center;animation:navItemIn .45s cubic-bezier(.22,1,.36,1) backwards}.header__mobile-nav a:first-child{animation-delay:80ms}.header__mobile-nav a:nth-child(2){animation-delay:.13s}.header__mobile-nav a:nth-child(3){animation-delay:.18s}.header__mobile-nav a:nth-child(4){animation-delay:.23s}.header__mobile-nav a:nth-child(5){animation-delay:.28s}.header__mobile-nav a:nth-child(6){animation-delay:.33s}.header__mobile-nav a:last-child{border-bottom:none}.header__mobile-nav a:hover{color:var(--accent)}.header__mobile-nav a.active{color:var(--accent);font-family:var(--font-serif);font-style:italic;letter-spacing:0}.locale-dropdown{position:relative}.locale-dropdown__trigger{display:flex;align-items:center;gap:.4rem;font-family:var(--font-sans);font-size:.75rem;letter-spacing:.02em;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:0;transition:color .2s ease;white-space:nowrap}.locale-dropdown__trigger:hover{color:var(--text)}.locale-dropdown__panel{position:absolute;top:calc(100% + 12px);right:0;background:var(--bg);border:1px solid var(--border);padding:1.25rem 1.5rem;min-width:160px;box-shadow:0 8px 24px rgba(0,0,0,.07);z-index:200}.locale-dropdown__label{font-family:var(--font-sans);font-size:.7rem;letter-spacing:.03em;color:var(--text-muted);margin-bottom:.75rem}.locale-dropdown__options{display:flex;gap:.25rem;flex-wrap:wrap}.locale-dropdown__option{font-family:var(--font-sans);font-size:.75rem;letter-spacing:.08em;color:var(--text-muted);background:none;border:1px solid transparent;cursor:pointer;padding:.35rem .65rem;transition:color .15s ease,border-color .15s ease}.locale-dropdown__option:hover{color:var(--text)}.locale-dropdown__option.active{color:var(--text);border-color:var(--border)}.locale-dropdown__sep{height:1px;background:var(--border);margin-block:1rem}@media (max-width:768px){.header__nav{display:none}.header__burger{display:flex}.header__inner{display:flex;position:relative;justify-content:space-between;align-items:center;height:80px;padding-inline:1rem}.header__logo{position:absolute;left:50%;transform:translateX(-50%);z-index:1;padding-inline:0}.header__logo .brand-logo{font-size:1.9rem}.header__logo .brand-logo__img{height:4rem}.header__mobile-icons{display:flex;align-items:center;gap:4px;position:relative;z-index:2}.header__actions{gap:4px;justify-content:flex-end;position:relative;z-index:2}.header__icon-btn{min-width:44px;min-height:44px;padding:10px;justify-content:center}.header__icon-btn .header__badge{top:6px;right:6px;width:14px;height:14px;font-size:.55rem}.header__icon-desktop,.header__locale-wrap{display:none}.header__icon-btn.header__icon-mobile{display:flex}.header__mobile-cart-link{justify-content:space-between}.header__mobile-cart-count{font-size:.68rem;font-weight:500;background:var(--text);color:var(--bg);min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 2px}.header__mobile-nav-locale{padding:.9rem 0}.header__mobile-nav-locale .locale-dropdown__trigger{font-size:.72rem;letter-spacing:.08em;color:var(--text)}.locale-dropdown__panel{right:auto;left:0;transform:none;min-width:160px}}.footer{background-color:var(--bg-dark);color:var(--bg);padding-top:72px;padding-bottom:0;border-top:2px solid hsla(40,23%,97%,.1)}.footer__photo-wrap{position:relative;width:100%;height:300px;overflow:hidden;margin-bottom:0}@media (max-width:640px){.footer__photo-wrap{height:200px}}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:2rem 5rem;gap:2rem 5rem;padding-bottom:4.5rem}.footer__grid>*{min-width:0}.footer__col{display:flex;flex-direction:column}.footer__col--brand{padding-right:3rem;border-right:1px solid hsla(40,23%,97%,.07)}.footer__brand-logo{color:var(--bg);font-size:2rem;margin-bottom:1.25rem;transition:opacity .25s ease}.footer__brand-logo .brand-logo__img{height:3.5rem;filter:invert(1)}.footer__brand-logo:hover{opacity:.65}.footer__tagline{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:hsla(40,23%,97%,.3);line-height:2}.footer__col-title{font-family:var(--font-serif);font-size:.85rem;font-style:italic;font-weight:400;letter-spacing:.02em;color:var(--accent);margin-bottom:1.25rem;padding-bottom:.8rem;border-bottom:1px solid hsla(35,36%,64%,.2)}.footer__nav{display:flex;flex-direction:column;gap:.7rem}.footer__nav a{font-size:.78rem;letter-spacing:.05em;color:hsla(40,23%,97%,.45);transition:color .2s ease}.footer__nav a:hover{color:var(--bg)}.footer__bottom{border-top:1px solid hsla(40,23%,97%,.1);padding-block:1.5rem}.footer__bottom-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.footer__copy{font-size:.67rem;letter-spacing:.07em;text-transform:uppercase;color:hsla(40,23%,97%,.22);transition:color .2s ease}a.footer__copy:hover{color:hsla(40,23%,97%,.55)}@media (max-width:1023px){.footer__grid{grid-template-columns:repeat(3,1fr);gap:2rem 3rem}.footer__col--brand{grid-column:1/-1;border-right:none;border-bottom:1px solid hsla(40,23%,97%,.07);padding-right:0;padding-bottom:2.5rem;margin-bottom:.5rem;display:flex;flex-direction:row;align-items:baseline;gap:3rem}.footer__brand-logo{margin-bottom:0}}@media (max-width:640px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.footer__col--brand{flex-direction:column;gap:.75rem}.footer__brand-logo{font-size:1.7rem}.footer__brand-logo .brand-logo__img{height:2.8rem}}@media (max-width:400px){.footer__grid{grid-template-columns:1fr}}.hero{position:relative;height:100svh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center}.hero__bg{position:absolute;inset:0;background-color:var(--bg-dark)}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero__content{position:relative;z-index:1;padding:clamp(2rem,6vw,5rem);color:var(--bg);display:flex;flex-direction:column;align-items:center}@keyframes heroEl{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__title{font-family:var(--font-serif);font-weight:200;font-size:clamp(2.5rem,14vw,13rem);letter-spacing:.04em;line-height:1;margin-bottom:1.5rem;white-space:nowrap;opacity:0;animation:heroEl .9s ease 0ms forwards}@media (max-width:480px){.hero__title{letter-spacing:.01em;white-space:normal}}.hero__subtitle{font-family:var(--font-sans);font-size:.85rem;letter-spacing:.04em;color:hsla(40,23%,97%,.7);margin-bottom:2.5rem;opacity:0;animation:heroEl .9s ease .2s forwards}.hero__content .btn,.hero__content>a{opacity:0;animation:heroEl .9s ease .4s forwards}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.text-muted{color:var(--text-muted)}.text-accent{color:var(--accent)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease forwards}@keyframes badgePulse{0%{transform:scale(.6)}60%{transform:scale(1.22)}to{transform:scale(1)}}@keyframes pageEnter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.page-enter{animation:pageEnter .3s ease-out both}.section-heading{font-family:var(--font-serif);font-style:italic;font-weight:300;font-size:clamp(1.75rem,3vw,2.5rem);letter-spacing:0;color:var(--text);text-align:center;margin:0 auto clamp(2.5rem,5vw,3.5rem);position:relative;padding-bottom:clamp(1.25rem,2.5vw,1.75rem)}.section-heading:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:32px;height:1px;background:var(--accent)}.section-kicker{display:block;text-align:center;font-family:var(--font-sans);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 1rem}.section-cta{display:flex;justify-content:center;margin-top:3rem}.product-card__placeholder{width:100%;height:100%;background-color:var(--border)}.product-card__badges{position:absolute;top:0;left:0;display:flex;flex-direction:column;gap:4px;z-index:2;pointer-events:none}.product-card__badge-tag{font-family:var(--font-sans);font-size:.6rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:.28rem .65rem;display:inline-block}.product-card__badge-tag--new{background:var(--accent);color:#fff}.product-card__badge-tag--preorder{background:var(--text);color:var(--bg)}.product-card__badge-tag--oos{background:#f5f0e8;color:var(--text-muted)}.brand-story{background:var(--bg-dark);color:var(--bg)}.brand-story__inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(2rem,6vw,6rem);gap:clamp(2rem,6vw,6rem);align-items:center}.brand-story__inner>*{min-width:0}.brand-story__photo{position:relative;aspect-ratio:3/4;background:hsla(0,0%,100%,.06);overflow:hidden}.brand-story__text{max-width:480px}.brand-story__label{font-family:var(--font-sans);font-size:.75rem;letter-spacing:.04em;color:var(--accent);margin-bottom:1.25rem}.brand-story__heading{font-family:var(--font-serif);font-weight:300;font-size:clamp(1.75rem,3.5vw,2.75rem);letter-spacing:.06em;color:var(--bg);margin-bottom:1.5rem;line-height:1.2;position:relative;padding-bottom:1.25rem}.brand-story__heading:after{content:"";position:absolute;left:0;bottom:0;width:32px;height:1px;background:var(--accent)}.brand-story__body{font-size:.95rem;line-height:1.9;color:hsla(40,23%,97%,.65);letter-spacing:.02em;margin-bottom:2.5rem}.brand-story__link{color:var(--bg);border-color:hsla(40,23%,97%,.3)}.brand-story__link:hover{border-color:var(--bg);color:var(--bg)}@media (max-width:768px){.brand-story__inner{grid-template-columns:1fr}.brand-story__photo{aspect-ratio:4/3}.brand-story__text{max-width:100%}}.lookbook-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px}.lookbook-card{display:block;cursor:pointer}.lookbook-card__image{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--border)}.lookbook-card__image img{object-fit:cover;transition:transform .5s ease}.lookbook-card:hover .lookbook-card__image img{transform:scale(1.03)}.lookbook-card__title{font-family:var(--font-serif);font-weight:300;font-size:.9rem;letter-spacing:.05em;color:var(--text);padding-top:.75rem}@media (max-width:768px){.lookbook-grid{grid-template-columns:1fr;gap:1px}}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}.skeleton-pulse{animation:skeleton-pulse 1.4s ease-in-out infinite}.markdown-body{font-size:15px;line-height:1.85;color:var(--text)}.markdown-body h1,.markdown-body h2,.markdown-body h3{font-family:var(--font-serif);font-weight:300;letter-spacing:.04em;margin:2em 0 .75em;line-height:1.25}.markdown-body h1{font-size:clamp(1.6rem,3vw,2.2rem)}.markdown-body h2{font-size:clamp(1.3rem,2.5vw,1.7rem)}.markdown-body h3{font-size:clamp(1.1rem,2vw,1.3rem)}.markdown-body p{margin:0 0 1.25em}.markdown-body a{color:var(--accent);text-decoration:underline}.markdown-body blockquote{border-left:2px solid var(--accent);margin:1.5em 0;padding:.5em 1.5em;color:var(--text-muted);font-style:italic}.markdown-body img{max-width:100%;height:auto;display:block;margin:1.5em 0}.markdown-body ol,.markdown-body ul{padding-left:1.5em;margin:0 0 1.25em}.markdown-body li{margin-bottom:.4em}.markdown-body pre{background:#f4f4f4;padding:1em 1.5em;overflow-x:auto;font-size:13px;margin:1.5em 0}.markdown-body code{font-family:monospace;font-size:.9em;background:#f4f4f4;padding:1px 5px}.markdown-body pre code{background:none;padding:0}.markdown-body hr{border:none;border-top:1px solid var(--border);margin:2.5em 0}.journal-card:hover .journal-card__img{transform:scale(1.03)}.lookbook-grid-responsive{grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.lookbook-grid-responsive{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.lookbook-grid-responsive{grid-template-columns:1fr}}.lookbook-thumb:hover .lookbook-thumb__img{transform:scale(1.02)}@media (max-width:768px){.about-cols,.values-grid{grid-template-columns:1fr!important}}@media (max-width:600px){.journal-grid-2col{grid-template-columns:1fr!important}}.header__mobile-nav a:hover,.header__nav a.active,.header__nav a:hover,.link-hover:hover,a:hover{color:var(--accent)}.footer__brand-logo:hover,.header__logo .brand-logo:hover{color:inherit}.product-page__breadcrumb span[aria-hidden]{color:var(--accent)}.product-accordion__body,.product-page__description,.product-page__details p{color:#3d3530}.badge--oos,.product-card__badge-tag--oos{background:#f5f0e8;color:var(--text-muted);border:1px solid var(--border)}.wishlist-page{max-width:1200px;margin-inline:auto;padding-block:clamp(2rem,6vw,3rem);padding-inline:clamp(1rem,4vw,1.5rem)}.wishlist-page__title{font-family:var(--font-serif);font-weight:300;font-size:clamp(1.5rem,4vw,2rem);letter-spacing:.02em;margin-bottom:clamp(1.5rem,4vw,2.5rem)}.empty-state{display:flex;flex-direction:column;text-align:center;gap:1rem;padding:clamp(3rem,8vw,5rem) 1.5rem}.empty-state,.empty-state__icon{align-items:center;justify-content:center;color:var(--text-muted)}.empty-state__icon{display:inline-flex;width:56px;height:56px;border:1px solid var(--border);border-radius:50%;margin-bottom:.5rem}.empty-state__title{font-family:var(--font-serif);font-weight:300;font-size:clamp(1.5rem,3vw,2rem);letter-spacing:.02em;color:var(--text);margin:0}.empty-state__text{max-width:36ch;font-size:.875rem;line-height:1.65;color:var(--text-muted);margin:0 0 .5rem}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal--in{opacity:1;transform:translateY(0)}::view-transition-new(product-hero),::view-transition-old(product-hero){animation-duration:.34s;animation-timing-function:cubic-bezier(.22,1,.36,1)}.product-grid>*{animation:cardFadeIn .6s cubic-bezier(.22,1,.36,1) backwards;animation-delay:calc(min(var(--card-i, 0), 12) * 50ms)}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.cookie-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#2c2c2c;color:#fff}.cookie-bar__inner{max-width:1320px;margin:0 auto;padding:14px 24px max(14px,env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:20px}.cookie-bar__text{margin:0;font-size:.82rem;line-height:1.55;font-weight:400;flex:1 1 auto;min-width:0}.cookie-bar__text-short{display:none}.cookie-bar__actions{display:flex;align-items:center;gap:18px;flex-shrink:0}.cookie-bar__link{font-size:.8rem;color:hsla(0,0%,100%,.5);text-decoration:underline;white-space:nowrap}.cookie-bar__link:hover{color:hsla(0,0%,100%,.8)}.cookie-bar__btn{background:var(--accent);color:#fff;border:none;padding:7px 20px;font-size:.8rem;font-weight:500;cursor:pointer;letter-spacing:.06em;white-space:nowrap;font-family:inherit;text-transform:uppercase;flex-shrink:0}@media (max-width:600px){.cookie-bar__inner{padding:10px 14px max(10px,env(safe-area-inset-bottom));gap:10px}.cookie-bar__text-full{display:none}.cookie-bar__text-short{display:block}.cookie-bar__text{font-size:.75rem;line-height:1.4}.cookie-bar__link{display:none}.cookie-bar__btn{padding:8px 16px;font-size:.72rem}}