: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}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}.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-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,.auth-trigger{background:0 0}.cart-count{background:var(--color-heading);min-width:1.55rem;height:1.55rem;color:var(--color-surface-strong);border-radius:999px;justify-content:center;align-items:center;padding:0 .42rem;font-size:.8rem;font-weight:700;display:inline-flex}.nav-link:hover,.nav-link--active{color:var(--color-heading);background:#f0dfd3eb}.cart-dropdown{position:relative}.cart-preview{border:1px solid var(--color-border);width:min(350px,100vw - 2rem);box-shadow:var(--shadow-hover);z-index:20;transform-origin:100% 0;background:#fffaf5fa;border-radius:1.4rem;padding:1.1rem;animation:.18s ease-out cartPreviewIn;position:absolute;top:calc(100% + .8rem);right:0}.cart-preview__header{margin-bottom:.9rem}.cart-preview__title{margin-bottom:0;font-size:1.15rem}.cart-preview__empty,.cart-preview__more{color:var(--color-text-muted)}.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{margin-top:1rem}.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__button{width:100%}@keyframes cartPreviewIn{0%{opacity:0;transform:translateY(-.4rem)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.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;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:.92rem 1.45rem;font-weight:600;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--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 .18s,background-color .22s,border-color .22s,box-shadow .22s,transform .2s;display:inline-flex;box-shadow:0 10px 22px #47302114}.favorite-button:hover:not(:disabled){color:#bb3e3e;border-color:#bb3e3e57;transform:translateY(-1px)scale(1.06)}.favorite-button:active:not(:disabled){transform:scale(.95)}.favorite-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.favorite-button--active{color:#bb3e3e;background:#ffededf5;border-color:#bb3e3e57;animation:.26s ease-out 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 .22s,color .22s}.favorite-button:hover:not(:disabled) .favorite-button__icon{transform:scale(1.08)}.favorite-button:active:not(:disabled) .favorite-button__icon{transform:scale(.94)}@keyframes favoriteButtonPulse{0%{transform:scale(1)}45%{transform:scale(1.1)}to{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__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:1rem;display:grid}.cart-item{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.cart-item__actions{align-items:flex-end;gap:1rem}.cart-item__title,.cart-item__price,.cart-item__subtotal,.cart-summary__total{margin-bottom:.35rem}.quantity-controls{align-items:center;gap:.75rem;display:inline-flex}.quantity-button{width:2.25rem;height:2.25rem;color:var(--color-heading);background:#efe3d8;border-radius:999px}.quantity-button:hover{background:#e4d2c3}.quantity-value{text-align:center;min-width:1.5rem;color:var(--color-heading);font-weight:700}.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{margin-top:1.5rem}.cart-summary__total{color:var(--color-heading);font-size:1.5rem;font-weight:700}.cart-summary__actions{flex-wrap:wrap;gap:.75rem;display:flex}.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-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-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__meta{color:var(--color-text-muted);margin-bottom:0;font-size:.95rem}.checkout-summary__total{color:var(--color-heading);justify-content:space-between;align-items:center;padding-top:.25rem;font-size:1.15rem;display:flex}.checkout-success{text-align:left}.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:1rem;display:grid}.account-order-card{background:radial-gradient(circle at 0 0,#ffffffad,#0000 30%),linear-gradient(#fffdf9 0%,#f9f1e8 100%);flex-direction:column;gap:1.1rem;display:flex}.account-order-card__header,.account-order-card__details{justify-content:space-between;gap:1rem;display:flex}.account-order-card__header{border-bottom:1px solid var(--color-border);align-items:flex-start;padding-bottom:1rem}.account-order-card__identity,.account-order-card__summary,.account-order-card__detail{flex-direction:column;display:flex}.account-order-card__summary{align-items:flex-end;gap:.75rem}.account-order-card__eyebrow,.account-order-card__label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.3rem;font-size:.8rem;font-weight:700}.account-order-card__title,.account-order-card__total,.account-order-card__text{color:var(--color-heading);margin-bottom:0}.account-order-card__title{font-size:1.35rem}.account-order-card__meta{margin-bottom:0}.account-order-card__total{letter-spacing:-.02em;font-size:1.55rem;font-weight:700}.account-order-card__details{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.account-order-card__detail{background:#fffcf8cc;border:1px solid #d7c6b6e0;border-radius:1rem;padding:.95rem 1rem}.account-order-card__text{line-height:1.55}.account-empty-state{text-align:left;background:radial-gradient(circle at 0 0,#ffffffb3,#0000 30%),linear-gradient(#fffdf9 0%,#f7efe6 100%)}.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){.site-header__inner,.site-footer__inner,.hero-section,.details-layout{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.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}.account-order-card__summary{align-items:flex-start}.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}.cart-item__actions{align-items:flex-start}.page{padding:3.5rem 0}.home-hero{padding:4rem 0}.shop-identity-panel{padding-top:0}.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%}.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:16/9}.brand__mark{width:2.95rem;height:2.7rem}.brand__logo{height:4.1rem}.brand__name{font-size:1.5rem}.site-nav__shop-indicator{padding:.68rem .85rem}.site-footer__brand-lockup{gap:.7rem}.site-footer__brand-logo{height:2.2rem}.site-footer__aside{align-items:flex-start}}
