: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{font-family:var(--heading-font);letter-spacing:.02em;color:var(--color-heading);font-size:1.65rem;font-weight:700}.site-nav{flex-wrap:wrap;gap:.65rem;display:flex}.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}.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}.home-hero__copy{max-width:38rem}.home-hero__copy h1{margin-bottom:1.35rem;line-height:1.12}.home-hero__copy .page-intro{margin-bottom:.5rem}.home-hero__panel{background:linear-gradient(#fffdf9 0%,#f4e7db 100%);align-self:center}.home-section{padding-top:2.5rem}.home-section--soft{background:linear-gradient(#fdf9f4 0%,#f7f1ea 100%)}.shop-toolbar{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:2.2rem;display:grid}.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}.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}.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__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}.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}.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-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-card{flex-direction:column;gap:1rem;display:flex}.account-card__row{border-bottom:1px solid var(--color-border);padding-bottom:.95rem}.account-card__row:last-of-type{border-bottom:none;padding-bottom:.2rem}.account-card__label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.35rem;font-size:.84rem;font-weight:700;display:inline-block}.account-card__value{color:var(--color-heading);margin-bottom:0;font-weight:600}.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__title{font-family:var(--heading-font);margin-bottom:.45rem}.site-footer__text{color:var(--color-text-muted)}.site-footer__aside{flex-direction:column;align-items:flex-end;gap:.65rem;display:flex}.site-footer__owner-link{color:var(--color-text-muted);font-size:.92rem;font-weight:600}.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-toolbar,.checkout-layout,.auth-layout,.admin-layout,.admin-stats,.admin-actions{grid-template-columns:1fr}.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}.site-footer__aside{align-items:flex-start}}
