:root{--color-bg:#f6f1ea;--color-surface:#fffaf5;--color-surface-strong:#fffdf9;--color-surface-soft:#f3e8dd;--color-text:#3b312b;--color-text-muted:#746962;--color-heading:#241d19;--color-border:#e6d9cb;--color-border-strong:#d7c6b6;--color-accent:#b56c4d;--color-accent-hover:#9b573b;--color-accent-soft:#f0dfd3;--color-success:#4d7d5a;--shadow-soft:0 18px 42px #47302114;--shadow-hover:0 24px 54px #47302124;--heading-font:Georgia, "Times New Roman", serif;--body-font:"Trebuchet MS", "Segoe UI", sans-serif;font-family:var(--body-font);color:var(--color-text);background:var(--color-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.6}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:radial-gradient(circle at top left, #b56c4d0f, transparent 25%), var(--color-bg);min-height:100vh}main{min-height:calc(100vh - 1px)}a{color:inherit;text-decoration:none}button,a{transition:color .18s,background-color .18s,border-color .18s,box-shadow .18s,transform .18s}button{font:inherit;cursor:pointer;border:none}input,select,textarea{font:inherit}.app-shell{flex-direction:column;min-height:100vh;display:flex}.page-shell{flex:1}.container{width:min(1160px,100% - 2.5rem);margin:0 auto}.narrow{width:min(780px,100% - 2.5rem)}.site-header{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f6f1eae6;border-bottom:1px solid #d7c6b6bf;position:sticky;top:0;box-shadow:0 10px 26px #4730210a}.site-header__inner,.site-footer__inner{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.site-header__top-row,.site-header__mobile-shop-row{display:contents}.brand{color:var(--color-heading);align-items:center;gap:.85rem;display:inline-flex}.brand__mark{flex-shrink:0;justify-content:center;align-items:center;width:3.25rem;height:2.95rem;display:inline-flex;overflow:hidden}.brand__logo{object-fit:cover;object-position:center 11%;filter:drop-shadow(0 9px 16px #47302124);width:auto;height:4.55rem;transform:translateY(.02rem)}.brand__name{line-height:1;font-family:var(--heading-font);letter-spacing:.01em;font-size:1.78rem;font-weight:700}.site-nav{flex-wrap:wrap;gap:.65rem;display:flex}.site-header__mobile-actions{display:none}.site-nav__shop-indicator{color:var(--color-heading);letter-spacing:.04em;background:#fffcf8b8;border-radius:999px;align-items:center;padding:.72rem .95rem;font-size:.83rem;font-weight:700;display:inline-flex;box-shadow:inset 0 0 0 1px #d7c6b69e}.nav-link{color:var(--color-text-muted);border-radius:999px;align-items:center;gap:.45rem;padding:.72rem 1rem;font-weight:600;display:inline-flex}.cart-trigger{background:0 0}.cart-trigger__icon,.mobile-menu-toggle__icon{display:none}.auth-trigger{background:0 0}.cart-count{background:var(--color-heading);min-width:1.55rem;height:1.55rem;color:var(--color-surface-strong);transform-origin:50%;border-radius:999px;justify-content:center;align-items:center;padding:0 .42rem;font-size:.8rem;font-weight:700;animation:.28s ease-out cartBadgePulse;display:inline-flex}.nav-link:hover,.nav-link--active{color:var(--color-heading);background:#f0dfd3eb}.cart-dropdown{position:relative}.mobile-menu-toggle,.mobile-menu,.site-header__mobile-shop-row,.mobile-bottom-nav{display:none}.cart-preview{z-index:20;transform-origin:100% 0;background:radial-gradient(circle at 0 0,#ffffffc2,#0000 32%),linear-gradient(#fffbf7fc 0%,#f8f0e8fa 100%);border:1px solid #d7c6b6e6;border-radius:1.4rem;width:min(350px,100vw - 2rem);padding:1.15rem;animation:.18s ease-out cartPreviewIn;position:absolute;top:calc(100% + .8rem);right:0;box-shadow:0 24px 48px #4730211f}.cart-preview__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.95rem;display:flex}.cart-preview__header-copy{flex-direction:column;gap:.22rem;display:flex}.cart-preview__title{margin-bottom:0;font-size:1.15rem}.cart-preview__caption{color:var(--color-text-muted);margin-bottom:0;font-size:.92rem}.cart-preview__close{width:2rem;height:2rem;color:var(--color-text-muted);background:#fffcf8e0;border:1px solid #d7c6b6d1;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.cart-preview__empty,.cart-preview__more{color:var(--color-text-muted)}.cart-preview__empty-state{gap:.95rem;display:grid}.cart-preview__list{gap:.9rem;display:grid}.cart-preview__item{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.9rem;display:flex}.cart-preview__product{align-items:center;gap:.8rem;min-width:0;display:flex}.cart-preview__thumb{object-fit:cover;border:1px solid var(--color-border);background:linear-gradient(135deg,#f1e5d8,#f8efe7);border-radius:.8rem;flex-shrink:0;width:3rem;height:3rem}.cart-preview__thumb--fallback{color:var(--color-accent);justify-content:center;align-items:center;font-weight:700;display:inline-flex}.cart-preview__name,.cart-preview__subtotal{color:var(--color-heading);margin-bottom:.2rem;font-weight:600}.cart-preview__name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cart-preview__meta{color:var(--color-text-muted);margin-bottom:0;font-size:.92rem}.cart-preview__footer{border-top:1px solid #e6d9cbdb;margin-top:1rem;padding-top:.9rem}.cart-preview__total-row{color:var(--color-heading);justify-content:space-between;align-items:center;margin-bottom:.9rem;font-size:1rem;display:flex}.cart-preview__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.cart-preview__button{width:100%}.cart-preview-backdrop,.cart-preview--sheet{display:none}@keyframes cartPreviewIn{0%{opacity:0;transform:translateY(-.4rem)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes cartPreviewSheetIn{0%{opacity:0;transform:translateY(.7rem)}to{opacity:1;transform:translateY(0)}}.page{padding:5rem 0}.page-heading,.section-heading{margin-bottom:2.5rem}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin:0 0 .75rem;font-size:.8rem;font-weight:700}h1,h2,h3,p{margin-top:0}h1{font-family:var(--heading-font);letter-spacing:-.03em;color:var(--color-heading);margin-bottom:1.15rem;font-size:clamp(2.4rem,5vw,4.4rem);line-height:1.04}h2{font-family:var(--heading-font);color:var(--color-heading);margin-bottom:.85rem;font-size:1.7rem;line-height:1.14}h3{font-family:var(--heading-font);color:var(--color-heading);margin-bottom:.75rem;font-size:1.25rem}p{color:var(--color-text-muted)}.page-intro{max-width:650px;color:var(--color-text-muted);font-size:1.08rem;line-height:1.75}.hero-section,.details-layout{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:2.5rem;display:grid}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:1.8rem;display:flex}.button{letter-spacing:.01em;will-change:transform;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:.92rem 1.45rem;font-weight:600;transition:transform .18s,box-shadow .24s,background-color .24s,border-color .24s,color .22s,opacity .22s;display:inline-flex}.button--primary{background:var(--color-accent);color:var(--color-surface-strong);box-shadow:0 14px 30px #b56c4d33}.button--primary:hover{background:var(--color-accent-hover);transform:translateY(-1px);box-shadow:0 18px 34px #9b573b3d}.button--secondary{background:var(--color-accent-soft);color:var(--color-heading);border:1px solid #b56c4d24}.button--secondary:hover{background:#ead5c8;transform:translateY(-1px)}.button:active{transform:translateY(0)scale(.985)}.button--inline{margin-top:1rem}.card{border:1px solid var(--color-border);background:var(--color-surface-strong);box-shadow:var(--shadow-soft);border-radius:1.6rem;padding:1.7rem}.about-shop-layout{gap:1.5rem;display:grid}.about-shop-profile,.about-shop-story{flex-direction:column;gap:1rem;display:flex}.about-shop-profile{background:radial-gradient(circle at 0 0,#ffffffb8,#0000 30%),linear-gradient(#fffdf9 0%,#f6ebe1 100%)}.about-shop-profile__platform-note{background:#fffbf7d1;border:1px solid #d7c6b6c7;border-radius:1.15rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 1rem;display:flex}.about-shop-profile__platform-note p{color:var(--color-text-muted);margin:0;font-size:.95rem}.about-shop-profile__platform-pill{color:var(--color-heading);letter-spacing:.08em;text-transform:uppercase;background:#f0dfd3e6;border-radius:999px;align-items:center;padding:.38rem .75rem;font-size:.76rem;font-weight:700;display:inline-flex}.about-shop-profile__banner{background:linear-gradient(135deg,#f2e3d4 0%,#fbf6f0 100%);border:1px solid #d7c6b6e0;border-radius:1.35rem;overflow:hidden}.about-shop-profile__banner,.about-shop-profile__banner-image,.about-shop-profile__banner-fallback{aspect-ratio:16/8;width:100%}.about-shop-profile__banner-image{object-fit:cover;display:block}.about-shop-profile__banner-fallback{color:var(--color-accent);font-family:var(--heading-font);place-items:center;font-size:1.3rem;font-weight:700;display:grid}.about-shop-profile__brand{align-items:center;gap:1rem;display:flex}.about-shop-profile__logo{background:#fffcf8f0;border:1px solid #d7c6b6e0;border-radius:1.25rem;width:5rem;height:5rem;overflow:hidden;box-shadow:0 12px 24px #47302114}.about-shop-profile__logo-image{object-fit:cover;width:100%;height:100%}.about-shop-profile__logo-fallback{width:100%;height:100%;font-family:var(--heading-font);color:var(--color-accent);place-items:center;font-size:1.9rem;font-weight:700;display:grid}.about-shop-profile__copy{flex-direction:column;gap:.2rem;display:flex}.about-shop-profile__copy h2,.about-shop-profile__slug{margin-bottom:0}.about-shop-profile__slug{color:var(--color-text-muted);font-weight:600}.about-shop-story{background:radial-gradient(circle at 0 0,#ffffffa3,#0000 32%),linear-gradient(#fffdf9 0%,#f9f1e8 100%)}.about-shop-story__lead{color:var(--color-heading);margin-bottom:0;font-size:1.05rem}.shop-profile-actions{flex-wrap:wrap;gap:.9rem;margin-top:.7rem;display:flex}.shop-profile-hero{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:stretch;gap:1.5rem;margin-bottom:3.35rem;display:grid}.shop-profile-hero__panel{background:radial-gradient(circle at 0 0,#ffffffbd,#0000 32%),linear-gradient(#fffdf9 0%,#f6ebe1 100%);border-color:#d7c6b6d1;grid-template-columns:minmax(0,1.05fr) minmax(260px,.8fr);align-items:center;gap:1.5rem;padding:2rem;display:grid;box-shadow:0 24px 46px #47302114,inset 0 1px #ffffff6b}.shop-profile-hero__copy,.shop-profile-hero__identity,.shop-profile-hero__brand-copy{flex-direction:column;display:flex}.shop-profile-hero__copy{gap:1rem}.shop-profile-hero__copy h2,.shop-profile-hero__lead,.shop-profile-hero__text,.shop-profile-hero__marketplace-note p,.shop-profile-hero__identity-label,.shop-profile-hero__identity-note p,.shop-profile-hero__brand-copy h3,.shop-profile-hero__brand-copy p{margin-bottom:0}.shop-profile-hero__marketplace-note{flex-wrap:wrap;align-items:center;gap:.7rem;margin-bottom:.15rem;display:flex}.shop-profile-hero__marketplace-note p{color:var(--color-text-muted);letter-spacing:.03em;font-size:.9rem;font-weight:600}.shop-profile-hero__copy h2{max-width:11ch;font-size:clamp(2.2rem,4vw,3.35rem);line-height:1.04}.shop-profile-hero__lead{max-width:34rem;color:var(--color-heading);font-size:1.08rem;line-height:1.8}.shop-profile-hero__text{max-width:32rem;line-height:1.78}.shop-profile-hero__identity{background:radial-gradient(circle at 0 0,#ffffffa6,#0000 34%),#fffcf8bd;border:1px solid #d7c6b6d1;border-radius:1.35rem;justify-content:space-between;gap:1rem;min-height:100%;padding:1.45rem}.shop-profile-hero__identity-note{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.shop-profile-hero__identity-label{color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.shop-profile-hero__identity-note p{color:var(--color-text-muted);font-size:.9rem;font-weight:600}.shop-profile-hero__brand{align-items:center;gap:1rem;display:flex}.shop-profile-hero__brand-copy{gap:.28rem}.shop-profile-hero__brand-copy h3{font-size:1.55rem;line-height:1.12}.shop-profile-hero__banner-card{background:radial-gradient(circle at 0 0,#ffffffa8,#0000 34%),linear-gradient(#fffdf9 0%,#f5ebe1 100%);padding:0;overflow:hidden}.shop-profile-hero__banner-card .about-shop-profile__banner{border:none;border-radius:1.6rem;box-shadow:inset 0 0 0 1px #d7c6b6bd}.shop-profile-hero__banner-card .about-shop-profile__banner,.shop-profile-hero__banner-card .about-shop-profile__banner-image,.shop-profile-hero__banner-card .about-shop-profile__banner-fallback{aspect-ratio:5/6}.shop-profile-collection{margin-bottom:3.1rem}.shop-profile-collection .section-heading{max-width:40rem;margin-bottom:2rem}.shop-profile-empty-state{background:radial-gradient(circle at 0 0,#ffffffb8,#0000 30%),linear-gradient(#fffdf9 0%,#f7efe6 100%);border-style:dashed;border-color:#d7c6b6e6;padding:2.15rem}.shop-profile-empty-state h2{margin-bottom:.7rem}.shop-profile-empty-state p{max-width:34rem;margin:0 auto}.shop-profile-not-found{text-align:left;background:radial-gradient(circle at 0 0,#ffffffb8,#0000 30%),linear-gradient(#fffdf9 0%,#f7efe6 100%);max-width:42rem}.shop-profile-not-found h2{margin-bottom:.7rem}.shop-profile-not-found p{max-width:34rem}.feature-card{background:linear-gradient(#fffdf9 0%,#f5ebe0 100%)}.home-page{flex-direction:column;display:flex}.home-hero{background:radial-gradient(circle at 0 0,#b56c4d24,#0000 30%),linear-gradient(#fbf6f0 0%,#f6f1ea 100%);padding:5.5rem 0}.home-hero__content{align-items:stretch;gap:2.9rem}.home-hero__copy{max-width:38rem}.home-hero__brand-line{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.1rem;display:flex}.home-hero__brand-line .eyebrow,.home-hero__brand-note{margin-bottom:0}.home-hero__brand-line .eyebrow{letter-spacing:.14em;font-size:.83rem}.home-hero__brand-separator{background:#b56c4d6b;width:2.2rem;height:1px}.home-hero__brand-note{color:var(--color-text-muted);letter-spacing:.04em;font-size:.88rem;font-weight:600}.home-hero__copy h1{max-width:13ch;margin-bottom:1.1rem;font-size:clamp(2.75rem,4.5vw,4.4rem);line-height:1.06}.home-hero__copy .page-intro{max-width:35rem;margin-bottom:0;font-size:1.04rem;line-height:1.82}.home-hero__panel{background:radial-gradient(circle at 0 0,#ffffffc2,#0000 38%),linear-gradient(#fffcf8f0 0%,#f4e8dcdb 100%);border-color:#d7c6b6e6;align-self:center;max-width:31rem;padding:2.15rem;box-shadow:0 24px 48px #4730211a}.home-hero__panel .eyebrow{margin-bottom:.85rem}.home-hero__panel h2{margin-bottom:.9rem;font-size:1.9rem}.home-hero__panel-intro{margin-bottom:1rem;line-height:1.75}.home-section{padding-top:3rem}.shop-browser-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.3rem;margin-bottom:3rem;display:grid}.shop-browser-card{text-align:left;background:radial-gradient(circle at 0 0,#ffffffb8,#0000 30%),linear-gradient(#fffdf9 0%,#f8efe6 100%);flex-direction:column;align-items:flex-start;gap:0;padding:0;display:flex;position:relative}.shop-browser-card:hover{box-shadow:var(--shadow-hover);border-color:#b56c4d47;transform:translateY(-3px)}.shop-browser-card--active{border-color:#b56c4d57;box-shadow:0 20px 40px #4730211a}.shop-browser-card:has(.favorite-button--active){background:radial-gradient(circle at 0 0,#ffffffc2,#0000 32%),linear-gradient(#fffcf8 0%,#f9efe9f5 100%);border-color:#c18b7957}.shop-browser-card .favorite-button--active~.shop-browser-card__trigger{background:radial-gradient(circle at 100% 0,#ffefec6b,#0000 30%)}.shop-browser-card__trigger{width:100%;height:100%;color:inherit;text-align:left;background:0 0;flex-direction:column;flex:1;align-items:flex-start;gap:1rem;padding:1.7rem 4.5rem 1.7rem 1.7rem;display:flex}.shop-browser-card__favorite{z-index:6;top:.95rem;right:.95rem}.shop-browser-card__header{align-items:center;gap:1rem;display:flex}.shop-browser-card__logo{background:#fffcf8eb;border:1px solid #d7c6b6b8;border-radius:1.15rem;flex-shrink:0;place-items:center;width:3.5rem;height:3.5rem;padding:.42rem;display:grid;overflow:hidden;box-shadow:0 12px 24px #47302114}.shop-browser-card__logo-image{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.shop-browser-card__logo-fallback{width:100%;height:100%;font-family:var(--heading-font);color:var(--color-accent);place-items:center;font-size:1.4rem;font-weight:700;display:grid}.shop-browser-card__copy h3,.shop-browser-card__description,.shop-browser-card__action,.shop-browser-card__eyebrow{margin-bottom:0}.shop-browser-card__copy{flex-direction:column;gap:.25rem;display:flex}.shop-browser-card__meta-row{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.shop-browser-card__eyebrow{color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.shop-browser-card__favorite-label{color:#9b5a4f;letter-spacing:.04em;background:#f9e6e0e0;border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.shop-browser-card__description{line-height:1.75}.shop-browser-card__action{color:var(--color-heading);margin-top:auto;font-weight:700}.home-storefront-intro{padding:1.65rem 0 1.45rem;position:relative}.home-storefront-intro:before{content:"";pointer-events:none;background:linear-gradient(#f6f1ea00 0%,#f8f1e9b8 42%,#f6f1ea00 100%);height:100%;position:absolute;inset:0 0 auto}.home-storefront-intro__inner{border-top:1px solid #d7c6b66b;border-bottom:1px solid #d7c6b63d;justify-content:space-between;align-items:end;gap:2rem;padding:1.9rem 0 1.7rem;display:flex;position:relative}.home-storefront-intro__copy{max-width:40rem}.home-storefront-intro__copy .eyebrow,.home-storefront-intro__text,.home-storefront-intro__caption,.home-storefront-intro__name{margin-bottom:0}.home-storefront-intro__copy h2{margin-bottom:.75rem;font-size:clamp(2.15rem,3vw,2.95rem);line-height:1.08}.home-storefront-intro__text{max-width:34rem;font-size:1.03rem;line-height:1.8}.home-storefront-intro__caption{max-width:31rem;margin-top:.75rem;font-size:.94rem;line-height:1.75}.home-storefront-intro__brand{align-items:center;gap:1rem;min-width:0;display:flex}.home-storefront-intro__logo{background:#fffcf8d1;border-radius:1.3rem;width:4.6rem;height:4.6rem;overflow:hidden;box-shadow:0 14px 28px #47302114}.home-storefront-intro__logo-image{object-fit:cover;width:100%;height:100%}.home-storefront-intro__logo-fallback{width:100%;height:100%;font-family:var(--heading-font);color:var(--color-accent);place-items:center;font-size:1.6rem;font-weight:700;display:grid}.home-storefront-intro__meta{flex-direction:column;gap:0;display:flex}.home-storefront-intro__name{font-family:var(--heading-font);color:var(--color-heading);font-size:1.85rem;font-weight:700;line-height:1.08}.home-section--soft{background:linear-gradient(#fdf9f4 0%,#f7f1ea 100%)}.shop-page__heading{margin-bottom:2.35rem}.shop-page__subnote{max-width:38rem;margin:.85rem 0 0;line-height:1.75}.shop-toolbar{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:2.2rem;display:grid}.shop-identity-panel{margin-bottom:2rem;padding:.35rem 0 .6rem}.shop-identity-panel__intro{max-width:42rem;margin-bottom:1.3rem}.shop-identity-panel__intro h2,.shop-identity-panel__lead,.shop-identity-panel__caption,.shop-identity-panel__copy h3,.shop-identity-panel__description,.shop-identity-panel__meta{margin-bottom:0}.shop-identity-panel__intro h2{margin-bottom:.8rem;font-size:clamp(2rem,3.2vw,2.7rem)}.shop-identity-panel__lead{max-width:38rem;color:var(--color-text-muted);font-size:1.06rem;line-height:1.8}.shop-identity-panel__content{background:radial-gradient(circle at 0 0,#ffffffbd,#0000 32%),linear-gradient(#fffdf9 0%,#f7eee5 100%);border-color:#d7c6b6c2;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:1.75rem;padding:2rem;display:grid;box-shadow:0 18px 40px #47302114}.shop-identity-panel__brand{align-items:center;gap:1.2rem;display:flex}.shop-identity-panel__logo{background:#fffcf8f0;border:1px solid #d7c6b6e0;border-radius:1.4rem;width:5.25rem;height:5.25rem;overflow:hidden;box-shadow:0 16px 28px #47302117}.shop-identity-panel__logo-image{object-fit:cover;width:100%;height:100%}.shop-identity-panel__logo-fallback{width:100%;height:100%;font-family:var(--heading-font);color:var(--color-accent);place-items:center;font-size:1.65rem;font-weight:700;display:grid}.shop-identity-panel__copy{flex-direction:column;gap:.28rem;display:flex}.shop-identity-panel__copy .eyebrow{margin-bottom:.1rem}.shop-identity-panel__copy h3{font-size:2rem}.shop-identity-panel__meta{color:var(--color-text-muted);font-weight:600}.shop-identity-panel__story{flex-direction:column;gap:.95rem;display:flex}.shop-identity-panel__description{max-width:34rem;color:var(--color-heading);font-size:1.05rem;line-height:1.85}.shop-identity-panel__caption{max-width:31rem;color:var(--color-text-muted);line-height:1.75}.shop-toolbar__group,.checkout-form__group{flex-direction:column;gap:.45rem;display:flex}.shop-toolbar__label{color:var(--color-heading);font-size:.95rem;font-weight:600}.shop-toolbar__input,.shop-toolbar__select,.checkout-form__textarea{border:1px solid var(--color-border);width:100%;color:var(--color-text);background:#fffdf9f5;border-radius:1rem}.shop-toolbar__input,.shop-toolbar__select{min-height:46px;padding:.78rem 1rem}.checkout-form__textarea{resize:vertical;min-height:120px;padding:.9rem 1rem}.shop-toolbar__input:focus,.shop-toolbar__select:focus,.checkout-form__textarea:focus{border-color:#b56c4d70;outline:2px solid #b56c4d29}.shop-empty-state{text-align:center}.feature-list{color:var(--color-text-muted);margin:0;padding-left:1.2rem;line-height:1.7}.feature-list li+li{margin-top:.8rem}.product-grid,.category-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.7rem;display:grid}.category-card{flex-direction:column;gap:.35rem;min-height:100%;display:flex}.category-card:hover{box-shadow:var(--shadow-hover);border-color:#b56c4d52;transform:translateY(-3px)}.category-card__title{margin-bottom:.15rem}.category-card__text{color:var(--color-text-muted);margin-bottom:.5rem}.product-card{flex-direction:column;gap:.9rem;height:100%;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-hover);border-color:#b56c4d47;transform:translateY(-4px)}.product-card__media,.details-media{position:relative}.favorite-button{color:var(--color-text-muted);cursor:pointer;pointer-events:auto;will-change:transform;background:#fffdf9eb;border:1px solid #d7c6b6eb;justify-content:center;align-items:center;transition:color .22s,background-color .24s,border-color .24s,box-shadow .24s,transform .18s;display:inline-flex;box-shadow:0 10px 22px #47302114}.favorite-button:hover:not(:disabled){color:#bb3e3e;border-color:#bb3e3e57;transform:translateY(-1px)scale(1.04)}.favorite-button:active:not(:disabled){transform:scale(.96)}.favorite-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.favorite-button--active{color:#bb3e3e;background:#ffededf5;border-color:#bb3e3e57;animation:.34s cubic-bezier(.22,1,.36,1) favoriteButtonPulse;box-shadow:0 12px 28px #bb3e3e2e}.favorite-button--card{z-index:4;border-radius:999px;width:2.9rem;height:2.9rem;padding:0;position:absolute;top:1.1rem;right:1.1rem}.favorite-button__icon{transform-origin:50%;font-size:1.2rem;line-height:1;transition:transform .24s cubic-bezier(.22,1,.36,1),color .22s,filter .24s}.favorite-button:hover:not(:disabled) .favorite-button__icon{transform:scale(1.06)}.favorite-button:active:not(:disabled) .favorite-button__icon{transform:scale(.95)}.favorite-button--active .favorite-button__icon{filter:saturate(1.08)drop-shadow(0 3px 8px #bb3e3e1f)}@keyframes favoriteButtonPulse{0%{transform:scale(.97)}42%{transform:scale(1.065)}to{transform:scale(1)}}@keyframes cartBadgePulse{0%{opacity:.84;transform:scale(.9)translateY(.04rem)}55%{opacity:1;transform:scale(1.06)translateY(0)}to{opacity:1;transform:scale(1)}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.details-media__panel{box-shadow:var(--shadow-soft);background:radial-gradient(circle at 0 0,#ffffffb3,#0000 30%),linear-gradient(#fffaf5f5 0%,#f2e7ddeb 100%);border:1px solid #d7c6b6b3;border-radius:2rem;padding:1.2rem}.image-frame{background:linear-gradient(#fffaf5f5 0%,#f4e8dde0 100%);border:1px solid #d7c6b6e0;border-radius:1.45rem;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffb8,inset 0 -14px 28px #b56c4d0d}.image-frame:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#ffffffa6,#0000 36%),linear-gradient(135deg,#ffffff47,#b56c4d05);position:absolute;inset:0}.image-frame--card{padding:1rem}.image-frame--details{box-shadow:inset 0 1px 0 #ffffffb8, inset 0 -16px 34px #b56c4d0d, var(--shadow-soft);border-radius:1.7rem;padding:1rem}.product-image{background:linear-gradient(145deg,#f3e5d7 0%,#fbf5ee 100%);border:1px solid #d7c6b6c2;width:100%;transition:transform .22s,box-shadow .22s;position:relative;overflow:hidden;box-shadow:0 16px 30px #4730210f,inset 0 1px #ffffff73}.product-image--card,.product-image--details,.product-image--preview{aspect-ratio:4/5;border-radius:1.15rem}.product-image--thumb{aspect-ratio:1;border-radius:1rem;flex-shrink:0;width:5.2rem;box-shadow:0 10px 20px #47302114,inset 0 1px #ffffff73}.product-image__img{object-fit:cover;width:100%;height:100%}.product-image--placeholder{color:var(--color-heading);text-align:center;place-items:center;padding:1.1rem;display:grid;position:relative}.product-image--placeholder:before{content:"";background:radial-gradient(circle at 20% 20%,#ffffff8c,#0000 32%),radial-gradient(circle at 80% 75%,#b56c4d1f,#0000 28%),linear-gradient(140deg,#f5eadf 0%,#fdf8f2 46%,#efe0d2 100%);position:absolute;inset:0}.product-image--placeholder:after{content:"";pointer-events:none;border:1px solid #ffffff73;border-radius:1rem;position:absolute;inset:1rem}.product-image__tag,.product-image__title,.product-image__caption{z-index:1;position:relative}.product-image__tag{color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase;background:#fffdf9cc;border-radius:999px;justify-content:center;margin-bottom:.8rem;padding:.4rem .8rem;font-size:.75rem;font-weight:700;display:inline-flex}.product-image__title{max-width:72%;font-family:var(--heading-font);color:var(--color-heading);margin:0 auto .35rem;font-size:1.1rem;font-weight:700;display:block}.product-image__caption{color:var(--color-text-muted);font-size:.92rem;display:block}.product-card:hover .image-frame--card{border-color:#b56c4d52;box-shadow:inset 0 1px #ffffffb8,inset 0 -16px 28px #b56c4d0f,0 18px 36px #47302114}.product-card:hover .product-image{transform:scale(1.02)}.product-price{color:var(--color-heading);font-size:1.15rem;font-weight:700}.product-card__content,.details-content,.product-purchase,.cart-item__details,.cart-item__actions,.checkout-form,.checkout-summary{flex-direction:column;display:flex}.product-card__content{flex:1}.product-card__details-link{z-index:1;display:block;position:relative}.product-card__details-link--title{display:inline}.product-card__details-link--title:hover{color:var(--color-accent)}.product-card__details-text{margin-top:auto}.product-card__actions{flex-direction:column;gap:.75rem;display:flex}.product-card__add-button{transform-origin:50%;position:relative;overflow:hidden}.product-card__add-button-text{animation:.24s cubic-bezier(.22,1,.36,1) addToCartLabelIn;display:inline-block}.product-card__add-button--added{color:#284631;background:#d8eadc;animation:.28s cubic-bezier(.22,1,.36,1) addToCartButtonSettle;transform:translateY(-1px);box-shadow:0 12px 26px #4d7d5a29}.product-card__add-button:active{transform:scale(.985)}@keyframes addToCartLabelIn{0%{opacity:0;transform:translateY(.2rem)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes addToCartButtonSettle{0%{transform:scale(.985)}60%{transform:translateY(-1px)scale(1.015)}to{transform:translateY(-1px)scale(1)}}.product-card__title{margin-bottom:.35rem}.product-category{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.35rem;font-size:.85rem;font-weight:700}.text-link{color:var(--color-accent);margin-top:auto;font-weight:600}.text-link:hover{color:var(--color-accent-hover)}.details-content{gap:1rem}.product-purchase{gap:.8rem}.shop-attribution-card{background:#fffbf7db;border:1px solid #d7c6b6d1;border-radius:1.2rem;flex-direction:column;gap:.9rem;margin-top:1.25rem;padding:1rem 1.1rem;display:flex}.shop-attribution-card__brand{align-items:center;gap:.9rem;display:flex}.product-shop-note{color:var(--color-heading);margin-bottom:.35rem;font-size:.92rem;font-weight:600}.shop-attribution-card__logo{background:#fffcf8f0;border:1px solid #d7c6b6e0;border-radius:1rem;width:3.6rem;height:3.6rem;overflow:hidden}.shop-attribution-card__logo-image{object-fit:cover;width:100%;height:100%}.shop-attribution-card__logo-fallback{width:100%;height:100%;font-family:var(--heading-font);color:var(--color-accent);place-items:center;font-size:1.35rem;font-weight:700;display:grid}.shop-attribution-card__eyebrow,.shop-attribution-card__title,.shop-attribution-card__text{margin-bottom:0}.shop-attribution-card__eyebrow{color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:700}.shop-attribution-card__title{font-size:1.1rem}.shop-attribution-card__text{color:var(--color-text-muted)}.product-purchase__row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.product-purchase__label{color:var(--color-heading);font-weight:600}.cart-list{gap:1.2rem;display:grid}.cart-item{background:radial-gradient(circle at 0 0,#ffffffb8,#0000 30%),linear-gradient(#fffdf9 0%,#f8f0e7 100%);border-color:#d7c6b6e6;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.cart-item__actions{align-items:flex-end;gap:.85rem}.cart-item__pricing{flex-wrap:wrap;align-items:center;gap:.4rem 1rem;display:flex}.cart-item__details{gap:.24rem}.cart-item__title,.cart-item__price,.cart-item__subtotal,.cart-summary__total{margin-bottom:.35rem}.cart-item__title{color:var(--color-heading);margin-bottom:.12rem;font-size:1.38rem;line-height:1.2}.cart-item__category{color:#746962c7;letter-spacing:.06em;margin-bottom:.05rem;font-size:.73rem;font-weight:600}.cart-item__price{color:var(--color-text-muted);font-size:.92rem;font-weight:500}.cart-item__subtotal{color:var(--color-heading);font-size:1.08rem;font-weight:800}.quantity-controls{background:#fffbf7db;border:1px solid #d7c6b6eb;border-radius:999px;align-items:center;gap:.12rem;padding:.2rem .24rem;display:inline-flex;box-shadow:inset 0 1px #ffffffa8}.quantity-button{width:2.25rem;height:2.25rem;color:var(--color-heading);background:#efe3d8e0;border-radius:999px}.quantity-button:hover{background:#e4d2c3}.quantity-value{text-align:center;min-width:2rem;color:var(--color-heading);font-weight:700}.cart-item__remove-button{color:#a35b5b;opacity:.84;text-underline-offset:.18rem;background:0 0;border:0;border-radius:0;min-height:0;padding:.18rem 0;font-size:.92rem;font-weight:600;-webkit-text-decoration:underline #a35b5b3d;text-decoration:underline #a35b5b3d}.cart-item__remove-button:hover{color:#8d4747;background:0 0}.success-message{color:var(--color-success);margin-bottom:0;font-weight:600}.favorite-helper-text{margin-bottom:0;font-size:.95rem}.favorite-action{justify-content:center;gap:.5rem}.favorite-action--active{color:#9f2f2f;background:#ffededf5;border-color:#bb3e3e57}.cart-summary{background:radial-gradient(circle at 0 0,#ffffffc2,#0000 34%),linear-gradient(#fffdf9 0%,#f6ece2 100%);border-color:#d7c6b6eb;margin-top:1.5rem;padding:1.6rem}.cart-summary h2{color:var(--color-text-muted);letter-spacing:.01em;margin-bottom:.35rem;font-size:1rem;font-weight:600}.cart-summary__total{color:var(--color-heading);letter-spacing:-.02em;margin-top:.35rem;margin-bottom:1rem;font-size:1.68rem;font-weight:800}.cart-summary__actions{border-top:1px solid #e6d9cbdb;flex-wrap:wrap;gap:.75rem;padding-top:.95rem;display:flex}.cart-summary--sticky-mobile{display:none}.checkout-layout{grid-template-columns:minmax(0,1.35fr) minmax(300px,.95fr);align-items:start;gap:1.7rem;display:grid}.checkout-form,.checkout-summary{gap:1rem}.checkout-form__header,.checkout-form__footer,.checkout-summary__header,.checkout-summary__item-copy{flex-direction:column;display:flex}.checkout-form__header,.checkout-summary__header{gap:.55rem}.checkout-form__header .eyebrow,.checkout-form__header h2,.checkout-summary__header .eyebrow,.checkout-summary__header h2{margin-bottom:0}.checkout-form__prefill-pill{color:var(--color-heading);letter-spacing:.06em;text-transform:uppercase;background:#f0dfd3d1;border-radius:999px;align-self:flex-start;align-items:center;padding:.36rem .72rem;font-size:.75rem;font-weight:700;display:inline-flex}.checkout-note{background:#f0dfd373;border:1px solid #b56c4d2e;border-radius:1rem;padding:1rem 1.05rem}.checkout-note__title{color:var(--color-heading);margin-bottom:.35rem;font-weight:700}.checkout-note__text{color:var(--color-text-muted);margin-bottom:0;font-size:.97rem}.checkout-form__group{gap:.5rem}.checkout-form__section{flex-direction:column;gap:.85rem;padding-top:.2rem;display:flex}.checkout-form__section+.checkout-form__section{border-top:1px solid #e6d9cbe0;padding-top:1rem}.checkout-form__section-header{flex-direction:column;gap:.2rem;display:flex}.checkout-form__section-label,.checkout-form__section-text{margin:0}.checkout-form__section-label{color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.checkout-form__section-text{color:var(--color-text-muted);font-size:.94rem;line-height:1.55}.checkout-form__footer{gap:.7rem;padding-top:.15rem}.checkout-form__helper,.checkout-summary__note,.checkout-summary__helper{color:var(--color-text-muted);margin:0}.checkout-form__helper{font-size:.95rem;line-height:1.6}.checkout-form__submit{width:100%}.checkout-summary__items{gap:.9rem;display:grid}.checkout-summary__item{border-bottom:1px solid var(--color-border);justify-content:space-between;gap:1rem;padding-bottom:.9rem;display:flex}.checkout-summary__name,.checkout-summary__subtotal{color:var(--color-heading);margin-bottom:.2rem;font-weight:600}.checkout-summary__name{line-height:1.35}.checkout-summary__meta{color:var(--color-text-muted);margin-bottom:0;font-size:.95rem}.checkout-summary__note{font-size:.95rem;line-height:1.6}.checkout-summary__count{color:var(--color-heading);letter-spacing:.05em;text-transform:uppercase;background:#fffcf8d6;border:1px solid #d7c6b6d6;border-radius:999px;align-self:flex-start;align-items:center;padding:.35rem .72rem;font-size:.76rem;font-weight:700;display:inline-flex}.checkout-summary__total{color:var(--color-heading);border-top:1px solid #e6d9cbe6;justify-content:space-between;align-items:center;padding-top:.5rem;font-size:1.15rem;display:flex}.checkout-summary__total strong{letter-spacing:-.02em;font-size:1.5rem}.checkout-summary__helper{font-size:.94rem;line-height:1.6}.checkout-summary--sticky-mobile{display:none}.checkout-success{text-align:left}.checkout-success,.checkout-success__hero,.checkout-success__copy,.checkout-success__summary,.checkout-success__actions{flex-direction:column;display:flex}.checkout-success{background:radial-gradient(circle at 0 0,#ffffffc2,#0000 32%),linear-gradient(#fffdf9 0%,#f6ece3 100%);border-color:#d7c6b6e6;gap:1.2rem;padding:2rem;animation:.42s cubic-bezier(.22,1,.36,1) confirmationCardIn}.checkout-success__hero{border-bottom:1px solid #e6d9cbe6;gap:.95rem;padding-bottom:1.15rem}.checkout-success__mark{width:4.35rem;height:4.35rem;color:var(--color-success);background:linear-gradient(#e4f2e7fa 0%,#d3e8d9f5 100%);border-radius:1.45rem;place-items:center;margin-bottom:.2rem;animation:.44s cubic-bezier(.22,1,.36,1) confirmationMarkIn;display:grid;box-shadow:0 18px 34px #4d7d5a1f,inset 0 1px #ffffffb3}.checkout-success__mark span{font-size:1.95rem;font-weight:700;line-height:1}.checkout-success__copy h2,.checkout-success__intro,.checkout-success__items,.checkout-success__note{margin-bottom:0}.checkout-success__copy h2{font-size:1.95rem}.checkout-success__intro,.checkout-success__note,.checkout-success__items{color:var(--color-text-muted);line-height:1.6}.checkout-success__summary{gap:.8rem}.checkout-success__summary-row{background:#fffcf8d1;border:1px solid #d7c6b6d6;border-radius:1rem;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1rem;display:flex}.checkout-success__summary-row--stacked{flex-direction:column;align-items:flex-start}.checkout-success__summary-row strong{color:var(--color-heading);font-size:1rem;font-weight:600}.checkout-success__summary-row .checkout-success__total{font-size:1.2rem;font-weight:700}.checkout-success__label{color:#8e634cd1;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:600}.checkout-success__note strong{color:var(--color-heading)}.checkout-success__actions{gap:.75rem}.checkout-success__action-tertiary{color:var(--color-text-muted);background:0 0;border:1px solid #b56c4d1f}.checkout-success__action-tertiary:hover{color:var(--color-heading);background:#fffaf5b8;transform:translateY(-1px)}@keyframes confirmationCardIn{0%{opacity:0;transform:translateY(.45rem)}to{opacity:1;transform:translateY(0)}}@keyframes confirmationMarkIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.button,.favorite-button,.favorite-button__icon,.product-card__add-button,.product-card__add-button-text,.cart-count,.mobile-bottom-nav__badge--cart,.checkout-success,.checkout-success__mark{transition:none!important;animation:none!important;transform:none!important}}.auth-layout{grid-template-columns:minmax(0,1.25fr) minmax(260px,.85fr);align-items:start;gap:1.7rem;display:grid}.auth-card,.auth-sidecard{flex-direction:column;gap:1rem;display:flex}.auth-card__group{flex-direction:column;gap:.45rem;display:flex}.auth-card__subtle-link{color:var(--color-text-muted);font-size:.94rem}.auth-message{margin-bottom:0;font-weight:600}.auth-message--success{color:var(--color-success)}.auth-message--error{color:#a04444}.auth-message--neutral{color:var(--color-text-muted)}.admin-layout{grid-template-columns:minmax(220px,300px) minmax(0,1fr);align-items:start;gap:1.7rem;display:grid}.admin-content{flex-direction:column;display:flex}.admin-content__actions{margin-top:-.5rem;margin-bottom:1.5rem}.admin-nav{flex-direction:column;gap:1rem;display:flex;position:sticky;top:6rem}.admin-nav__header{flex-direction:column;gap:.9rem;display:flex}.admin-nav__title{margin-bottom:0}.admin-nav__links{flex-direction:column;gap:.65rem;display:flex}.admin-nav__link{color:var(--color-text-muted);background:#f0dfd347;border-radius:1rem;padding:.82rem .95rem;font-weight:600}.admin-nav__link:hover,.admin-nav__link--active{color:var(--color-heading);background:#f0dfd3e6}.admin-nav__back{margin-top:.2rem}.admin-stats,.admin-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;display:grid}.admin-stats{margin-bottom:1.4rem}.admin-stat__label,.admin-form-placeholder__label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.35rem;font-size:.84rem;font-weight:700;display:inline-block}.admin-stat__value{margin-bottom:0}.admin-action-card,.admin-form-placeholder{flex-direction:column;gap:.9rem;display:flex}.admin-product-form{flex-direction:column;gap:1rem;display:flex}.admin-settings-layout{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:start;gap:1.5rem;display:grid}.shop-preview-card{background:radial-gradient(circle at 0 0,#ffffffb3,#0000 30%),linear-gradient(#fffdf9 0%,#f7eee5 100%);flex-direction:column;gap:1rem;display:flex}.shop-preview-banner{background:linear-gradient(135deg,#f2e3d4 0%,#fbf6f0 100%);border:1px solid #d7c6b6e0;border-radius:1.35rem;overflow:hidden}.shop-preview-banner,.shop-preview-banner__image,.shop-preview-banner__fallback{aspect-ratio:16/9;width:100%}.shop-preview-banner__image{object-fit:cover;display:block}.shop-preview-banner__fallback{color:var(--color-accent);letter-spacing:.06em;text-transform:uppercase;place-items:center;font-weight:700;display:grid}.shop-preview-brand{align-items:center;gap:1rem;display:flex}.shop-preview-logo{background:#fffcf8f0;border:1px solid #d7c6b6e0;border-radius:1.2rem;width:4.5rem;height:4.5rem;overflow:hidden;box-shadow:0 12px 24px #47302114}.shop-preview-logo__image{object-fit:cover;width:100%;height:100%}.shop-preview-logo__fallback{width:100%;height:100%;font-family:var(--heading-font);color:var(--color-accent);place-items:center;font-size:1.65rem;font-weight:700;display:grid}.shop-preview-brand__copy{flex-direction:column;gap:.2rem;display:flex}.shop-preview-brand__copy h3,.shop-preview-card__description,.shop-preview-brand__slug{margin-bottom:0}.shop-preview-brand__slug{color:var(--color-text-muted);font-weight:600}.shop-preview-card__description{line-height:1.7}.shop-preview-card__platform-note{color:var(--color-text-muted);margin:-.25rem 0 0}.admin-table{flex-direction:column;gap:.9rem;display:flex}.admin-table__row,.admin-form-placeholder__row{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.95rem;display:flex}.admin-form-placeholder__row:last-child,.admin-table__row:last-child{border-bottom:none;padding-bottom:0}.admin-table__name,.admin-table__price{color:var(--color-heading);margin-bottom:.2rem;font-weight:600}.admin-table__details,.admin-table__actions{flex-direction:column;display:flex}.admin-table__product{align-items:center;gap:1rem;display:flex}.admin-table__details{gap:.2rem}.admin-table__actions{align-items:flex-end;gap:.65rem}.admin-table__thumb .product-image__title{max-width:100%;font-size:.8rem}.admin-table__thumb .product-image__caption{font-size:.75rem}.form-helper-text{color:var(--color-text-muted);margin:-.1rem 0 0;font-size:.92rem}.admin-image-preview{background:radial-gradient(circle at 0 0,#ffffffa6,#0000 28%),linear-gradient(#fffdf9 0%,#f4e9df 100%);padding:1rem}.admin-table__meta{margin-bottom:0}.admin-order-list{gap:1.5rem;display:grid}.admin-order-card,.admin-order-card__status,.admin-order-card__items{flex-direction:column;display:flex}.admin-order-card{background:radial-gradient(circle at 0 0,#ffffff94,#0000 30%),linear-gradient(#fffdf9 0%,#faf4ed 100%);border-color:#d7c6b6e0;gap:1.45rem;padding:1.9rem;box-shadow:0 22px 44px #47302114,inset 0 1px #ffffff7a}.admin-order-card__header,.admin-order-card__summary,.admin-order-item{justify-content:space-between;gap:1.2rem;display:flex}.admin-order-card__header,.admin-order-item{align-items:flex-start}.admin-order-card__header{border-bottom:1px solid var(--color-border);padding-bottom:1.2rem}.admin-order-card__identity{flex-direction:column;gap:.2rem;display:flex}.admin-order-card__title{letter-spacing:-.02em;margin-bottom:0;font-size:1.55rem}.admin-order-card__date,.admin-order-card__meta,.admin-order-card__item-count,.admin-order-item__meta{color:var(--color-text-muted);margin-bottom:0}.admin-order-card__header-side{flex-direction:column;align-items:flex-end;gap:.85rem;display:flex}.admin-order-card__status{gap:.45rem;min-width:180px}.admin-order-badge{letter-spacing:.06em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.55rem .95rem;font-size:.82rem;font-weight:700;display:inline-flex}.admin-order-badge--pending{color:#9a651d;background:#ce923a24;border-color:#ce923a3d}.admin-order-badge--completed{color:var(--color-success);background:#4d7d5a1f;border-color:#4d7d5a3d}.admin-order-badge--cancelled{color:#a04444;background:#b14f4f1f;border-color:#b14f4f38}.admin-order-card__summary{border-bottom:1px solid #e6d9cbe0;grid-template-columns:minmax(0,1.1fr) minmax(0,1.35fr) minmax(160px,.7fr);align-items:start;gap:1rem;padding-top:.1rem;padding-bottom:.15rem;display:grid}.admin-order-card__summary-block{background:#fffcf8d1;border:1px solid #d7c6b6d1;border-radius:1.2rem;padding:1rem 1.05rem}.admin-order-card__summary-block--total{text-align:right}.admin-order-card__customer,.admin-order-card__total,.admin-order-item__name,.admin-order-item__subtotal{color:var(--color-heading);margin-bottom:.2rem;font-weight:700}.admin-order-card__customer{font-size:1.08rem}.admin-order-card__total{letter-spacing:-.02em;font-size:1.65rem}.admin-order-card__items{gap:.85rem;padding-top:.15rem}.admin-order-card__items-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-order-card__item-list{gap:.85rem;display:grid}.admin-order-item{background:#fffdf9d9;border:1px solid #e6d9cbeb;border-radius:1rem;align-items:center;padding:.95rem 1rem}.admin-order-item__details{flex-direction:column;gap:.15rem;display:flex}.admin-order-item__name,.admin-order-item__subtotal{margin-bottom:0}.admin-orders-empty-state{background:radial-gradient(circle at 0 0,#ffffffb8,#0000 30%),linear-gradient(#fffdf9 0%,#f7efe6 100%);border-style:dashed;padding:2.4rem 2rem}.admin-orders-empty-state h2{margin-bottom:.65rem}.admin-orders-empty-state p{max-width:36rem;margin:0 auto}.account-dashboard{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.account-overview,.account-card{flex-direction:column;gap:1.15rem;display:flex}.account-overview{background:radial-gradient(circle at 0 0,#ffffffb8,#0000 30%),linear-gradient(#fffdf9 0%,#f6ebe1 100%)}.account-overview__text{max-width:32rem;line-height:1.75}.account-overview__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.account-stat{text-align:center;background:#fffcf8d1;border:1px solid #d7c6b6e6;border-radius:1.2rem;flex-direction:column;justify-content:center;align-items:center;min-height:7.8rem;padding:1.15rem 1.05rem;display:flex}.account-stat__label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.45rem;font-size:.82rem;font-weight:700;display:inline-block}.account-stat__value{color:var(--color-heading);margin-bottom:0;font-size:1.8rem;font-weight:700;line-height:1.1}.account-sections{flex-direction:column;gap:2.5rem;display:flex}.account-section{border-top:1px solid #d7c6b6c7;padding-top:2.15rem}.account-section__heading{margin-bottom:1.75rem}.account-section__heading--split{justify-content:space-between;align-items:end;gap:1rem 1.5rem;display:flex}.account-section__heading-copy{max-width:38rem}.account-section__count{color:var(--color-heading);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#fffcf8c7;border:1px solid #d7c6b6db;border-radius:999px;align-items:center;padding:.55rem .95rem;font-size:.8rem;font-weight:700;display:inline-flex}.account-card{background:radial-gradient(circle at 0 0,#ffffffa8,#0000 32%),linear-gradient(#fffdf9 0%,#f8efe6 100%)}.account-card__intro{margin-top:-.1rem;margin-bottom:.15rem;line-height:1.72}.account-order-list{gap:1.1rem;display:grid}.account-order-card{background:radial-gradient(circle at 0 0,#ffffffad,#0000 30%),linear-gradient(#fffdf9 0%,#f9f1e8 100%);border-color:#d7c6b6e6;flex-direction:column;gap:1rem;display:flex;box-shadow:0 16px 34px #4730210d}.account-order-card__header,.account-order-card__details{justify-content:space-between;gap:1rem;display:flex}.account-order-card__header{border-bottom:1px solid #e6d9cbeb;align-items:flex-start;padding-bottom:1rem}.account-order-card__identity,.account-order-card__summary,.account-order-card__detail,.account-order-card__footer{flex-direction:column;display:flex}.account-order-card__summary{align-items:flex-end;gap:.7rem}.account-order-card__eyebrow,.account-order-card__label{letter-spacing:.08em;text-transform:uppercase;color:#8e634cd1;margin-bottom:.3rem;font-size:.8rem;font-weight:600}.account-order-card__title,.account-order-card__total,.account-order-card__text,.account-order-card__footer-note{color:var(--color-heading);margin-bottom:0}.account-order-card__title{letter-spacing:-.02em;font-size:1.35rem}.account-order-card__meta{color:var(--color-text-muted);margin-bottom:0;font-size:.95rem}.account-order-card__total{letter-spacing:-.03em;font-size:1.72rem;font-weight:700;line-height:1}.account-order-card__details{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.account-order-card__detail{background:#fffcf8e0;border:1px solid #d7c6b6e0;border-radius:1rem;padding:.95rem 1rem}.account-order-card__text{line-height:1.55}.account-order-card__footer{border-top:1px solid #e6d9cbc2;padding-top:.05rem}.account-order-card__footer-note{color:var(--color-text-muted);font-size:.94rem;line-height:1.6}.account-order-card .admin-order-badge{letter-spacing:.08em;padding:.5rem .82rem;font-size:.74rem}.account-empty-state{text-align:left;background:radial-gradient(circle at 0 0,#ffffffb3,#0000 30%),linear-gradient(#fffdf9 0%,#f7efe6 100%)}.account-empty-state h3{margin-bottom:.45rem}.account-empty-state p{color:var(--color-text-muted)}.account-overview .button--inline,.account-empty-state .button--inline{align-self:flex-start;margin-top:1.25rem}.account-favorites-grid{align-items:stretch}.account-shop-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;display:grid}.account-shop-card{text-align:left;background:radial-gradient(circle at 0 0,#ffffffbd,#0000 32%),linear-gradient(#fffdf9 0%,#f8efe6 100%);border-color:#d7c6b6e0;flex-direction:column;align-items:flex-start;gap:1.05rem;width:100%;min-height:100%;padding:1.65rem;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 38px #47302114,inset 0 1px #ffffff6b}.account-shop-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#b56c4d14 0%,#0000 70%);width:9rem;height:9rem;position:absolute;inset:0 0 auto auto}.account-shop-card:hover{box-shadow:var(--shadow-hover);border-color:#b56c4d47;transform:translateY(-3px)}.account-shop-card--current{background:radial-gradient(circle at 0 0,#ffffffc7,#0000 34%),linear-gradient(#fffdf9 0%,#f5eadf 100%);border-color:#b56c4d4d}.account-shop-card__header{z-index:1;align-items:flex-start;gap:1rem;display:flex;position:relative}.account-shop-card__logo{background:#fffcf8e6;border:1px solid #d7c6b6bd;border-radius:1.15rem;flex-shrink:0;place-items:center;width:3.75rem;height:3.75rem;padding:.45rem;display:grid;overflow:hidden;box-shadow:0 12px 24px #47302114}.account-shop-card__logo-image{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.account-shop-card__logo-fallback{width:100%;height:100%;font-family:var(--heading-font);color:var(--color-accent);place-items:center;font-size:1.45rem;font-weight:700;display:grid}.account-shop-card__copy,.account-shop-card__description,.account-shop-card__action,.account-shop-card__eyebrow,.account-shop-card__copy h3{margin-bottom:0}.account-shop-card__copy{flex-direction:column;gap:.28rem;display:flex}.account-shop-card__copy h3{font-size:1.35rem;line-height:1.12}.account-shop-card__meta-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.account-shop-card__eyebrow{color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.account-shop-card__status{color:var(--color-heading);letter-spacing:.04em;background:#f0dfd3db;border-radius:999px;align-items:center;padding:.22rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.account-shop-card__description{z-index:1;text-wrap:balance;max-width:28rem;line-height:1.75;position:relative}.account-shop-card__action{z-index:1;color:var(--color-heading);margin-top:auto;font-weight:700;position:relative}.account-card__row{background:#fffcf8d1;border:1px solid #d7c6b6e0;border-radius:1rem;flex-direction:column;justify-content:center;min-height:6.75rem;padding:1rem 1.05rem;display:flex}.account-card__row:last-of-type{padding-bottom:1rem}.account-card__label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.45rem;font-size:.84rem;font-weight:700;display:inline-block}.account-card__value{color:var(--color-heading);margin-bottom:0;font-size:1.02rem;font-weight:600;line-height:1.68}.site-footer{border-top:1px solid var(--color-border);background:#f2e9df;margin-top:2rem}.site-footer__inner{padding:1.35rem 0 1.6rem}.site-footer__brand{max-width:38rem}.site-footer__brand-lockup{align-items:center;gap:.85rem;margin-bottom:.45rem;display:inline-flex}.site-footer__brand-logo{object-fit:contain;filter:drop-shadow(0 10px 16px #47302114);width:auto;height:2.5rem}.site-footer__title{font-family:var(--heading-font);margin:0}.site-footer__text{color:var(--color-text-muted);margin:0}.site-footer__aside{flex-direction:column;align-items:flex-end;gap:.65rem;display:flex}.site-footer__profile-link,.site-footer__owner-link{color:var(--color-text-muted);font-size:.92rem;font-weight:600}.site-footer__profile-link:hover,.site-footer__owner-link:hover{color:var(--color-accent)}@media (width<=768px){main{padding-bottom:calc(11.25rem + env(safe-area-inset-bottom,0px))}.site-footer__inner,.hero-section,.details-layout{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.site-header__inner{flex-direction:column;align-items:stretch;gap:.22rem;padding:.4rem 0 .44rem;display:flex;position:relative}.site-header__top-row{justify-content:space-between;align-items:center;gap:.45rem;width:100%;display:flex}.site-header__mobile-actions{align-items:center;gap:.28rem;margin-left:auto;display:flex;position:relative}.site-header__mobile-shop-row{width:100%;display:flex}.product-grid,.category-grid,.shop-browser-grid,.shop-toolbar,.checkout-layout,.auth-layout,.account-dashboard,.account-shop-list,.admin-settings-layout,.admin-layout,.admin-stats,.admin-actions,.account-overview__stats,.account-order-card__details{grid-template-columns:1fr}.account-order-card__header{flex-direction:column;gap:.9rem}.account-order-card__summary{align-items:flex-start;gap:.55rem}.account-section__heading--split{flex-direction:column;align-items:flex-start}.admin-order-card__header,.admin-order-card__summary,.admin-order-item{flex-direction:column}.admin-order-card__summary{grid-template-columns:1fr}.admin-order-card__header-side{align-items:stretch}.admin-order-card__summary-block--total{text-align:left}.admin-nav{position:static}.cart-preview{left:0;right:auto}.cart-item{flex-direction:column;align-items:flex-start;gap:1.1rem;padding:1.2rem}.cart-item__actions{align-items:flex-start;gap:.7rem;width:100%}.cart-item__details{gap:.24rem;width:100%}.cart-item__title{text-wrap:balance;margin-bottom:.08rem;line-height:1.22}.cart-item__pricing{justify-content:space-between;gap:.35rem .75rem;width:100%}.cart-item__price,.cart-item__subtotal{margin-bottom:0}.cart-item__quantity-controls{justify-content:flex-start;width:100%}.quantity-button{width:2.55rem;height:2.55rem;font-size:1rem}.quantity-value{min-width:1.7rem;font-size:.98rem}.cart-item__remove-button{width:auto}.cart-summary{margin-top:1.25rem}.cart-summary--sticky-mobile{right:0;bottom:calc(5.6rem + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:22;background:#fffaf5f7;border:1px solid #d7c6b6e0;border-radius:1.25rem;width:min(780px,100% - 1rem);margin:0 auto;padding:.68rem .78rem;display:block;position:fixed;left:0;box-shadow:0 -1px #fff9,0 16px 34px #4730211a}.cart-summary__sticky-copy{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.6rem;display:flex}.cart-summary__sticky-label{color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.cart-summary__sticky-total{color:var(--color-heading);letter-spacing:-.02em;margin:0;font-size:1.34rem;font-weight:800}.cart-summary__sticky-button{width:100%}.checkout-page .page-heading{margin-bottom:1.35rem}.checkout-confirmation-page .page-heading{margin-bottom:1.15rem}.checkout-form,.checkout-summary{gap:.9rem;padding:1.2rem}.checkout-form__header,.checkout-summary__header{gap:.45rem}.checkout-form__prefill-pill{letter-spacing:.05em;font-size:.7rem}.checkout-note{padding:.9rem}.checkout-form__group{gap:.38rem}.checkout-form__section{gap:.72rem}.checkout-form__section+.checkout-form__section{padding-top:.9rem}.checkout-summary__item{align-items:flex-start}.checkout-summary__item-copy{min-width:0}.checkout-summary__name{text-wrap:balance}.checkout-summary__subtotal{white-space:nowrap}.checkout-summary--sticky-mobile{right:0;bottom:calc(5.6rem + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:22;background:#fffaf5f7;border:1px solid #d7c6b6e0;border-radius:1.25rem;width:min(780px,100% - 1rem);margin:0 auto;padding:.68rem .78rem;display:block;position:fixed;left:0;box-shadow:0 -1px #fff9,0 16px 34px #4730211a}.checkout-summary__sticky-copy{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.6rem;display:flex}.checkout-summary__sticky-label{color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.checkout-summary__sticky-total{color:var(--color-heading);letter-spacing:-.02em;margin:0;font-size:1.34rem;font-weight:800}.checkout-summary__sticky-button{width:100%}.checkout-success{gap:1.05rem;padding:1.45rem}.checkout-success__hero{gap:.95rem;padding-bottom:.95rem}.checkout-success__mark{border-radius:1.22rem;width:3.75rem;height:3.75rem}.checkout-success__copy h2{font-size:1.7rem}.checkout-success__summary-row{padding:.85rem .9rem}.checkout-success__actions .button{width:100%}.checkout-confirmation-page{padding-bottom:calc(6.4rem + env(safe-area-inset-bottom,0px))}.page{padding:2.2rem 0 2.7rem}.home-hero{padding:2.3rem 0 3rem}.shop-identity-panel{margin-bottom:1.35rem;padding:.05rem 0 .2rem}.home-storefront-intro__inner,.shop-identity-panel__content,.shop-profile-hero,.shop-profile-hero__panel{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.home-storefront-intro__brand{width:100%}.about-shop-layout{gap:1.1rem}.about-shop-profile,.about-shop-story{gap:.85rem}.about-shop-profile__platform-note{gap:.6rem;padding:.76rem .88rem}.about-shop-profile__platform-note p{font-size:.9rem;line-height:1.55}.about-shop-profile__platform-pill{letter-spacing:.06em;padding:.34rem .66rem;font-size:.72rem}.about-shop-profile__brand{align-items:center;gap:.85rem}.about-shop-profile__logo{border-radius:1.08rem;width:4.2rem;height:4.2rem}.about-shop-profile__copy{gap:.12rem;min-width:0}.about-shop-profile__copy h2{text-wrap:balance;font-size:1.55rem;line-height:1.1}.about-shop-profile__slug{font-size:.92rem;line-height:1.45}.about-shop-story__lead{font-size:.98rem;line-height:1.64}.shop-profile-actions{gap:.72rem;margin-top:.4rem}.shop-profile-hero{gap:1.15rem;margin-bottom:1.9rem}.shop-profile-hero__panel{gap:1rem;padding:1.3rem}.shop-profile-hero__copy{gap:.82rem}.shop-profile-hero__marketplace-note{gap:.55rem;margin-bottom:0}.shop-profile-hero__marketplace-note p{font-size:.86rem;line-height:1.45}.shop-profile-hero__copy h2{text-wrap:balance;max-width:12ch;font-size:clamp(2.05rem,7.5vw,2.55rem);line-height:1.05}.shop-profile-hero__lead{font-size:.98rem;line-height:1.66}.shop-profile-hero__text{line-height:1.64}.shop-profile-hero__identity{border-radius:1.12rem;gap:.82rem;padding:1rem}.shop-profile-hero__identity-note{gap:.45rem}.shop-profile-hero__identity-note p:last-child{line-height:1.45}.shop-profile-hero__brand{align-items:center;gap:.85rem}.shop-profile-hero__brand-copy{gap:.18rem;min-width:0}.shop-profile-hero__brand-copy h3{text-wrap:balance;font-size:1.3rem;line-height:1.08}.shop-profile-hero__brand-copy p{line-height:1.55}.shop-profile-hero__banner-card .about-shop-profile__banner{border-radius:1.28rem}.shop-profile-hero__banner-card .about-shop-profile__banner,.shop-profile-hero__banner-card .about-shop-profile__banner-image,.shop-profile-hero__banner-card .about-shop-profile__banner-fallback{aspect-ratio:18/8}.shop-profile-page .shop-profile-hero{gap:.9rem;margin-bottom:1.35rem}.shop-profile-page .shop-profile-hero__panel{gap:.82rem;padding:1.12rem}.shop-profile-page .shop-profile-hero__copy{gap:.55rem}.shop-profile-page .shop-profile-hero__copy .eyebrow,.shop-profile-page .shop-profile-hero__copy h2,.shop-profile-page .shop-profile-hero__text{display:none}.shop-profile-page .shop-profile-hero__lead{text-wrap:pretty;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:none;display:-webkit-box;overflow:hidden}.shop-profile-page .shop-profile-hero__identity{gap:.6rem;padding:.9rem}.shop-profile-page .shop-profile-actions{gap:.55rem;margin-top:.15rem}.shop-profile-page .shop-profile-hero__banner-card{width:100%}.shop-profile-page .about-shop-profile__platform-note,.shop-profile-page .shop-profile-hero__identity-note{gap:.42rem}.brand__mark{width:2.06rem;height:1.86rem}.brand__logo{height:2.78rem}.brand__name{font-size:1.12rem}.site-nav{display:none}.site-nav__shop-indicator{letter-spacing:.035em;padding:.28rem .62rem;font-size:.66rem}.site-header__mobile-shop-row .site-nav__shop-indicator{align-self:flex-start;max-width:100%}.site-header__mobile-actions .cart-dropdown{position:static}.site-header__mobile-actions .cart-preview--dropdown{display:none}.site-header__mobile-actions .nav-link{gap:.24rem;min-height:2.22rem;padding:.42rem .62rem}.site-header__mobile-actions .cart-trigger,.mobile-menu-toggle{background:#fffcf8e6;border-radius:999px;justify-content:center;box-shadow:inset 0 0 0 1px #d7c6b69e}.cart-trigger__icon,.mobile-menu-toggle__icon{justify-content:center;align-items:center;font-size:.92rem;line-height:1;display:inline-flex}.site-header__mobile-actions .cart-trigger__label,.mobile-menu-toggle__label{display:none}.site-header__mobile-actions .cart-count{min-width:1.18rem;height:1.18rem;font-size:.68rem}.mobile-bottom-nav{padding:0 0 calc(.35rem + env(safe-area-inset-bottom,0px));z-index:26;background:linear-gradient(#f6f1ea00 0%,#f6f1eaeb 38%,#f6f1eafa 100%);display:block;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-nav__inner{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffaf5f5;border:1px solid #d7c6b6db;border-radius:1.45rem;width:min(520px,100% - 1rem);margin:0 auto;padding:.42rem .45rem;box-shadow:0 -4px 20px #47302114}.mobile-bottom-nav__inner,.mobile-bottom-nav__link{align-items:center;display:flex}.mobile-bottom-nav__inner{justify-content:space-between;gap:.28rem}.mobile-bottom-nav__link{min-width:0;min-height:3.7rem;color:var(--color-text-muted);border-radius:1rem;flex-direction:column;flex:1;justify-content:center;gap:.2rem;padding:.42rem .3rem;position:relative}.mobile-bottom-nav__link--active{color:var(--color-heading);background:#f0dfd3c7}.mobile-bottom-nav__icon-wrap{justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:inline-flex;position:relative}.mobile-bottom-nav__icon{width:1.35rem;height:1.35rem;display:inline-flex}.mobile-bottom-nav__icon svg{width:100%;height:100%}.mobile-bottom-nav__label{letter-spacing:.02em;white-space:nowrap;font-size:.72rem;font-weight:700}.cart-preview-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:27;background:#2b1c1229;display:block;position:fixed;inset:0}.cart-preview--sheet{right:.75rem;bottom:calc(5.5rem + env(safe-area-inset-bottom,0px));z-index:28;border-radius:1.55rem;width:auto;max-width:32rem;margin:0 auto;animation:.22s ease-out cartPreviewSheetIn;display:block;position:fixed;left:.75rem}.mobile-bottom-nav__badge{background:var(--color-heading);min-width:1rem;height:1rem;color:var(--color-surface-strong);border-radius:999px;justify-content:center;align-items:center;padding:0 .22rem;font-size:.62rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-.26rem;right:-.5rem;box-shadow:0 6px 14px #241d1929}.mobile-bottom-nav__badge--cart{animation:.28s ease-out cartBadgePulse}.mobile-menu-toggle{align-items:center;min-width:2.28rem;display:inline-flex}.mobile-menu-backdrop{z-index:24;background:#35241805;border:0;position:fixed;inset:0}.mobile-menu{border:1px solid var(--color-border);transform-origin:100% 0;z-index:25;background:#fffaf5fa;border-radius:.95rem;gap:.12rem;width:min(208px,100vw - 1.9rem);padding:.38rem;display:grid;position:absolute;top:calc(100% + .18rem);right:.02rem;box-shadow:0 10px 22px #4730211a}.mobile-menu .nav-link{border-radius:.8rem;justify-content:flex-start;width:100%;min-height:0;padding:.54rem .76rem;font-size:.92rem}.mobile-menu__logout{justify-content:flex-start}.page-heading{margin-bottom:1.7rem}.shop-profile-page .page-heading{margin-bottom:1rem}.shop-profile-page .page-heading .page-intro{display:none}.shop-page__heading{margin-bottom:1.45rem}.shop-page__subnote{margin-top:.65rem;line-height:1.68}.shop-profile-collection{margin-bottom:1.95rem}.shop-profile-collection .section-heading{margin-bottom:1rem}.shop-profile-collection .page-intro{display:none}.shop-profile-empty-state{padding:1.5rem 1.25rem}.shop-identity-panel__intro{margin-bottom:.9rem}.shop-identity-panel__content{gap:1.05rem;padding:1.2rem}.shop-identity-panel__brand{gap:.9rem}.shop-identity-panel__logo{border-radius:1.1rem;width:4rem;height:4rem}.shop-identity-panel__copy h3{font-size:1.6rem}.shop-identity-panel__story{gap:.7rem}.shop-identity-panel__description{font-size:.98rem;line-height:1.72}.shop-identity-panel__caption{line-height:1.66}.shop-toolbar{gap:.8rem;margin-bottom:1.55rem}.shop-toolbar__group{gap:.36rem}.shop-toolbar__label{font-size:.9rem}.shop-toolbar__input,.shop-toolbar__select{min-height:42px;padding:.72rem .9rem}.product-grid{gap:1rem}.product-card{border-radius:1.35rem;gap:.72rem}.product-card__media{padding-bottom:.05rem}.favorite-button--card{width:2.7rem;height:2.7rem;top:.78rem;right:.78rem;box-shadow:0 8px 18px #4730211a}.favorite-button__icon{font-size:1.08rem}.image-frame--card{border-radius:1.2rem;padding:.82rem}.product-image--card{border-radius:.96rem}.product-card__content{gap:.34rem;padding:0 .1rem}.product-category{letter-spacing:.07em;margin-bottom:.12rem;font-size:.75rem}.product-card__title{text-wrap:balance;margin-bottom:.1rem;font-size:1.08rem;line-height:1.22}.product-card__details-link--title{text-wrap:pretty;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-price{letter-spacing:-.01em;margin-bottom:.08rem;font-size:1.12rem;line-height:1.2}.product-card__details-text{margin-top:.22rem;font-size:.92rem;line-height:1.45}.product-card__actions{gap:.6rem;padding:0 .1rem}.product-card__actions .button{border-radius:.98rem;width:100%;min-height:44px;padding:.82rem 1rem;font-size:.94rem}.site-footer__brand-lockup{gap:.7rem}.site-footer__brand-logo{height:2.2rem}.site-footer__aside{align-items:flex-start}}@media (width<=360px){.container,.narrow{width:min(1160px,100% - 1.25rem)}main{padding-bottom:calc(10.45rem + env(safe-area-inset-bottom,0px))}.page{padding:1.9rem 0 2.35rem}.page-heading,.section-heading,.account-section__heading{margin-bottom:1.35rem}h1{font-size:clamp(2rem,10vw,2.45rem);line-height:1.06}h2{font-size:1.5rem}.card{border-radius:1.3rem;padding:1.2rem}.button{min-height:44px;padding:.82rem 1.05rem;font-size:.93rem}.hero-actions,.shop-profile-actions,.cart-summary__actions{gap:.65rem}.hero-actions .button,.shop-profile-actions .button,.cart-summary__actions .button,.account-empty-state .button,.account-overview .button--inline{width:100%}.site-header__inner{gap:.18rem;padding:.34rem 0 .38rem}.site-header__top-row{gap:.38rem}.brand{gap:.55rem;min-width:0}.brand__mark{width:1.94rem;height:1.76rem}.brand__logo{height:2.6rem}.brand__name{min-width:0;font-size:1.02rem}.site-nav__shop-indicator{max-width:100%;padding:.24rem .56rem;font-size:.62rem}.site-header__mobile-actions .nav-link,.mobile-menu-toggle{min-height:2.12rem;padding:.38rem .56rem}.mobile-menu{width:min(188px,100vw - 1.25rem);padding:.3rem;top:calc(100% + .14rem)}.mobile-menu .nav-link{padding:.5rem .7rem;font-size:.89rem}.mobile-bottom-nav{padding-bottom:calc(.28rem + env(safe-area-inset-bottom,0px))}.mobile-bottom-nav__inner{border-radius:1.22rem;width:calc(100% - .75rem);padding:.32rem .28rem}.mobile-bottom-nav__link{gap:.14rem;min-height:3.45rem;padding:.36rem .18rem}.mobile-bottom-nav__label{font-size:.67rem}.mobile-bottom-nav__badge{right:-.4rem}.cart-preview--sheet{right:.5rem;bottom:calc(5.15rem + env(safe-area-inset-bottom,0px));padding:1rem;left:.5rem}.cart-preview__actions{grid-template-columns:1fr}.cart-preview__close{width:1.92rem;height:1.92rem}.cart-item{gap:.95rem;padding:1rem}.cart-item__pricing{gap:.28rem .8rem}.cart-summary--sticky-mobile{width:calc(100% - .75rem);bottom:calc(5.2rem + env(safe-area-inset-bottom,0px));border-radius:1.08rem;padding:.58rem .64rem}.cart-summary__sticky-copy{margin-bottom:.45rem}.cart-summary__sticky-total{font-size:1.22rem}.home-hero{padding:2rem 0 2.7rem}.home-hero__brand-line{gap:.45rem .65rem;margin-bottom:.85rem}.home-hero__brand-separator{width:1.45rem}.home-hero__brand-note{font-size:.78rem}.home-hero__copy .page-intro,.shop-page__subnote,.shop-identity-panel__description,.shop-identity-panel__caption,.shop-profile-hero__lead,.shop-profile-hero__text,.account-overview__text,.account-card__intro,.account-order-card__text,.about-shop-profile__platform-note p,.shop-attribution-card__text,.favorite-helper-text{font-size:.92rem;line-height:1.6}.home-hero__panel,.shop-profile-hero__panel,.shop-identity-panel__content,.account-shop-card,.account-order-card{padding:1.15rem}.home-storefront-intro__inner{gap:1.1rem;padding:1.35rem 0 1.25rem}.home-storefront-intro__brand,.about-shop-profile__brand,.shop-profile-hero__brand,.shop-attribution-card__brand,.account-shop-card__header{gap:.8rem}.home-storefront-intro__logo,.about-shop-profile__logo{width:4rem;height:4rem}.home-storefront-intro__name,.shop-profile-hero__brand-copy h3,.account-shop-card__copy h3{font-size:1.2rem}.shop-browser-card__trigger,.account-shop-card{padding:1.2rem}.shop-browser-card__favorite{top:.75rem;right:.75rem}.shop-browser-card__meta-row,.account-shop-card__meta-row{gap:.4rem}.about-shop-profile__platform-note,.shop-profile-hero__marketplace-note,.shop-profile-hero__identity-note{justify-content:flex-start;align-items:flex-start;gap:.5rem}.about-shop-profile__platform-note p,.shop-profile-hero__identity-note p,.about-shop-profile__slug{overflow-wrap:anywhere;word-break:break-word}.about-shop-profile__platform-pill,.account-section__count,.account-shop-card__status{white-space:normal}.shop-profile-hero{gap:1.05rem;margin-bottom:2.1rem}.shop-profile-hero__copy{gap:.8rem}.shop-profile-hero__copy h2{max-width:none;font-size:clamp(1.95rem,9vw,2.35rem);line-height:1.06}.shop-profile-hero__identity{padding:1rem}.shop-profile-hero__marketplace-note p,.shop-profile-hero__identity-note p,.shop-profile-hero__brand-copy p{font-size:.88rem;line-height:1.5}.shop-profile-hero__brand-copy{gap:.14rem}.shop-profile-hero__brand-copy h3,.about-shop-profile__copy h2{font-size:1.16rem;line-height:1.1}.shop-profile-hero__identity,.about-shop-profile__platform-note{gap:.42rem;padding:.88rem}.about-shop-profile{gap:.72rem}.about-shop-profile__brand{gap:.7rem}.about-shop-profile__logo{width:3.6rem;height:3.6rem}.about-shop-profile__slug{font-size:.86rem;line-height:1.4}.shop-profile-collection{margin-bottom:1.6rem}.shop-profile-collection .section-heading{margin-bottom:1.1rem}.shop-profile-page .page-heading{margin-bottom:.8rem}.shop-profile-page .page-heading .eyebrow{margin-bottom:.3rem}.shop-profile-page .shop-profile-hero{gap:.72rem;margin-bottom:1rem}.shop-profile-page .shop-profile-hero__panel{gap:.7rem;padding:.94rem}.shop-profile-page .shop-profile-hero__marketplace-note{gap:.42rem}.shop-profile-page .shop-profile-hero__lead{-webkit-line-clamp:2;line-height:1.55}.shop-profile-page .shop-profile-actions{margin-top:.05rem}.shop-profile-page .shop-profile-hero__identity,.shop-profile-page .about-shop-profile__platform-note{padding:.78rem}.shop-profile-page .shop-profile-hero__banner-card .about-shop-profile__banner,.shop-profile-page .shop-profile-hero__banner-card .about-shop-profile__banner-image,.shop-profile-page .shop-profile-hero__banner-card .about-shop-profile__banner-fallback{aspect-ratio:20/8}.shop-profile-empty-state{padding:1.2rem 1rem}.shop-toolbar{gap:.72rem;margin-bottom:1.3rem}.shop-toolbar__group,.checkout-form__group,.auth-card__group{gap:.32rem}.shop-toolbar__input,.shop-toolbar__select,.checkout-form__textarea{font-size:16px}.checkout-page .page-heading{margin-bottom:1rem}.checkout-confirmation-page .page-heading{margin-bottom:.9rem}.checkout-form,.checkout-summary{padding:1rem}.checkout-form__prefill-pill{font-size:.66rem}.checkout-form__section-text,.checkout-summary__count{font-size:.9rem}.checkout-note__text,.checkout-summary__note,.checkout-summary__helper,.checkout-form__helper{font-size:.9rem;line-height:1.55}.checkout-summary__item{gap:.75rem}.checkout-summary__total strong{font-size:1.32rem}.checkout-summary--sticky-mobile{width:calc(100% - .75rem);bottom:calc(5.2rem + env(safe-area-inset-bottom,0px));border-radius:1.08rem;padding:.58rem .64rem}.checkout-summary__sticky-copy{margin-bottom:.45rem}.checkout-summary__sticky-total{font-size:1.22rem}.checkout-success{padding:1.18rem}.checkout-success__mark{width:3.25rem;height:3.25rem}.checkout-success__mark span{font-size:1.55rem}.checkout-success__copy h2{font-size:1.48rem}.checkout-success__summary-row{padding:.78rem .82rem}.product-card{gap:.65rem}.favorite-button--card{width:2.56rem;height:2.56rem;top:.68rem;right:.68rem}.product-card__title{font-size:1rem}.product-card__details-text,.text-link{font-size:.89rem}.details-content,.product-purchase{gap:.72rem}.product-purchase__row{align-items:flex-start;gap:.65rem}.quantity-controls{gap:.55rem}.quantity-button{width:2.1rem;height:2.1rem}.shop-attribution-card{margin-top:.9rem;padding:.9rem}.shop-attribution-card__logo{width:3.1rem;height:3.1rem}.account-dashboard,.account-sections,.account-order-list,.account-overview,.account-card{gap:.9rem}.account-overview__stats{gap:.75rem}.account-stat{min-height:6.6rem;padding:.95rem .8rem}.account-stat__label{letter-spacing:.06em;font-size:.72rem}.account-stat__value{font-size:1.55rem}.account-card__row,.account-order-card__detail{min-height:0;padding:.9rem}.account-card__value,.account-order-card__meta{overflow-wrap:anywhere;word-break:break-word}.account-order-card__title{font-size:1.18rem}.account-order-card__total{font-size:1.46rem}.account-order-card__detail{gap:.18rem}.account-order-card__footer-note{font-size:.9rem}}
