:root{--bg:#f6f1e7;--surface:#fffcf5;--ink:#2c261d;--muted:#8a7d68;--line:#e3d9c4;--line-strong:#cfc2a4;--green:#3c4b3b;--green-dark:#2e3a2e;--gold:#a9853f;--bordeaux:#8a3b2e;--shadow:0 10px 30px #3c321e1a;--serif:"Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif;--sans:"Avenir Next", "Segoe UI", system-ui, -apple-system, sans-serif}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--ink);font-family:var(--sans);margin:0;font-size:16px;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--serif);margin:0 0 .5rem;font-weight:600;line-height:1.15}h1{font-size:clamp(1.9rem,4vw,2.7rem)}h2{font-size:clamp(1.4rem,3vw,1.9rem)}p{margin:0 0 .75rem}.muted{color:var(--muted)}.shell{flex-direction:column;min-height:100vh;display:flex}.page{flex:1;width:min(1200px,100% - 2.5rem);margin:0 auto;padding:2rem 0 4rem}.ribbon{background:var(--green);color:#efe9da;text-align:center;letter-spacing:.06em;padding:.45rem 1rem;font-size:.78rem}.site-header{background:var(--surface);border-bottom:1px solid var(--line);z-index:40;position:sticky;top:0}.header-main{align-items:center;gap:1.5rem;width:min(1200px,100% - 2.5rem);margin:0 auto;padding:.9rem 0;display:flex}.brand{flex-shrink:0;align-items:center;gap:.7rem;display:flex}.brand-mark{background:var(--green);color:#f3eddd;width:58px;height:58px;font-family:var(--serif);letter-spacing:.03em;border-radius:50%;place-items:center;font-size:1.15rem;display:grid}img.brand-mark{object-fit:cover;border:1px solid var(--line);background:#f3eddd}.brand-text{flex-direction:column;line-height:1.15;display:flex}.brand-text strong{font-family:var(--serif);font-size:1.18rem;font-weight:600}.brand-text small{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin-top:3px;font-size:.72rem}.header-search{background:var(--bg);border:1px solid var(--line);color:var(--muted);border-radius:10px;flex:1;align-items:center;gap:.5rem;max-width:460px;padding:.5rem 1rem;display:flex}.header-search input{width:100%;color:var(--ink);background:0 0;border:none;outline:none;font-family:inherit;font-size:.92rem}.header-actions{gap:1.1rem;margin-left:auto;display:flex}.header-action{color:var(--muted);flex-direction:column;align-items:center;gap:.15rem;font-size:.72rem;transition:color .15s;display:flex}.header-action:hover,.header-action.active{color:var(--green)}.badge-anchor{display:inline-flex;position:relative}.badge{background:var(--bordeaux);color:#fff;border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.62rem;font-weight:700;display:grid;position:absolute;top:-6px;right:-9px}.header-nav{border-top:1px solid var(--line);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;gap:1.8rem;padding:.55rem 1rem;font-size:.8rem;display:flex;overflow-x:auto}.header-nav a:first-child{margin-left:auto}.header-nav a:last-child{margin-right:auto}.header-nav a{color:var(--muted);border-bottom:2px solid #0000;padding:.1rem 0}.header-nav a:hover,.header-nav a.active{color:var(--ink);border-bottom-color:var(--gold)}.hero{background:radial-gradient(circle at 85% 20%, #a9853f24, transparent 45%), linear-gradient(120deg, #3c4b3b12, transparent 55%), var(--surface);border:1px solid var(--line);border-radius:18px;margin-bottom:3rem;padding:clamp(2.2rem,6vw,4.5rem) clamp(1.4rem,5vw,4rem)}.hero-inner{max-width:620px}.hero h1{margin:.4rem 0 1rem;font-size:clamp(2.2rem,5.5vw,3.4rem)}.hero p{color:var(--muted);margin-bottom:1.6rem;font-size:1.05rem}.hero-actions{flex-wrap:wrap;gap:.8rem;display:flex}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-size:.72rem;font-weight:600}.section{margin-bottom:3.2rem}.section-head{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.3rem;display:flex}.section-link{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:.3rem;font-size:.85rem;display:inline-flex}.category-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.category-tile{aspect-ratio:1;border:1px solid var(--line);background:var(--surface);border-radius:14px;position:relative;overflow:hidden}.category-tile img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.category-tile:hover img{transform:scale(1.05)}.category-tile-label{color:#f6f1e7;font-family:var(--serif);background:linear-gradient(#0000,#1e190fc7);flex-direction:column;padding:1.6rem .9rem .7rem;font-size:1.05rem;display:flex;position:absolute;inset:auto 0 0}.category-tile-label small{font-family:var(--sans);letter-spacing:.1em;text-transform:uppercase;opacity:.85;font-size:.68rem}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.step,.how-step{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:1.4rem}.step-num{border:1px solid var(--gold);width:34px;height:34px;color:var(--gold);font-family:var(--serif);border-radius:50%;flex-shrink:0;place-items:center;margin-bottom:.7rem;font-size:1.1rem;display:inline-grid}.step h3,.how-step h3{font-size:1.15rem}.btn{border:1px solid var(--green);background:var(--surface);color:var(--green);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;padding:.6rem 1.4rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .15s;display:inline-flex}.btn:hover:not(:disabled),.btn-primary{background:var(--green);color:#f3eddd}.btn-primary:hover:not(:disabled){background:var(--green-dark)}.btn-ghost{border-color:var(--line-strong);color:var(--ink)}.btn-ghost:hover:not(:disabled){border-color:var(--green);color:var(--green);background:0 0}.btn-small{padding:.38rem .95rem;font-size:.8rem}.btn-large{padding:.8rem 1.8rem;font-size:.98rem}.btn-block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.link-btn{color:var(--muted);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-family:inherit;font-size:.82rem;text-decoration:underline;display:inline-flex}.link-btn:hover{color:var(--bordeaux)}.link-strong{font-weight:600;text-decoration:underline}.tag{letter-spacing:.09em;text-transform:uppercase;color:var(--green);background:#3c4b3b17;border-radius:999px;align-items:center;padding:.28rem .7rem;font-size:.68rem;font-weight:700;display:inline-flex}.tag-unique{color:var(--bordeaux);background:#8a3b2e1a}.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.3rem;display:grid}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.product-card-media{aspect-ratio:1;background:#efe8d8;position:relative}.product-card-media img{object-fit:cover;width:100%;height:100%}.product-card-media .tag{background:#fffcf5eb;position:absolute;bottom:10px;left:10px}.product-card-body{flex-direction:column;flex:1;gap:.35rem;padding:.9rem 1rem 1.1rem;display:flex}.product-card-body h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.06rem;font-weight:600;display:-webkit-box;overflow:hidden}.product-card-foot{justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.5rem;display:flex}.price{font-family:var(--serif);color:var(--green-dark);white-space:nowrap;font-size:1.12rem;font-weight:700}.price-big{font-size:1.7rem}.wish-btn{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:50%;place-items:center;padding:.45rem;transition:color .15s,background .15s;display:inline-grid}.wish-btn:hover,.wish-btn.active{color:var(--bordeaux)}.wish-btn.floating{background:#fffcf5eb;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #3c321e2e}.catalog-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.6rem;display:flex}.catalog-controls{align-items:center;gap:.9rem;display:flex}.sort-control{color:var(--muted);align-items:center;gap:.45rem;font-size:.85rem;display:inline-flex}select,input[type=search],input[type=number],input[type=text],input[type=email],input[type=tel],input[type=password],textarea{color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:10px;outline:none;width:100%;padding:.55rem .8rem;font-family:inherit;font-size:.92rem}select:focus,input:focus,textarea:focus{border-color:var(--green)}.sort-control select{width:auto}.catalog-body{grid-template-columns:230px 1fr;align-items:start;gap:2rem;display:grid}.catalog-filters{flex-direction:column;gap:1.3rem;display:flex;position:sticky;top:130px}.btn-uniform{border-color:var(--line-strong);border-radius:10px;padding:.55rem .8rem;font-size:.92rem}.filters-toggle{display:none}.filters-toggle.active{border-color:var(--green);color:var(--green);background:#3c4b3b12}.filters-close{display:none}.filter-title{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem;font-size:.72rem;font-weight:700;display:block}.filter-list{flex-direction:column;gap:.15rem;max-height:300px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.filter-list button{width:100%;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;padding:.32rem .5rem;font-family:inherit;font-size:.88rem;display:flex}.filter-list button small{color:var(--muted)}.filter-list button:hover{background:#3c4b3b12}.filter-list button.active{background:var(--green);color:#f3eddd}.filter-list button.active small{color:#f3edddbf}.load-more{justify-content:center;margin-top:2rem;display:flex}.breadcrumb{color:var(--muted);flex-wrap:wrap;gap:.5rem;margin-bottom:1.4rem;font-size:.82rem;display:flex}.breadcrumb a:hover{color:var(--green);text-decoration:underline}.product-view{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:2.6rem;margin-bottom:3rem;display:grid}.product-main-photo{border:1px solid var(--line);background:var(--surface);border-radius:16px;overflow:hidden}.product-main-photo img{aspect-ratio:1;object-fit:contain;background:#fdfaf2;width:100%}.product-thumbs{flex-wrap:wrap;gap:.6rem;margin-top:.8rem;display:flex}.product-thumbs button{border:2px solid var(--line);cursor:pointer;background:var(--surface);border-radius:10px;width:68px;height:68px;padding:0;overflow:hidden}.product-thumbs button.active{border-color:var(--gold)}.product-thumbs img{object-fit:cover;width:100%;height:100%}.product-info h1{margin-bottom:.2rem}.product-code{letter-spacing:.08em;font-size:.82rem}.product-price-row{align-items:center;gap:.9rem;margin:1rem 0 1.4rem;display:flex}.product-buy{flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:.6rem;display:flex}.buy-note{font-size:.82rem}.product-description{border-top:1px solid var(--line);margin-top:1.2rem;padding-top:1.2rem}.product-attributes{border-top:1px solid var(--line);margin:1.2rem 0 0;padding-top:.4rem}.product-attributes div{border-bottom:1px dashed var(--line);justify-content:space-between;gap:1rem;padding:.5rem 0;font-size:.9rem;display:flex}.product-attributes dt{color:var(--muted)}.product-attributes dd{text-align:right;margin:0;font-weight:600}.qty-stepper{border:1px solid var(--line-strong);background:var(--surface);border-radius:999px;align-items:center;display:inline-flex}.qty-stepper button{cursor:pointer;color:var(--ink);background:0 0;border:none;place-items:center;padding:.55rem .75rem;display:grid}.qty-stepper button:disabled{opacity:.35;cursor:not-allowed}.qty-stepper span{text-align:center;min-width:2ch;font-weight:600}.qty-stepper.small button{padding:.35rem .55rem}.cart-layout,.checkout-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:2rem;margin-top:1.5rem;display:grid}.cart-lines{flex-direction:column;gap:1rem;display:flex}.cart-line{background:var(--surface);border:1px solid var(--line);border-radius:14px;grid-template-columns:92px 1fr auto;align-items:center;gap:1rem;padding:.9rem;display:grid}.cart-line.unavailable{opacity:.75;border-style:dashed}.cart-line-photo{background:#efe8d8;border-radius:10px;width:92px;height:92px;overflow:hidden}.cart-line-photo img{object-fit:cover;width:100%;height:100%}.cart-line-info{flex-direction:column;gap:.25rem;min-width:0;display:flex}.cart-line-name{font-weight:600}.cart-line-name:hover{color:var(--green)}.cart-line-controls{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.3rem;display:flex}.cart-line-price{align-self:start}.line-warn{color:var(--bordeaux);font-size:.85rem;font-weight:600}.sold-favorites{border-top:1px solid var(--line);margin-top:2.5rem;padding-top:1.5rem}.sold-favorites h2{font-size:1.25rem}.sold-favorites-list{flex-direction:column;gap:.6rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.sold-favorites-list li{background:var(--surface);border:1px dashed var(--line-strong);border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem 1rem;display:flex}.cart-summary{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:1.5rem;position:sticky;top:140px}.cart-summary h2{margin-bottom:1rem;font-size:1.25rem}.summary-row{justify-content:space-between;gap:1rem;padding:.3rem 0;font-size:.92rem;display:flex}.summary-row>:first-child{overflow-wrap:anywhere;min-width:0}.summary-row>:last-child{white-space:nowrap}.summary-total{border-top:1px solid var(--line);justify-content:space-between;align-items:baseline;margin-top:.8rem;margin-bottom:1rem;padding-top:.9rem;font-weight:600;display:flex}.checkout-form{background:var(--surface);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:1rem;padding:1.6rem;display:flex}.field{flex-direction:column;gap:.35rem;display:flex}.field span{letter-spacing:.04em;font-size:.82rem;font-weight:600}.order-success{text-align:center;max-width:560px;margin:3rem auto}.order-success .hero-actions{justify-content:center;margin-top:1.5rem}.account-page{max-width:1100px;margin:0 auto}.account-head h1{margin-bottom:.3rem}.account-logout{margin-top:2.4rem}.btn-logout{border-color:var(--line-strong);border-radius:10px;padding:.85rem 2rem;font-size:1rem}.account-columns{grid-template-columns:1fr 1fr;align-items:start;gap:0 2.4rem;display:grid}.auth-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;max-width:420px;margin:1.5rem auto 0;padding:1.6rem}.google-signin{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}.google-signin.hidden{display:none}.google-signin-button{justify-content:center;display:flex}.google-signin-button>div,.google-signin-button iframe{max-width:100%}.auth-divider{color:var(--muted);align-items:center;gap:.75rem;font-size:.8rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-card form{flex-direction:column;gap:.9rem;display:flex}.auth-tabs{border:1px solid var(--line-strong);border-radius:999px;margin-bottom:1.4rem;display:flex;overflow:hidden}.auth-tabs button{cursor:pointer;color:var(--muted);background:0 0;border:none;flex:1;padding:.55rem;font-family:inherit;font-size:.88rem;font-weight:600}.auth-tabs button.active{background:var(--green);color:#f3eddd}.auth-note{text-align:center;margin:1rem 0 0;font-size:.82rem}.account-page h2{margin:3.4rem 0 1.1rem;font-size:1.15rem}.account-form{background:var(--surface);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:.9rem;padding:1.4rem;display:flex}.address-book{flex-direction:column;gap:1rem;display:flex}.address-card{flex-direction:column;gap:.9rem;display:flex}.address-grid{grid-template-columns:repeat(2,1fr);gap:.9rem;display:grid}.address-card-foot{border-top:1px dashed var(--line);justify-content:space-between;align-items:center;padding-top:.8rem;display:flex}.address-default{color:var(--muted);align-items:center;gap:.5rem;font-size:.85rem;display:inline-flex}.address-book-actions{flex-wrap:wrap;align-items:center;gap:.9rem;display:flex}.field-error{color:var(--bordeaux);font-size:.78rem}.orders-list{flex-direction:column;gap:1rem;display:flex}.order-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:1.2rem 1.4rem}.order-card-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.2rem;display:flex}.order-card ul{margin:.6rem 0;padding-left:1.2rem;font-size:.9rem}.order-card-total{border-top:1px dashed var(--line);padding-top:.6rem;font-size:.92rem}.how-page{max-width:760px;margin:0 auto}.how-steps{flex-direction:column;gap:1rem;margin:1.8rem 0 2.2rem;display:flex}.how-step{align-items:flex-start;gap:1.1rem;display:flex}.alert{border:1px solid;border-radius:12px;padding:.8rem 1rem;font-size:.88rem}.alert ul{margin:.5rem 0;padding-left:1.2rem}.alert-error{color:var(--bordeaux);background:#8a3b2e14;border-color:#8a3b2e59}.alert-warn{color:#7c5f24;background:#a9853f1a;border-color:#a9853f66}.alert-info{color:var(--green-dark);background:#3c4b3b12;border-color:#3c4b3b40}.alert-info a{font-weight:600;text-decoration:underline}.empty-state{text-align:center;max-width:460px;margin:0 auto;padding:4rem 1rem}.empty-icon{border:1px solid var(--line-strong);width:76px;height:76px;color:var(--muted);background:var(--surface);border-radius:50%;place-items:center;margin:0 auto 1.2rem;display:grid}.empty-icon.success{color:var(--green);border-color:var(--green)}.empty-state .btn{margin-top:.8rem}.loading{color:var(--muted);justify-content:center;align-items:center;gap:.7rem;padding:4rem 1rem;display:flex}.spinner{border:2.5px solid var(--line-strong);border-top-color:var(--green);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.toasts{bottom:calc(1.4rem + env(safe-area-inset-bottom,0px));z-index:100;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:fixed;left:50%;transform:translate(-50%)}.toast{background:var(--ink);color:#f6f1e7;box-shadow:var(--shadow);border-radius:999px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.88rem;animation:.25s toast-in;display:flex}.toast-warn{background:var(--bordeaux)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.site-footer{background:var(--green-dark);color:#d9d4c3;margin-top:auto}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;width:min(1200px,100% - 2.5rem);margin:0 auto;padding:2.8rem 0 2rem;display:grid}.footer-brand{font-family:var(--serif);color:#f3eddd;margin-bottom:.5rem;font-size:1.3rem}.footer-title{letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:.7rem;font-size:.74rem;font-weight:700}.site-footer a{color:#d9d4c3;padding:.18rem 0;display:block}.site-footer a:hover{color:#fff}.site-footer .muted{color:#b4ae9c}.footer-legal{text-align:center;color:#b4ae9c;border-top:1px solid #f6f1e726;padding:1.1rem;font-size:.78rem}@media (width<=900px){.header-main{flex-wrap:wrap}.header-search{flex:100%;order:3;max-width:none}.product-view{grid-template-columns:minmax(0,1fr);gap:1.6rem}.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary{position:static}.catalog-body{grid-template-columns:1fr;gap:1.2rem}.account-columns{grid-template-columns:1fr;gap:0}.account-logout{text-align:center}.catalog-filters{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:1.2rem;display:none;position:static}.catalog-filters.open{display:flex}.filters-toggle{display:inline-flex}.checkout-layout .cart-summary{order:-1}.filter-list{max-height:none;overflow-y:visible}.filter-list button{min-height:40px;padding:.55rem .6rem;font-size:.92rem}.filters-toggle{min-height:40px}.catalog-filters input,.catalog-filters select{font-size:16px}.catalog-filters.open .filters-close{display:inline-flex}}@media (width<=640px){.header-main{flex-wrap:wrap;gap:.55rem .8rem;padding:.55rem 0}.header-search{flex:100%;order:3;max-width:none}.header-action-label{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.page{width:calc(100% - 1.6rem);padding-top:1.2rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.cart-line{grid-template-columns:72px 1fr;gap:.75rem;padding:.75rem}.cart-line-price{grid-column:2;justify-self:end}.cart-line-photo{width:72px;height:72px}.ribbon{letter-spacing:.04em;white-space:nowrap;text-overflow:ellipsis;padding:.35rem .8rem;font-size:.72rem;overflow:hidden}.ribbon-extra{display:none}.brand-mark{width:44px;height:44px;font-size:.95rem}.brand-text strong{font-size:1.05rem}.header-search{padding:.45rem .9rem}.header-action{margin:-.6rem -.25rem;padding:.6rem .5rem;position:relative}.header-nav{letter-spacing:.08em;scrollbar-width:none;gap:1.2rem;padding:.3rem 1rem;font-size:.85rem;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 36px),#0000),linear-gradient(#000,#000);mask-image:linear-gradient(90deg,#000 calc(100% - 36px),#0000),linear-gradient(#000,#000);-webkit-mask-size:100% 100%,100% 1px;mask-size:100% 100%,100% 1px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.header-nav:after{content:"";flex:0 0 2.2rem}.header-nav a{padding:.6rem 0}select,textarea,input[type=search],input[type=text],input[type=email],input[type=tel],input[type=password],input[type=number],.header-search input{font-size:16px}select,textarea,input[type=search],input[type=text],input[type=email],input[type=tel],input[type=password],input[type=number]{padding:.65rem .85rem}.hero{margin-bottom:2rem;padding:1.8rem 1.25rem}.hero h1{font-size:2rem}.hero p{margin-bottom:1.3rem;font-size:.98rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{min-height:44px}.section{margin-bottom:2.2rem}.section-head{margin-bottom:.9rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.steps-grid{gap:.8rem}.step{grid-template-columns:34px 1fr;column-gap:.9rem;padding:1.1rem 1.2rem;display:grid}.step .step-num{grid-row:1/span 2;margin-bottom:0}.step h3{margin:.35rem 0 .25rem;font-size:1.08rem}.step p{grid-column:2;margin:0}.product-card-body{gap:.3rem;padding:.75rem .8rem .95rem}.product-card-body h3{font-size:.98rem}.product-card .price{font-size:1.05rem}.product-card-foot{flex-wrap:wrap;row-gap:.5rem}.product-card-foot .btn-small{flex:100%}.btn-small{min-height:40px;padding:.5rem 1rem}.wish-btn.floating{width:40px;height:40px;padding:0}.qty-stepper button,.qty-stepper.small button{min-width:40px;min-height:40px;padding:0}.link-btn{min-height:40px;margin:-.55rem -.4rem;padding:.55rem .4rem}.product-buy .btn-large{flex:auto;min-height:48px}.product-buy .wish-btn{border:1px solid var(--line-strong);width:44px;height:44px;padding:0}.product-thumbs{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:.4rem;overflow-x:auto}.product-thumbs button{scroll-snap-align:start;flex:0 0 56px;width:56px;height:56px}.product-attributes div{flex-direction:column;align-items:flex-start;gap:.1rem}.product-attributes dd{text-align:left}.product-attributes dt{letter-spacing:.06em;text-transform:uppercase;font-size:.78rem}.catalog-controls{flex-wrap:wrap;justify-content:space-between;row-gap:.5rem;width:100%}.sort-control select{min-height:40px}.address-grid{grid-template-columns:1fr}.address-book-actions{justify-content:center}.cart-summary,.checkout-form{padding:1.1rem}.auth-card{padding:1.2rem}.sold-favorites-list li{flex-wrap:wrap;row-gap:.2rem}.toasts{left:.8rem;right:.8rem;bottom:calc(1rem + env(safe-area-inset-bottom,0px));align-items:stretch;transform:none}.toast{border-radius:14px;justify-content:center;align-items:flex-start;padding:.7rem 1rem}.toast .icon{flex-shrink:0;margin-top:2px}.footer-grid{gap:1.3rem;padding:1.8rem 0 1.2rem}.site-footer a{padding:.5rem 0}.footer-legal{padding:.9rem 1rem;font-size:.82rem}.empty-state{padding:2rem 1rem 2.5rem}.empty-icon{width:60px;height:60px;margin-bottom:1rem}.empty-icon .icon{width:28px;height:28px}.how-step{gap:.85rem;padding:1.1rem}.how-step h3{font-size:1.08rem}}@media (width<=495px){.header-main{flex-direction:column;gap:.35rem}.header-actions{order:2;margin-left:0}.header-search{order:3;width:100%;margin-top:.7rem}.brand-mark{width:52px;height:52px}.brand-text strong{font-size:1.2rem}.header-action .icon{width:24px;height:24px}.sort-control-label{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.sort-control select{padding:.55rem .6rem;font-size:.85rem}.filters-toggle{padding:.55rem .65rem;font-size:.85rem}}@media (width<=500px){.catalog-head{text-align:center;flex-direction:column;align-items:center;gap:.5rem}.catalog-controls{justify-content:center;gap:.7rem;width:100%}.sort-control{justify-content:center}.footer-grid{text-align:center}.footer-grid>div{flex-direction:column;align-items:center;display:flex}.breadcrumb{text-align:center;justify-content:center}.product-thumbs{justify-content:center}.account-page{text-align:center}.account-head{flex-direction:column;align-items:center;display:flex}.account-form,.address-book,.orders-list,.auth-card{text-align:left}.address-empty{text-align:center}}
