.home{--nav-h:4.4rem;--shop-gutter:clamp(1rem, 2.5vw, 2.5rem);--side-w:250px;z-index:1;position:relative}.shop-layout{grid-template-columns:var(--side-w) minmax(0, 1fr);padding:clamp(1rem, 2.5vw, 1.75rem) var(--shop-gutter) clamp(3rem, 7vw, 5rem);scroll-margin-top:var(--nav-h);gap:clamp(1.5rem,2.5vw,2.5rem);display:grid}.shop-main,.shop-side-wrap{min-width:0}.shop-side-wrap{top:calc(var(--nav-h) + .75rem);align-self:start;position:sticky}.shop-side{max-height:calc(100vh - var(--nav-h) - 2rem);overscroll-behavior:contain;scrollbar-width:thin;padding-right:.35rem;overflow-y:auto}.shop-tree{flex-direction:column;gap:.15rem;display:flex}.shop-tree a{color:inherit;transition:background .2s var(--ease), color .2s var(--ease);border-radius:10px;justify-content:space-between;align-items:center;gap:.6rem;padding:.5rem .7rem;text-decoration:none;display:flex}.shop-tree a:hover{background:var(--surface-2)}.shop-tree a.is-on{background:var(--accent);color:#fff}.shop-tree a.is-on em{color:#fff;background:#ffffff38}.shop-tree a:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.shop-tree em{background:var(--surface-2);min-width:1.9rem;color:var(--text-faint);text-align:center;border-radius:100px;flex:none;padding:.05rem .4rem;font-size:.7rem;font-style:normal}.shop-tree-all{font-family:var(--display);font-size:1.05rem}.shop-tree-group{border-top:1px solid var(--line);margin-top:.5rem}.shop-tree-brand{font-family:var(--display);cursor:pointer;transition:background .2s var(--ease);border-radius:10px;align-items:center;gap:.6rem;padding:.85rem .7rem;font-size:1.05rem;list-style:none;display:flex}.shop-tree-brand::-webkit-details-marker{display:none}.shop-tree-brand:hover{background:var(--surface-2)}.shop-tree-brand:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.shop-tree-brand>span{flex:1;min-width:0}.shop-tree-brand small{color:var(--text-faint);font-family:var(--body);font-size:.72rem;font-weight:400;display:block}.shop-tree-brand i{border-right:2px solid var(--text-faint);border-bottom:2px solid var(--text-faint);width:.5rem;height:.5rem;transition:transform .25s var(--ease);flex:none;transform:translateY(-2px)rotate(45deg)}.shop-tree-group[open]>.shop-tree-brand i{transform:translateY(2px)rotate(225deg)}.shop-tree-group:has(.is-on)>.shop-tree-brand{color:var(--accent-hi)}.shop-tree-group ul{border-left:1px solid var(--line);animation:home-rise .25s var(--ease) both;margin:0 0 .6rem;padding:0 0 0 .9rem;list-style:none}.shop-tree-link{color:var(--text-dim);font-size:.88rem}.shop-tree-link.is-whole-range{color:var(--text)}.shop-side-block{border-top:1px solid var(--line);margin-top:1.6rem;padding-top:1.2rem}.shop-side-block[hidden]{display:none}.shop-side-title{color:var(--text-faint);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .7rem;font-family:inherit;font-size:.68rem;font-weight:500}.shop-side-help{border-top:1px solid var(--line);color:var(--text-faint);margin:1.6rem 0 0;padding-top:1.2rem;font-size:.8rem;line-height:1.6}.shop-needs{flex-wrap:wrap;gap:.4rem;display:flex}.chip{border:1px solid var(--line-2);background:var(--surface);min-height:2.2rem;color:var(--text);font:inherit;cursor:pointer;transition:background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);border-radius:100px;align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:.82rem;display:inline-flex}.chip em{background:var(--surface-2);min-width:1.4rem;color:var(--text-dim);text-align:center;transition:background .3s var(--ease), color .3s var(--ease);border-radius:100px;padding:.05rem .35rem;font-size:.68rem;font-style:normal}.chip:hover{border-color:var(--accent)}.chip.is-on{border-color:var(--accent);background:var(--accent);color:#fff}.chip.is-on em{color:#fff;background:#ffffff40}.chip[hidden]{display:none}.shop-bar{top:var(--nav-h);z-index:20;background:linear-gradient(var(--bg) 78%, transparent);flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.9rem;padding:.6rem 0;display:flex;position:sticky}.shop-side-btn{border:1px solid var(--line-2);background:var(--surface);width:100%;min-height:2.9rem;color:var(--text);font:inherit;text-align:left;cursor:pointer;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:.6rem;padding:.4rem 1rem;font-size:.9rem;display:none}.shop-side-btn i{width:.55rem;height:.55rem;transition:transform .25s var(--ease);border-bottom:2px solid;border-right:2px solid;margin-left:auto;transform:translateY(-2px)rotate(45deg)}.shop-side-btn[aria-expanded=true] i{transform:translateY(2px)rotate(225deg)}.shop-side-btn svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:1.05rem;height:1.05rem}.shop-side-btn b{text-overflow:ellipsis;white-space:nowrap;max-width:11rem;font-weight:500;overflow:hidden}.shop-search{flex:16rem;min-width:0;position:relative}.shop-search svg{fill:none;width:1.05rem;height:1.05rem;stroke:var(--text-faint);stroke-width:2px;pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.shop-search input{border:1px solid var(--line-2);background:var(--surface);width:100%;min-height:2.8rem;color:var(--text);font:inherit;transition:border-color .25s var(--ease), box-shadow .25s var(--ease);border-radius:100px;padding:.55rem 1rem .55rem 2.6rem;font-size:.92rem}.shop-search input:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(var(--accent-rgb), .14);outline:none}.shop-count{color:var(--text-faint);font-variant-numeric:tabular-nums;margin:0;font-size:.85rem}.shop-select{border:1px solid var(--line-2);background:var(--surface);border-radius:100px;align-items:center;gap:.4rem;min-height:2.8rem;padding:0 .4rem 0 .9rem;font-size:.8rem;display:inline-flex}.shop-select span:not(.sr-only){color:var(--text-faint);letter-spacing:.1em;text-transform:uppercase;font-size:.66rem}.shop-select select{min-height:2.5rem;color:var(--text);font:inherit;cursor:pointer;background-color:#0000;border:0;padding-right:1.6rem;font-size:.88rem}.shop-select:focus-within{border-color:var(--accent)}.shop-side-block .shop-select{width:100%;padding:0 .5rem;display:flex}.shop-side-block .shop-select select{width:100%}.shop-active{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.shop-active:not([hidden]):empty,.shop-active[hidden]{display:none}.shop-pills{display:contents}.shop-pill{background:var(--tan);color:var(--accent-hi);font:inherit;cursor:pointer;animation:home-pop .35s var(--ease) both;border:0;border-radius:100px;align-items:center;gap:.4rem;padding:.25rem .7rem;font-size:.82rem;display:inline-flex}.shop-pill:after{content:"×";font-size:1rem;line-height:1}.shop-pill:hover{background:var(--tan-2)}.shop-clear{color:var(--accent-hi);font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:.25rem .4rem;font-size:.82rem;text-decoration:underline}.shop-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(.75rem,1.2vw,1.25rem)}.shop-grid .pcard-desc{display:none}.shop-grid .pcard-body{padding:.7rem .8rem .5rem}.shop-grid .pcard-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;font-size:.95rem;display:-webkit-box;overflow:hidden}.pcard-variants{gap:.2rem;padding:0 .8rem .5rem;display:grid}.pcard-variant-label{color:var(--text-faint);letter-spacing:.09em;text-transform:uppercase;font-size:.62rem}.pcard-variant{border:1px solid var(--line);border-radius:var(--radius);background-color:var(--surface);width:100%;max-width:100%;color:inherit;font:inherit;padding:.45rem 1.75rem .45rem .6rem;font-size:.8rem}.pcard-variant:hover{border-color:var(--line-2)}.pcard-variant:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.shop-grid .pcard-commerce{padding:0 .8rem .8rem}.shop-grid .pcard-price{margin-bottom:.5rem;font-size:.85rem}.shop-grid .pcard-actions button{letter-spacing:.06em;min-height:2.4rem;font-size:.7rem}.shop-grid .pcard-quantity{grid-template-columns:2.4rem 1fr 2.4rem;min-height:2.4rem}.shop-grid .pcard-quantity button{min-width:2.4rem}.shop-grid .pcard{animation:none}.shop-grid .pcard.is-entering{animation:home-rise .45s var(--ease) both;animation-delay:calc(var(--stagger,0) * 25ms)}.shop-empty{border:1px dashed var(--line-2);text-align:center;color:var(--text-dim);border-radius:16px;padding:2.5rem 1.5rem}.shop-pager{flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem;margin-top:2rem;display:flex}.shop-pager[hidden]{display:none}.shop-page{border:1px solid var(--line-2);background:var(--surface);min-width:2.5rem;min-height:2.5rem;color:var(--text);font:inherit;font-variant-numeric:tabular-nums;cursor:pointer;transition:background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);border-radius:100px;padding:0 .6rem;font-size:.88rem}.shop-page:not(:disabled):hover{border-color:var(--accent);color:var(--accent-hi)}.shop-page.is-on{border-color:var(--accent);background:var(--accent);color:#fff}.shop-page:disabled{opacity:.4;cursor:not-allowed}.shop-page-step{padding:0 1rem}.shop-page-gap{color:var(--text-faint);padding:0 .2rem}.home-visit{padding:0 var(--shop-gutter) clamp(3rem, 7vw, 5rem);gap:1rem;display:grid}.home-visit-photos{perspective:900px;height:clamp(8.5rem,22vw,12rem);margin:1.1rem 0 1.5rem;position:relative}.home-visit-photo{--settle:translate(var(--x), var(--y)) rotate(var(--r));opacity:0;width:clamp(5rem,13vw,7.5rem);transition:transform .9s var(--ease), opacity .5s var(--ease), box-shadow .4s var(--ease);transition-delay:calc(var(--i) * .12s);border-radius:12px;position:absolute;top:0;left:0;transform:translate(0)rotate(0)scale(.9)}.home-visit-photos.is-in .home-visit-photo{transform:var(--settle);opacity:1}.home-visit-photo:first-child{--x:0;--y:.4rem;--r:-6deg}.home-visit-photo:nth-child(2){--x:88%;--y:-.5rem;--r:4deg}.home-visit-photo:nth-child(3){--x:176%;--y:.7rem;--r:-3deg}.home-visit-photo:nth-child(4){--x:264%;--y:-.2rem;--r:7deg}.home-visit-photos img{aspect-ratio:4/5;object-fit:cover;background:#ffffff14;border:3px solid #ffffffeb;border-radius:10px;width:100%;height:auto;display:block;box-shadow:0 14px 30px #00000080}.home-visit-photos.is-in img{animation:photo-breathe 7s var(--ease) infinite alternate;animation-delay:calc(var(--i) * -1.7s)}@keyframes photo-breathe{0%{transform:translateY(-.3rem)}to{transform:translateY(.45rem)}}.home-visit-photos.is-in .home-visit-photo:hover,.home-visit-photos.is-in .home-visit-photo:focus-visible{z-index:2;transform:translate(var(--x), calc(var(--y) - .6rem)) rotate(0deg) scale(1.12);transition-delay:0s}@media (prefers-reduced-motion:reduce){.home-visit-photo,.home-visit-photos.is-in .home-visit-photo{transform:var(--settle);opacity:1;transition:none}.home-visit-photos.is-in img{animation:none}}.photo-lightbox{z-index:950;background:#000000d1;place-items:center;padding:clamp(.75rem,3vw,2rem);display:grid;position:fixed;inset:0}.photo-lightbox[hidden]{display:none}.photo-lightbox img{object-fit:contain;border-radius:14px;max-width:100%;max-height:100%;display:block}.photo-lightbox-close{color:#fff;cursor:pointer;background:#0000008c;border:0;border-radius:50%;width:2.6rem;height:2.6rem;font-size:1.5rem;line-height:1;position:absolute;top:clamp(.75rem,3vw,1.5rem);right:clamp(.75rem,3vw,1.5rem)}.photo-lightbox-close:hover,.photo-lightbox-close:focus-visible{background:#000000d9}.home-visit-card{background:var(--text);color:var(--bg);border-radius:20px;padding:clamp(1.5rem,4vw,2.5rem)}.home-visit-card h2{font-family:var(--display);margin:0 0 .6rem;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:400}.home-visit-card address{opacity:.85;font-style:normal}.home-visit-meta{opacity:.7;margin:.4rem 0 1.4rem;font-size:.9rem}.home-visit-actions{flex-wrap:wrap;gap:.6rem;display:flex}.home-visit-card .btn-primary{background:var(--accent);color:#fff}.home-visit-card .btn-primary:hover{background:var(--accent-hi)}.home-visit-card .btn-ghost{color:var(--bg);border-color:#faf4ea59}.home-visit-card .btn-ghost:hover{border-color:var(--accent-soft);color:var(--accent-soft)}.made-ask{border:1px solid var(--line);background:var(--surface);border-radius:20px}.made-ask summary{cursor:pointer;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;padding:1.2rem clamp(1.2rem,3vw,2rem);list-style:none;display:flex}.made-ask summary::-webkit-details-marker{display:none}.made-ask summary b{color:var(--accent-hi);font-weight:500}.made-ask summary b:after{content:" ↓";transition:transform .35s var(--ease);display:inline-block}.made-ask[open] summary b:after{transform:rotate(180deg)}.made-ask .form-card{border:0;border-top:1px solid var(--line);animation:home-rise .45s var(--ease) both;border-radius:0 0 20px 20px;margin:0}@keyframes home-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes home-pop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:none}}@media (width<=1500px){.shop-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (width<=1240px){.shop-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=1000px){.home{--side-w:210px}.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=820px){.shop-layout{grid-template-columns:minmax(0,1fr);gap:0}.shop-side-wrap{margin-bottom:.5rem;position:static}.shop-side-btn{display:flex}.shop-side{border:1px solid var(--line);background:var(--surface);border-radius:16px;max-height:min(60vh,30rem);margin-bottom:1rem;padding:.9rem 1rem;display:none}.shop-side.is-open{animation:home-rise .3s var(--ease) both;display:block}}@media (width<=640px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-bar{row-gap:.5rem}.shop-search{flex:100%;order:-1}.shop-sort{margin-left:auto}}@media (prefers-reduced-motion:reduce){.home *,.home :before,.home :after{transition:none!important;animation:none!important}}
