@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap";
:root{--ink:#0f172a;--ink-soft:#334155;--ink-muted:#64748b;--ink-faint:#94a3b8;--bg:#f5f7fb;--bg-soft:#eef3f8;--bg-warm:#fff8ec;--surface:#fff;--surface-strong:#fff;--surface-muted:#f1f5f9;--line:#dbe3ee;--line-strong:#b9c6d6;--forest:#12243a;--forest-hover:#193654;--mint:#fff2cc;--mint-strong:#ffd986;--sage:#5f7894;--coral:#f5a91a;--coral-hover:#d98d07;--coral-soft:#fff0c2;--sky:#e8f1fb;--gold:#f5a91a;--gold-soft:#fff0c2;--plum:#3d5a7c;--plum-soft:#e8eef6;--success:#0f9f6e;--success-soft:#e3f7ef;--warning:#d98d07;--warning-soft:#fff0c2;--error:#dc4a3d;--error-soft:#ffe4df;--font-body:"Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Sora", var(--font-body);--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2.25rem;--space-2xl:3.5rem;--space-3xl:5rem;--radius-sm:4px;--radius:8px;--radius-lg:8px;--radius-xl:8px;--radius-full:999px;--shadow-xs:0 1px 2px #0f172a0d;--shadow-sm:0 8px 24px #0f172a14;--shadow:0 18px 50px #0f172a1c;--shadow-lg:0 28px 80px #0f172a26;--container:1180px;--header-height:78px;--transition:.18s ease}html.dark-mode{--ink:#f8fafc;--ink-soft:#dbe4ee;--ink-muted:#96a8bd;--ink-faint:#63758a;--bg:#09111d;--bg-soft:#0f1b2b;--bg-warm:#0c1624;--surface:#111d2d;--surface-strong:#16263a;--surface-muted:#0d1725;--line:#dbe4ee1f;--line-strong:#dbe4ee38;--forest:#f5b02a;--forest-hover:#ffc957;--mint:#f5a91a29;--mint-strong:#f5a91a47;--sage:#8ba2bd;--coral:#f5a91a;--coral-hover:#ffc957;--coral-soft:#f5a91a26;--sky:#709ccc29;--gold:#f5b02a;--gold-soft:#f5a91a29;--plum:#9bb8d6;--plum-soft:#9bb8d624;--success:#55d6a0;--success-soft:#55d6a024;--warning:#f5b02a;--warning-soft:#f5b02a29;--error:#ff8a7a;--error-soft:#ff8a7a26;--shadow-xs:0 1px 2px #0000002e;--shadow-sm:0 10px 28px #00000038;--shadow:0 18px 56px #00000047;--shadow-lg:0 28px 86px #0000005c}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:radial-gradient(circle at 8% 0%, #ffd98680, transparent 26rem), radial-gradient(circle at 92% 8%, #e8f1fbdb, transparent 28rem), linear-gradient(180deg, var(--bg-warm) 0, var(--bg) 42%, var(--bg-soft) 100%);min-height:100vh;color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;flex-direction:column;margin:0;font-size:16px;line-height:1.6;display:flex}html.dark-mode body{background:radial-gradient(circle at 10% 0%, #f5a91a24, transparent 25rem), radial-gradient(circle at 88% 4%, #709ccc29, transparent 24rem), linear-gradient(180deg, #0f1b2b 0, var(--bg) 48%, #07111f 100%)}main{flex:1}img,svg{display:block}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6,p,dl,dd,ol,ul{margin:0}ul,ol{padding:0}h1,h2,h3,h4,h5,h6{color:var(--ink);font-family:var(--font-display);letter-spacing:0;font-weight:700;line-height:1.08}h1{font-size:4.25rem}h2{font-size:2.45rem}h3{font-size:1.25rem}h4{font-size:1rem}:focus-visible{outline-offset:3px;outline:3px solid #f5a91a5c}.container{width:min(100% - 2rem, var(--container));margin:0 auto}.hidden{display:none!important}.eyebrow{min-height:28px;color:var(--coral);letter-spacing:0;text-transform:uppercase;align-items:center;margin-bottom:.75rem;font-size:.78rem;font-weight:800;display:inline-flex}.lead{max-width:66ch;color:var(--ink-soft);font-size:1.08rem;line-height:1.7}.muted{color:var(--ink-muted)}.section{padding:var(--space-3xl) 0}.section--tight{padding:var(--space-xl) 0}.section--paper{background:#ffffff57;border-block:1px solid #e2d9cbb8}html.dark-mode .section--paper{border-block-color:var(--line);background:#ffffff09}.section-head{max-width:720px;margin:0 auto var(--space-xl);text-align:center}.section-head--split{gap:var(--space-xl);text-align:left;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:end;max-width:none;display:grid}.section-head p:not(.eyebrow){color:var(--ink-soft)}.section-foot{margin-top:var(--space-xl);text-align:center}@media (max-width:900px){h1{font-size:3.1rem}h2{font-size:2rem}.section{padding:var(--space-2xl) 0}.section-head--split{gap:var(--space-md);grid-template-columns:1fr}}@media (max-width:560px){h1{font-size:2.35rem}h2{font-size:1.65rem}h3{font-size:1.1rem}.container{width:min(100% - 1.25rem, var(--container))}.lead{font-size:1rem}}
.btn{border-radius:var(--radius);background:var(--forest);color:#fff;white-space:nowrap;cursor:pointer;min-height:52px;box-shadow:var(--shadow-xs);transition:transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);border:1px solid #0000;justify-content:center;align-items:center;gap:.6rem;padding:.92rem 1.45rem;font-size:1rem;font-weight:800;line-height:1;display:inline-flex}.btn:hover{background:var(--forest-hover);color:#fff;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.48;cursor:not-allowed;box-shadow:none;transform:none}.btn--lg{min-height:62px;padding-inline:1.75rem;font-size:1.08rem}.btn--sm{min-height:46px;padding:.72rem 1.08rem;font-size:.92rem}.btn--accent{background:var(--coral);color:#fff}.btn--accent:hover{background:var(--coral-hover)}.btn--outline,.btn--ghost{border-color:var(--line-strong);color:var(--ink);box-shadow:none;background:#ffffff94}.btn--outline:hover,.btn--ghost:hover{background:var(--surface-strong);border-color:var(--forest);color:var(--forest);box-shadow:none}html.dark-mode .btn{background:var(--forest);color:#0f172a;box-shadow:none}html.dark-mode .btn:hover{background:var(--forest-hover);color:#102017}html.dark-mode .btn--accent{background:var(--coral);color:#261811}html.dark-mode .btn--outline,html.dark-mode .btn--ghost{border-color:var(--line-strong);color:var(--ink);background:#ffffff0f}html.dark-mode .btn--outline:hover,html.dark-mode .btn--ghost:hover{color:var(--forest);background:#ffffff1a}.btn--success{background:var(--success);color:#fff}html.dark-mode .btn--success{color:#132016}.btn--full{width:100%}.btn-icon{flex:none;width:20px;height:20px}.logo{color:var(--ink);align-items:center;gap:.75rem;display:inline-flex}.logo-img{object-fit:contain;width:54px;height:54px}.logo-img--mark{width:42px;height:42px}.logo-wordmark{color:var(--ink);font-family:var(--font-display);letter-spacing:0;font-size:1.38rem;font-weight:800}.logo-wordmark strong{color:var(--forest)}.logo-wordmark--footer,.logo-wordmark--footer strong{color:#fff}.theme-toggle-btn,.btn-cart,.nav-toggle{border:1px solid var(--line);border-radius:var(--radius);width:50px;height:50px;color:var(--ink);cursor:pointer;transition:background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition);background:#ffffffa3;justify-content:center;align-items:center;display:inline-flex}.theme-toggle-btn:hover,.btn-cart:hover,.nav-toggle:hover{background:var(--surface-strong);border-color:var(--line-strong);color:var(--forest);transform:translateY(-1px)}html.dark-mode .theme-toggle-btn,html.dark-mode .btn-cart,html.dark-mode .nav-toggle{color:var(--ink-soft);background:#ffffff0e;border-color:#dbe4ee24;box-shadow:inset 0 0 0 1px #ffffff05}html.dark-mode .theme-toggle-btn:hover,html.dark-mode .btn-cart:hover,html.dark-mode .nav-toggle:hover{color:var(--forest);background:#f5a91a1f;border-color:#f5a91a47}.theme-toggle-btn svg,.btn-cart svg{width:22px;height:22px}.theme-toggle-btn svg{fill:currentColor}.btn-cart{position:relative}.cart-badge{border:2px solid var(--surface);border-radius:var(--radius-full);background:var(--coral);color:#fff;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.7rem;font-weight:800;display:inline-flex;position:absolute;top:1px;right:1px}html.dark-mode .cart-badge{border-color:var(--surface);background:var(--coral);color:#241713}.nav-toggle{flex-direction:column;gap:4px;display:none}.nav-toggle span{background:currentColor;border-radius:2px;width:18px;height:2px}.field-select,.form-group{gap:.55rem;min-width:0;display:grid}.field-select{position:relative}.form-group+.form-group{margin-top:1rem}.field-select--block{margin-bottom:1rem}.field-label,.form-group label{color:var(--ink-soft);font-size:1rem;font-weight:800}.field-select__wrap,.field-select__wrap--plain,.form-group input,.form-group select,.form-group textarea,.field-search__wrap input{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface-strong);width:100%;min-height:68px;color:var(--ink);box-shadow:var(--shadow-xs);transition:border-color var(--transition), box-shadow var(--transition), background var(--transition)}.field-select__wrap,.field-select__wrap--plain{align-items:center;min-height:68px;padding:0 1.25rem;display:flex;position:relative}.form-group input,.form-group select,.form-group textarea,.field-search__wrap input{padding:1.15rem 1.25rem;font-size:1.1rem}.form-group textarea{resize:vertical;min-height:190px}.form-group input[type=checkbox]{width:20px;height:20px;min-height:20px;accent-color:var(--forest);box-shadow:none;margin-right:.55rem}.field-select__wrap:focus-within,.form-group input:focus,.form-group select:focus,.form-group textarea:focus,.field-search__wrap input:focus{border-color:var(--forest);outline:none;box-shadow:0 0 0 4px #12243a1f}html.dark-mode .field-select__wrap:focus-within,html.dark-mode .form-group input:focus,html.dark-mode .form-group select:focus,html.dark-mode .form-group textarea:focus,html.dark-mode .field-search__wrap input:focus{box-shadow:0 0 0 4px #c8f0d121}.field-select__icon{color:var(--forest);flex:none;margin-right:.55rem;display:inline-flex}.field-select__input{min-width:0;color:var(--ink);appearance:none;cursor:pointer;background:0 0;border:0;outline:none;flex:1;font-weight:600}.field-select__trigger{text-align:left;min-height:0;box-shadow:none;gap:.08rem;padding:0;display:grid}.field-select__native{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.field-select__value,.field-select__meta{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.field-select__meta{color:var(--ink-muted);font-size:.72rem;font-weight:700;line-height:1.25}.field-select__input option{color:#0f172a;background:#fff}html.dark-mode .field-select__wrap,html.dark-mode .field-select__wrap--plain,html.dark-mode .form-group input,html.dark-mode .form-group select,html.dark-mode .form-group textarea,html.dark-mode .field-search__wrap input{border-color:var(--line);color:var(--ink);box-shadow:none;background:#ffffff0b}html.dark-mode .field-select__input{color:var(--ink-soft);font-weight:500}html.dark-mode .field-select__input option,html.dark-mode .form-group select option{color:#f8fafc;background:#111d2d}.field-select__chevron{color:var(--ink-muted);pointer-events:none;margin-left:.55rem;display:inline-flex}.field-select--custom{z-index:12}.field-select--custom.is-open{z-index:80}.field-select--custom.is-open .field-select__wrap{border-color:#f5a91a94;box-shadow:0 0 0 4px #f5a91a29,0 16px 34px #0f172a1f}.field-select--custom.is-open .field-select__chevron{color:var(--forest);transform:rotate(180deg)}.field-select__menu{z-index:90;border-radius:var(--radius);background:linear-gradient(180deg, #fffffff5, #f8fafcf5), var(--surface);opacity:0;pointer-events:none;max-height:318px;transition:opacity var(--transition), transform var(--transition);border:1px solid #b9c6d6d1;gap:.3rem;padding:.48rem;display:grid;position:absolute;top:calc(100% + .55rem);left:0;right:0;overflow-y:auto;transform:translateY(-6px);box-shadow:0 24px 62px #0f172a2e}.field-select--custom.is-open .field-select__menu{opacity:1;pointer-events:auto;transform:translateY(0)}.field-select__option{border-radius:var(--radius);width:100%;min-height:56px;color:var(--ink);cursor:pointer;text-align:left;transition:background var(--transition), color var(--transition), transform var(--transition);background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.64rem .72rem;display:grid}.field-select__option:hover{background:var(--surface-muted)}.field-select__option.is-selected{background:linear-gradient(135deg, var(--forest), var(--forest-hover));color:#fff;box-shadow:0 12px 24px #12243a29}.field-select__option-icon{border-radius:var(--radius);background:var(--mint);width:36px;height:36px;color:var(--forest);justify-content:center;align-items:center;display:inline-flex}.field-select__option.is-selected .field-select__option-icon{color:currentColor;background:#ffffff24}.field-select__option-copy{gap:.12rem;min-width:0;display:grid}.field-select__option-copy strong,.field-select__option-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.field-select__option-copy strong{font-size:.95rem;font-weight:850}.field-select__option-copy small{color:var(--ink-muted);font-size:.72rem;font-weight:700}.field-select__option.is-selected .field-select__option-copy small{color:#ffffffb8}.field-select__option-check{color:currentColor;opacity:0;display:inline-flex}.field-select__option.is-selected .field-select__option-check{opacity:1}html.dark-mode .field-select--custom.is-open .field-select__wrap{box-shadow:0 0 0 4px #f5a91a2b,0 18px 44px #00000047}html.dark-mode .field-select__menu{border-color:var(--line-strong);background:linear-gradient(180deg, #16263afa, #111d2dfa), var(--surface);box-shadow:0 24px 66px #00000061}html.dark-mode .field-select__option:hover{background:#ffffff0f}html.dark-mode .field-select__option.is-selected{color:#08111f;box-shadow:0 14px 28px #f5a91a1f}html.dark-mode .field-select__option.is-selected .field-select__option-copy small{color:#08111fad}.field-search__wrap{position:relative}.field-search__icon{color:var(--ink-muted);pointer-events:none;display:flex;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.field-search__wrap input{padding-left:2.55rem}.featured-layout,.cards-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.featured-layout{grid-template-columns:repeat(4,minmax(0,1fr))}.shop-tile,.product-tile{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);min-width:0;box-shadow:var(--shadow-xs);transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);flex-direction:column;display:flex;overflow:hidden}.shop-tile:hover,.product-tile:hover{border-color:var(--line-strong);box-shadow:var(--shadow);transform:translateY(-3px)}.shop-tile__media,.product-tile__img{background:var(--surface-muted);color:inherit;display:block;position:relative;overflow:hidden}.shop-tile__media{aspect-ratio:4/3}.product-tile__img{aspect-ratio:1}.shop-tile__media img,.product-tile__img img{object-fit:cover;width:100%;height:100%;transition:transform .32s,filter .32s}.shop-tile:hover .shop-tile__media img,.product-tile:hover .product-tile__img img{filter:saturate(1.04);transform:scale(1.035)}.shop-tile__status,.shop-tile__city{z-index:2;border-radius:var(--radius-full);color:#172119;min-height:28px;box-shadow:var(--shadow-xs);background:#fffdf8eb;border:1px solid #ffffffa3;align-items:center;gap:.35rem;padding:.22rem .58rem;font-size:.76rem;font-weight:800;display:inline-flex;position:absolute}.shop-tile__status{top:.7rem;left:.7rem}.shop-tile__status.is-open{color:var(--success)}.shop-tile__status.is-open:before{content:"";background:var(--success);border-radius:50%;width:7px;height:7px}.shop-tile__city{bottom:.7rem;right:.7rem}.shop-tile__body,.product-tile__body{flex-direction:column;flex:1;gap:.58rem;padding:1rem;display:flex}.shop-tile__top{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.shop-tile__title{color:var(--ink);font-family:var(--font-display);font-size:1.05rem;font-weight:800;line-height:1.25}.shop-tile__rating{color:var(--gold);flex:none;align-items:center;gap:.2rem;font-size:.84rem;font-weight:800;display:inline-flex}.shop-tile__rating svg{width:14px;height:14px}.shop-tile__description{color:var(--ink-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.shop-tile__facts,.shop-tile__tags{flex-wrap:wrap;gap:.38rem;display:flex}.shop-tile__fact,.shop-tile__tag{border-radius:var(--radius-full);align-items:center;gap:.28rem;min-height:26px;padding:.18rem .5rem;font-size:.76rem;font-weight:700;display:inline-flex}.shop-tile__fact{background:var(--mint);color:var(--forest)}.shop-tile__fact svg{width:13px;height:13px}.shop-tile__tag{background:var(--plum-soft);color:var(--plum)}.shop-tile__footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:.8rem;margin-top:auto;padding-top:.78rem;display:flex}.shop-tile__from{color:var(--ink-muted);font-size:.72rem;font-weight:700;line-height:1.2;display:grid}.shop-tile__from strong{color:var(--ink);font-size:1rem}.shop-tile__link{color:var(--forest);white-space:nowrap;font-size:.86rem;font-weight:800}.product-tile__shop{color:var(--forest);font-size:.78rem;font-weight:800}.product-tile h3{font-family:var(--font-body);font-size:1rem;font-weight:800;line-height:1.3}.product-tile__price{color:var(--ink);font-size:1.12rem;font-weight:800}.product-tile .btn{width:100%;margin-top:auto}.stars{color:var(--gold);vertical-align:middle;gap:2px;display:inline-flex}.stars svg{fill:currentColor;width:14px;height:14px}.stars .icon--star-empty{fill:none;color:var(--line-strong)}.chip{border:1px solid var(--line-strong);border-radius:var(--radius-full);min-height:42px;color:var(--ink-soft);cursor:pointer;transition:background var(--transition), color var(--transition), border-color var(--transition);background:0 0;padding:.56rem .95rem;font-size:.9rem;font-weight:800}.chip:hover,.chip.active{background:var(--forest);border-color:var(--forest);color:#fff}html.dark-mode .chip:hover,html.dark-mode .chip.active{color:#0f172a}.option-chip{border:1px solid var(--line-strong);border-radius:var(--radius-full);background:var(--surface);min-height:42px;color:var(--ink-soft);cursor:pointer;transition:background var(--transition), border-color var(--transition), color var(--transition);align-items:center;gap:.45rem;padding:.54rem .9rem;font-size:.88rem;font-weight:800;display:inline-flex}.option-chip span{border-radius:var(--radius-full);background:var(--mint);min-width:24px;height:24px;color:var(--forest);justify-content:center;align-items:center;padding:0 .35rem;font-size:.78rem;display:inline-flex}.option-chip:hover,.option-chip.active{background:var(--forest);border-color:var(--forest);color:#fff}.option-chip:hover span,.option-chip.active span{color:currentColor;background:#ffffff2e}html.dark-mode .option-chip:hover,html.dark-mode .option-chip.active{color:#0f172a}.status-badge{border-radius:var(--radius-full);align-items:center;min-height:26px;padding:.22rem .55rem;font-size:.78rem;font-weight:800;display:inline-flex}.status-badge--new{background:var(--coral-soft);color:var(--coral)}.status-badge--processing{background:var(--warning-soft);color:var(--warning)}.status-badge--completed{background:var(--success-soft);color:var(--success)}.qty-selector{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface-strong);align-items:center;height:50px;display:inline-flex;overflow:hidden}.qty-selector button,.qty-selector input{width:50px;height:50px;color:var(--ink);text-align:center;background:0 0;border:0;font-weight:800}.qty-selector button{cursor:pointer}.qty-selector button:hover{background:var(--mint)}.qty-selector input{border-inline:1px solid var(--line)}.delivery-toggle{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface-muted);grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;padding:.35rem;display:grid}.delivery-toggle button{border-radius:var(--radius-sm);min-height:46px;color:var(--ink-soft);cursor:pointer;background:0 0;border:0;font-weight:800}.delivery-toggle button.active{background:var(--surface-strong);color:var(--forest);box-shadow:var(--shadow-xs)}.empty-state{padding:var(--space-xl);border:1px dashed var(--line-strong);border-radius:var(--radius-xl);text-align:center;color:var(--ink-soft);background:#ffffff85}.empty-state h2,.empty-state h3{margin-bottom:.5rem}.empty-state__icon{color:var(--forest);margin-bottom:1rem;display:inline-flex}.empty-action{margin-top:1rem}.pagination{margin-top:var(--space-lg);flex-wrap:wrap;justify-content:center;align-items:center;gap:.45rem;display:flex}.pagination__btn{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-width:46px;min-height:46px;color:var(--ink);cursor:pointer;font-size:.96rem;font-weight:800}.pagination__btn:hover,.pagination__btn.active{background:var(--forest);border-color:var(--forest);color:#fff}.pagination__btn:disabled{opacity:.42;cursor:not-allowed}html.dark-mode .pagination__btn:hover,html.dark-mode .pagination__btn.active{color:#0f172a}@media (max-width:1080px){.featured-layout,.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.featured-layout,.cards-grid{grid-template-columns:1fr}.shop-tile__media{aspect-ratio:16/10}.shop-tile__footer{flex-direction:column;align-items:flex-start}}
html.dark-mode{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.site-header{z-index:100;-webkit-backdrop-filter:blur(18px);background:#ffffffe0;border-bottom:1px solid #dbe3eec7;position:sticky;top:0}html.dark-mode .site-header{border-bottom-color:var(--line);background:#09111de6}.header-inner{min-height:var(--header-height);justify-content:space-between;align-items:center;gap:var(--space-lg);display:flex}.header-right,.nav-main,.header-actions{align-items:center;display:flex}.header-right{gap:var(--space-md)}.nav-main{border:1px solid var(--line);border-radius:var(--radius-full);background:#ffffff8f;gap:.25rem;padding:.35rem}html.dark-mode .nav-main{background:#ffffff0e}.nav-link{border-radius:var(--radius-full);min-height:46px;color:var(--ink-soft);align-items:center;padding:0 1rem;font-size:.93rem;font-weight:800;display:inline-flex}.nav-link:hover,.nav-link.active{background:var(--mint);color:var(--forest)}.nav-link--cta{background:var(--forest);color:#fff}.nav-link--cta:hover,.nav-link--cta.active{background:var(--forest-hover);color:#fff}html.dark-mode .nav-link--cta{color:#08111f}.header-actions{gap:.45rem}.hero{color:#fff;isolation:isolate;align-items:center;min-height:720px;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:-2;position:absolute;inset:0}.hero__bg img{object-fit:cover;object-position:center right;filter:saturate(1.08)contrast(1.03);width:100%;height:100%}.hero:before{content:"";z-index:-1;background:radial-gradient(circle at 32% 30%,#f5a91a38,#0000 28rem),linear-gradient(90deg,#07111ff0,#0a192cb8 46%,#0a192c47 78%),linear-gradient(#ffd9862e,#ffd98600 24%);position:absolute;inset:0}.hero:after{content:"";background:linear-gradient(180deg, transparent, var(--bg-warm));height:80px;position:absolute;bottom:0;left:0;right:0}html.dark-mode .hero:after{background:linear-gradient(#0000,#0f1b2b)}.hero-copy{z-index:1;width:min(100%,1120px);padding:5rem 0 6rem;position:relative}.hero .eyebrow{color:#ffd986}.hero h1{color:#fff;max-width:840px;margin-bottom:1rem;font-size:5rem}.hero-deck{color:#ffffffe6;max-width:54ch;margin-bottom:1.65rem;font-size:1.2rem;font-weight:600;line-height:1.72}.hero-search{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(18px);background:linear-gradient(135deg,#fffffff5,#f8fafce0),#ffffffeb;border:1px solid #ffffff61;width:100%;max-width:1120px;padding:1.05rem;overflow:visible;box-shadow:0 28px 80px #07111f47}html.dark-mode .hero-search{background:linear-gradient(135deg, #16263af5, #111d2de6), var(--surface);border-color:#dbe4ee2e}html.dark-mode .field-select--hero .field-select__wrap,html.dark-mode .hero-problem-field .field-search__wrap{background:linear-gradient(180deg, #ffffff14, #ffffff0a), var(--surface-strong);border-color:var(--line-strong)}html.dark-mode .field-select--hero .field-select__input{color:var(--ink-soft);font-weight:500}html.dark-mode .field-select--hero .field-select__icon{color:var(--forest);background:#f5a91a24}html.dark-mode .hero-city-chip{color:var(--ink-muted);background:0 0;border-color:#0000}html.dark-mode .hero-city-chip small{color:#dbe4ee8f}html.dark-mode .hero-city-chips{background:#ffffff0b;border-color:#dbe4ee24}html.dark-mode .hero-city-chip:hover,html.dark-mode .hero-city-chip.active{color:var(--forest);background:#f5a91a29;border-color:#f5a91a6b;box-shadow:inset 0 0 0 1px #f5a91a14}html.dark-mode .hero-city-chip:hover small,html.dark-mode .hero-city-chip.active small{color:#f5a91ab8}.hero-search__label{color:var(--ink-soft);text-transform:uppercase;font-size:.78rem;font-weight:800;display:block}.hero-search__head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.hero-search__hint{color:var(--ink-muted);font-size:.86rem;font-weight:700}.hero-search__row{grid-template-columns:minmax(170px,.9fr) minmax(230px,1.05fr) minmax(280px,1.35fr) minmax(220px,.82fr);align-items:stretch;gap:.75rem;display:grid}.hero-search #hero-city-wrap,.hero-search #hero-service-wrap,.hero-search .hero-problem-field{width:100%;min-width:0}.hero-search .field-select,.hero-search .field-search{height:100%}.hero-search .field-label{display:none}.field-select--hero .field-select__wrap,.hero-problem-field .field-search__wrap{background:linear-gradient(#fff,#f8fafc);border-color:#12243a29;height:68px;min-height:68px;box-shadow:inset 0 0 0 1px #ffffffb8,0 10px 28px #0f172a14}.hero-problem-field input{font-size:1.02rem;font-weight:600}.field-select--hero .field-select__icon{border-radius:var(--radius);background:var(--mint);justify-content:center;align-items:center;width:44px;height:44px;margin-right:.85rem}.field-select--hero .field-select__input{font-size:1.12rem;font-weight:600}.field-select--hero .field-select__meta{max-width:22rem}.field-select--hero .field-select__chevron{color:var(--forest)}.hero-search .btn{white-space:nowrap;justify-content:center;width:100%;min-width:0;min-height:68px;padding-inline:1.1rem;box-shadow:0 16px 30px #12243a3d}.hero-city-chips{border-radius:var(--radius);background:#f1f5f9bd;border:1px solid #12243a21;grid-template-columns:repeat(5,minmax(0,1fr));gap:.35rem;margin-top:.9rem;padding:.35rem;display:grid}.hero-city-chip{border-radius:var(--radius);min-height:46px;color:var(--ink-soft);cursor:pointer;transition:background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);background:0 0;border:1px solid #0000;padding:.55rem .7rem;font-size:.88rem;font-weight:600;line-height:1.1}.hero-city-chip span,.hero-city-chip small{display:block}.hero-city-chip small{color:var(--ink-muted);margin-top:.18rem;font-size:.68rem;font-weight:600}.hero-city-chip:hover,.hero-city-chip.active{border-color:var(--forest);background:var(--forest);color:#fff;box-shadow:0 8px 20px #12243a2e}.hero-city-chip:hover small,.hero-city-chip.active small{color:#ffffffc2}@media (max-width:1080px){.hero-search__row{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-search .btn{grid-column:1/-1}}.market-proof{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-xs);grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.market-proof__item{border-right:1px solid var(--line);grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:.9rem;padding:1.2rem 1.25rem;display:grid}.market-proof__item:last-child{border-right:0}.market-proof__badge{border-radius:var(--radius);background:linear-gradient(180deg, #ffffffa3, #fff0), var(--mint);width:42px;height:42px;color:var(--forest);letter-spacing:.04em;border:1px solid #12243a24;justify-content:center;align-items:center;font-size:.78rem;font-weight:900;display:inline-flex}.market-proof strong{color:var(--ink);margin-bottom:.25rem;font-weight:800;display:block}.market-proof__copy span{color:var(--ink-soft);font-size:.92rem}html.dark-mode .market-proof__badge{color:var(--forest);background:linear-gradient(#ffffff12,#fff0),#f5a91a21;border-color:#f5a91a38}.categories-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.category-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:190px;color:var(--ink);box-shadow:var(--shadow-soft);flex-direction:column;gap:.8rem;padding:1.25rem;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex}.category-card:hover{border-color:#12243a42;transform:translateY(-3px);box-shadow:0 18px 42px #0f172a1f}.category-card__icon{border-radius:var(--radius);background:var(--mint);width:44px;height:44px;color:var(--forest);justify-content:center;align-items:center;display:inline-flex}.category-card strong{font-size:1.04rem}.category-card p{color:var(--ink-muted);margin:0;line-height:1.55}.home-review-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.home-review-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft);padding:1.25rem}.home-review-card p{color:var(--ink-soft);margin:1rem 0;line-height:1.7}html.dark-mode .category-card,html.dark-mode .home-review-card{border-color:var(--line);background:var(--surface)}.home-featured{position:relative}.featured-layout--home .shop-tile{background:linear-gradient(180deg, #ffffff85, #fff0), var(--surface)}.featured-layout--home .shop-tile__media:after{content:"";pointer-events:none;background:linear-gradient(#0000,#07111f6b);height:42%;position:absolute;inset:auto 0 0}.featured-layout--home .shop-tile__link{border-radius:var(--radius);background:var(--mint);border:1px solid #12243a29;justify-content:center;align-items:center;min-height:38px;padding:0 .8rem;display:inline-flex}.featured-layout--home .shop-tile__link:hover{background:var(--forest);color:#fff}html.dark-mode .featured-layout--home .shop-tile{background:linear-gradient(180deg, #ffffff0e, #fff0), var(--surface)}html.dark-mode .featured-layout--home .shop-tile__link{background:#f5a91a1f;border-color:#f5a91a38}html.dark-mode .featured-layout--home .shop-tile__link:hover{background:var(--forest);color:#0f172a}.flow-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;list-style:none;display:grid}.flow-steps li{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #ffffffb3, #fff0), var(--surface);min-height:220px;box-shadow:var(--shadow-xs);flex-direction:column;align-items:flex-start;padding:1.35rem;display:flex;position:relative;overflow:hidden}.home-flow .flow-steps li:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(135deg,#ffd9862e,#0000 48%);position:absolute;inset:0}.flow-steps__n{z-index:1;border-radius:var(--radius);background:var(--mint);min-width:42px;height:42px;color:var(--forest);justify-content:center;align-items:center;margin-bottom:auto;font-weight:800;display:inline-flex;position:relative}.flow-steps h3{z-index:1;font-family:var(--font-body);margin:1.35rem 0 .45rem;font-weight:800;position:relative}.flow-steps p,.local-market__copy p,.market-values p,.cta-band p{z-index:1;color:var(--ink-soft);position:relative}html.dark-mode .home-flow .flow-steps li{background:linear-gradient(145deg, #ffffff0e, #fff0), var(--surface)}html.dark-mode .home-flow .flow-steps li:after{background:linear-gradient(135deg,#f5a91a14,#0000 52%)}.local-market{gap:var(--space-xl);grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:start;display:grid}.home-market{overflow:hidden}.home-market .local-market{position:relative}.home-market .local-market:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffd98647,#0000 68%);border:1px solid #12243a14;border-radius:50%;width:220px;height:220px;position:absolute;top:-2.4rem;right:8%}.local-market__copy p{margin-top:1rem;font-size:1.04rem}.local-market__signal{border-left:3px solid var(--forest);border-radius:0 var(--radius) var(--radius) 0;background:linear-gradient(90deg,#ffd98661,#ffd9860d 70%,#0000);max-width:520px;margin-top:1.45rem;padding:1rem 1.1rem}.local-market__signal strong,.local-market__signal span{display:block}.local-market__signal strong{color:var(--ink);font-family:var(--font-display);font-size:1rem;font-weight:800}.local-market__signal span{color:var(--ink-soft);margin-top:.24rem;font-size:.94rem;line-height:1.55}.market-values{gap:.8rem;list-style:none;display:grid}.market-values li{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #ffffffb8, #fff0), var(--surface);box-shadow:var(--shadow-xs);grid-template-columns:auto 1fr;gap:.9rem;padding:1.05rem;display:grid;position:relative;overflow:hidden}.market-values li:after{content:"";opacity:0;transition:opacity var(--transition);pointer-events:none;background:linear-gradient(110deg,#0000,#c9654914);position:absolute;inset:0}.market-values li:hover:after{opacity:1}.market-values span{border-radius:var(--radius);background:var(--coral-soft);width:34px;height:34px;color:var(--coral);justify-content:center;align-items:center;font-weight:800;display:inline-flex}.market-values strong{color:var(--ink);margin-bottom:.22rem;display:block}html.dark-mode .home-market .local-market:before{background:radial-gradient(circle,#f5a91a1c,#0000 68%);border-color:#f5a91a14}html.dark-mode .local-market__signal{border-left-color:var(--forest);background:linear-gradient(90deg,#f5a91a21,#f5a91a09 70%,#0000)}html.dark-mode .market-values li{background:linear-gradient(145deg, #fff1, #ffffff06), var(--surface);box-shadow:none;border-color:#dbe4ee21}.cta-band{gap:var(--space-xl);border-radius:var(--radius-xl);color:#fff;min-height:390px;box-shadow:var(--shadow);background:linear-gradient(100deg,#07111ff5 0%,#07111fe0 43%,#07111f7a 72%,#f5a91a33),url(../media/hubly-pro-bg.3e8l_w0sqvm66.png) 100%/cover;grid-template-columns:minmax(0,1fr) minmax(240px,auto);align-items:center;padding:3rem;display:grid;position:relative;overflow:hidden}.cta-band:before{content:"";border-radius:inherit;pointer-events:none;border:1px solid #fff3;position:absolute;inset:1px}.cta-band:after{content:"";pointer-events:none;background:linear-gradient(135deg,#f5a91a29,#0000 44%);position:absolute;inset:0}.cta-band__copy,.cta-band__actions{z-index:1;position:relative}.cta-band .eyebrow,.cta-band h2{color:#fff}.cta-band p{color:#ffffffc7;max-width:64ch;margin-top:.75rem}.cta-band__meta{flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;display:flex}.cta-band__meta span{border-radius:var(--radius-full);color:#ffffffdb;background:#ffffff1c;border:1px solid #ffffff3d;align-items:center;min-height:34px;padding:.28rem .72rem;font-size:.82rem;font-weight:800;display:inline-flex}.cta-band__actions{gap:.7rem;min-width:250px;display:grid}.cta-band__actions .btn{width:100%}.cta-band__actions .btn--ghost{color:#fff;-webkit-backdrop-filter:blur(10px);background:#ffffff1f;border-color:#ffffff47}.cta-band__actions .btn--ghost:hover{color:#fff;background:#ffffff2e;border-color:#ffffff6b}.page-top{padding:var(--space-2xl) 0 var(--space-xl)}.page-top--shops{border:1px solid var(--line);border-radius:var(--radius-xl);background:radial-gradient(circle at 84% 10%, #f5a91a33, transparent 17rem), linear-gradient(135deg, #fff8eceb, #f8fafcd6), var(--surface);box-shadow:var(--shadow-xs);margin-top:1.25rem;padding:2.1rem;position:relative;overflow:hidden}.page-top--shops:after{content:"";pointer-events:none;background:radial-gradient(circle,#12243a1a,#0000 66%);border-radius:50%;width:240px;height:240px;position:absolute;bottom:-6rem;right:-4rem}html.dark-mode .page-top--shops{background:radial-gradient(circle at 84% 10%, #f5a91a21, transparent 17rem), linear-gradient(135deg, #f5a91a1a, #ffffff06), var(--surface);border-color:#dbe4ee21}html.dark-mode .page-top--shops:after{background:radial-gradient(circle,#f5a91a1a,#0000 66%)}html.dark-mode .listing-kpis div{border-color:var(--line);box-shadow:none;background:#ffffff0b}.page-top h1{max-width:920px}.page-top .lead{margin-top:.55rem}.listing-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;max-width:720px;margin-top:1.2rem;display:grid}.listing-kpis div{z-index:1;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-xs);-webkit-backdrop-filter:blur(14px);background:#fffdf8b8;padding:.9rem 1rem;position:relative}.listing-kpis strong{color:var(--forest);font-size:1.45rem;line-height:1;display:block}.listing-kpis span{color:var(--ink-soft);margin-top:.28rem;font-size:.86rem;font-weight:700;display:block}.breadcrumb{color:var(--ink-muted);margin-bottom:.8rem;font-size:.9rem;font-weight:700}.breadcrumb a{color:var(--forest)}.page-shops-body{padding-bottom:var(--space-3xl);grid-template-columns:minmax(340px,388px) minmax(0,1fr);align-items:start;gap:1.65rem;display:grid}.filters,.shop-aside,.wizard-panel,.checkout-panel,.product-detail,.dashboard-nav,.dashboard-panel{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-xs);padding:1.65rem}.filters{top:calc(var(--header-height) + 1rem);z-index:24;background:radial-gradient(circle at 12% 0%, #ffd98647, transparent 12rem), linear-gradient(145deg, #fffffff0, #f8fafcd1), var(--surface);position:sticky;overflow:visible}.shops-page .filters:before{content:"";border-radius:var(--radius-xl) var(--radius-xl) 0 0;background:linear-gradient(90deg, var(--forest), var(--coral), var(--gold));height:4px;margin:-1.65rem -1.65rem 1.2rem;display:block}.filters__head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.65rem;display:flex}.filters__head .eyebrow{margin-bottom:.3rem}.filters__title{font-family:var(--font-body);font-size:1.22rem;font-weight:800}.filters__copy{color:var(--ink-soft);margin-bottom:1.1rem;font-size:.92rem;line-height:1.55}.filters__reset{border:1px solid var(--line);border-radius:var(--radius-full);min-height:38px;color:var(--ink-muted);cursor:pointer;background:#ffffff85;padding:.25rem .78rem;font-size:.78rem;font-weight:800}.shops-page .filters .field-select,.shops-page .filter-search{margin-top:1rem}.shops-page .filters .field-select:first-of-type{margin-top:0}.filters__reset:hover{border-color:var(--line-strong);color:var(--forest)}.filter-block-label{margin:1.15rem 0 .5rem}.filter-chips{flex-wrap:wrap;gap:.5rem;display:flex}.filter-search{margin-top:1.15rem}.filters-summary{border:1px solid var(--line);border-radius:var(--radius);color:var(--ink-soft);background:#ffffff6b;margin-top:1.15rem;padding:.85rem;font-size:.86rem;font-weight:750;line-height:1.45}.shops-page .filter-picker{margin-bottom:0}.shops-page .filter-picker .field-select__wrap{background:linear-gradient(180deg, #fffffffa, #f8fafceb), var(--surface);border-color:#b9c6d6eb;min-height:64px;padding-inline:1rem;box-shadow:0 10px 24px #0f172a0f}.shops-page .filter-picker .field-select__icon{border-radius:var(--radius);background:var(--mint);width:38px;height:38px;color:var(--forest);justify-content:center;align-items:center;margin-right:.72rem}.shops-page .filter-picker .field-select__input{font-size:1rem;font-weight:800}.shops-page .filter-picker .field-select__meta{max-width:17.5rem}.shops-page .filter-picker .field-select__menu{max-height:372px}.shops-page .filter-picker .field-select__option{min-height:60px}.shops-page .filter-picker .field-select__option-copy small{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.shops-results{min-width:0}.listing-head{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-xs);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.95rem 1rem;display:flex}.listing-head__label{color:var(--coral);text-transform:uppercase;margin-bottom:.15rem;font-size:.74rem;font-weight:800;display:block}.listing-badges{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;display:flex}.listing-badges span{border:1px solid var(--line);border-radius:var(--radius-full);background:var(--surface);min-height:30px;color:var(--ink-soft);align-items:center;padding:.2rem .65rem;font-size:.78rem;font-weight:800;display:inline-flex}.results-meta{color:var(--ink-soft);font-weight:800}.listing-map-card{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(135deg, var(--mint), #ffffff61), var(--surface);box-shadow:var(--shadow-xs);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;margin-bottom:1.1rem;padding:1.05rem;display:grid}html.dark-mode .listing-map-card{background:linear-gradient(135deg, #f5a91a1c, #ffffff08), var(--surface)}.listing-map-card__mark{border-radius:var(--radius);background:linear-gradient(180deg, var(--forest-hover), var(--forest));width:46px;height:46px;position:relative;box-shadow:0 10px 24px #12243a24}.listing-map-card__mark:after{content:"";border:2px solid #ffffffbd;border-radius:50%;position:absolute;inset:13px}.listing-map-card__stats{align-items:stretch;gap:.45rem;display:flex}.listing-map-card__stats span{border:1px solid var(--line);border-radius:var(--radius);text-align:center;background:#ffffff75;min-width:86px;padding:.55rem .65rem}.listing-map-card__stats strong{color:var(--forest);font-size:1.08rem;line-height:1;display:block}.listing-map-card strong,.listing-map-card span{display:block}.listing-map-card strong{color:var(--ink)}.listing-map-card .listing-map-card__stats strong{color:var(--forest)}.listing-map-card span{color:var(--ink-soft);margin-top:.18rem;font-size:.9rem}.shops-results .cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}html.dark-mode .filters{background:linear-gradient(145deg, #f5a91a14, #ffffff06), var(--surface)}html.dark-mode .filters__reset,html.dark-mode .filters-summary,html.dark-mode .listing-map-card__stats span{border-color:var(--line);background:#ffffff0b}.shop-cover{background:var(--surface-muted);height:300px;position:relative;overflow:hidden}.shop-cover img{object-fit:cover;filter:saturate(1.03)contrast(1.02);width:100%;height:100%}.shop-cover:after{content:"";background:linear-gradient(#0f172a38 0%,#f5f7fb57 58%,#f5f7fbf5),radial-gradient(circle at 24% 18%,#ffd4c433,#0000 22rem),linear-gradient(90deg,#12243a70,#12243a00 58%);position:absolute;inset:0}html.dark-mode .shop-cover:after{background:linear-gradient(0deg, var(--bg), #181b188a 44%, #181b1838 100%), linear-gradient(90deg, #121813b8, #12181300 58%)}.shop-cover__content{z-index:2;pointer-events:none;align-items:flex-end;gap:.55rem;padding-bottom:5.2rem;display:flex;position:absolute;inset:0}.shop-cover__badge{border-radius:var(--radius-full);min-height:34px;color:var(--ink);box-shadow:var(--shadow-xs);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf8c7;border:1px solid #ffffff85;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.84rem;font-weight:800;display:inline-flex}.shop-cover__badge.is-open{color:var(--success)}.shop-cover__badge.is-open:before{content:"";background:currentColor;border-radius:50%;width:8px;height:8px}.shop-cover__badge--soft{color:var(--forest)}html.dark-mode .shop-cover__badge{color:var(--ink-soft);background:#232821b8;border-color:#dbe4ee29}.shop-intro{z-index:2;border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:linear-gradient(145deg,#ffffffe0,#fffdf8bd),#fffdf8eb;grid-template-columns:96px minmax(0,1fr) minmax(260px,330px);align-items:stretch;gap:1rem;margin:-72px 0 1.15rem;padding:.95rem;display:grid;position:relative}html.dark-mode .shop-intro{background:linear-gradient(145deg,#fff1,#ffffff06),#232821e6}.shop-intro__avatar{border-radius:var(--radius-xl);object-fit:cover;border:4px solid var(--surface-strong);width:96px;height:96px;box-shadow:var(--shadow-sm)}.shop-intro__main{min-width:0}.shop-intro__title-row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.shop-intro__title-row h1{font-size:clamp(1.85rem,3vw,2.55rem);line-height:1.02}.shop-intro__meta{color:var(--ink-soft);flex-wrap:wrap;align-items:center;gap:.45rem;margin-top:.28rem;font-weight:750;display:flex}.shop-intro__meta strong{color:var(--ink)}.shop-intro__actions{grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;gap:.55rem;max-width:330px;display:grid}.shop-intro__actions .btn{min-width:0;padding-inline:.9rem}.shop-page .shop-intro__actions .btn--outline{background:#ffffff8a}html.dark-mode .shop-page .shop-intro__actions .btn--outline{background:#ffffff0f}.shop-status-pill{border:1px solid var(--line);border-radius:var(--radius-full);background:var(--surface-strong);min-height:30px;color:var(--ink-soft);white-space:nowrap;align-items:center;gap:.38rem;padding:.25rem .68rem;font-size:.82rem;font-weight:800;display:inline-flex}.shop-status-pill.is-open{background:var(--success-soft);color:var(--success);border-color:#0000}.shop-intro__trust{flex-wrap:wrap;gap:.45rem;margin-top:.55rem;display:flex}.shop-trust-chip{border:1px solid var(--line);border-radius:var(--radius-full);background:var(--mint);min-height:28px;color:var(--forest);align-items:center;gap:.36rem;padding:.22rem .58rem;font-size:.82rem;font-weight:800;display:inline-flex}.shop-trust-chip svg{width:15px;height:15px}.shop-address{margin-top:.25rem}.shop-layout{padding-bottom:var(--space-3xl);grid-template-columns:minmax(0,1fr) minmax(280px,330px);align-items:start;gap:1.45rem;display:grid}.shop-main-column{min-width:0}.shop-overview-grid{grid-template-columns:minmax(0,1fr) minmax(330px,.44fr);grid-template-areas:"story map""facts map";align-items:stretch;gap:1rem;margin-bottom:1.45rem;display:grid}.shop-story-panel{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #ffffff94, #fff0), var(--surface);min-width:0;box-shadow:var(--shadow-xs);grid-area:story;grid-template-columns:minmax(0,1fr) minmax(220px,.34fr);align-items:stretch;gap:1rem;padding:1rem;display:grid}.shop-description{max-width:62ch;color:var(--ink-soft);margin-bottom:0;font-size:1.04rem;line-height:1.75}.shop-story-panel__note{border-left:3px solid var(--forest);border-radius:var(--radius);background:linear-gradient(135deg, var(--mint), #ffffff61);align-content:center;gap:.25rem;padding:1rem;display:grid}.shop-story-panel__note strong{color:var(--ink);line-height:1.35}.shop-story-panel__note span{color:var(--ink-soft);font-size:.9rem}.shop-facts-grid{grid-area:facts;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0;display:grid}.shop-facts-grid div{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #dff1e56b, #ffffff1f), var(--surface);min-height:112px;box-shadow:var(--shadow-xs);padding:1rem}.shop-facts-grid strong{color:var(--forest);font-size:1.25rem;line-height:1;display:block}.shop-facts-grid span{color:var(--ink-soft);margin-top:.3rem;font-size:.82rem;font-weight:700;display:block}.content-title-row{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.content-title-row .content-title{margin-bottom:0}.shop-category-tabs{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;display:flex}.shop-products-panel{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #ffffff75, #fff0), var(--surface);box-shadow:var(--shadow-xs);padding:1.1rem}html.dark-mode .shop-products-panel{background:linear-gradient(145deg, #ffffff0b, #fff0), var(--surface)}html.dark-mode .shop-page #shop-products .product-tile .btn{background-color:var(--forest);color:#0f172a}.content-title{margin-bottom:1rem}.content-title--reviews{margin:0}.shop-aside{top:calc(var(--header-height) + 1rem);gap:0;display:grid;position:sticky}.shop-aside__section{border-bottom:1px solid var(--line);padding:.1rem 0 1rem}.shop-aside__section+.shop-aside__section{padding-top:1rem}.shop-aside__section:last-child{border-bottom:0;padding-bottom:0}.shop-aside h4{font-family:var(--font-body);margin-bottom:.55rem;font-weight:800}.hours-list{gap:.34rem;display:grid}.hours-list div,.service-line,.summary-row{color:var(--ink-soft);justify-content:space-between;gap:.7rem;display:flex}.hours-list div{border-bottom:1px solid var(--line);align-items:center;min-height:34px;padding:.24rem 0}.hours-list div:last-child{border-bottom:0}.service-line{justify-content:flex-start;align-items:center;margin-bottom:.45rem;font-weight:750}.service-line svg{width:17px;height:17px;color:var(--forest)}.service-line--open{color:var(--success);font-weight:800}.shop-map-panel{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #dff1e575, #ffffff29), var(--surface);min-width:0;box-shadow:var(--shadow-xs);grid-area:map;grid-template-rows:auto minmax(0,1fr);gap:.55rem;padding:.85rem;display:grid}.shop-map-panel__head{justify-content:space-between;align-items:center;gap:.7rem;display:flex}.shop-map-panel__head h2{font-family:var(--font-body);font-size:1.1rem;font-weight:850}.map-box{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong);min-height:330px;color:var(--ink-soft);grid-template-rows:minmax(240px,1fr) auto;display:grid;overflow:hidden}.map-box__frame{background:var(--bg-soft);border:0;width:100%;height:100%;min-height:240px;display:block}.map-box__copy{border-top:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;gap:.8rem;padding:.9rem 1rem;display:flex}.map-box__copy strong{color:var(--ink);line-height:1.35;display:block}.map-box__copy span{margin-top:.15rem;font-size:.88rem;display:block}.map-box__copy a{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface-strong);min-height:40px;color:var(--forest);white-space:nowrap;justify-content:center;align-items:center;padding:.45rem .8rem;font-size:.86rem;font-weight:850;display:inline-flex}.reviews-panel{margin-top:2.35rem}.reviews-summary{color:var(--ink-soft);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem;font-size:.88rem;font-weight:750;display:inline-flex}.reviews-summary strong{color:var(--ink)}.review-item{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #ffffff6b, #dff1e52e), var(--surface);box-shadow:var(--shadow-xs);margin-bottom:.8rem;padding:1rem 1.05rem}.review-item__head{justify-content:space-between;gap:1rem;margin-bottom:.35rem;display:flex}.review-copy{color:var(--ink-soft);margin-top:.45rem}html.dark-mode .shop-story-panel,html.dark-mode .shop-map-panel,html.dark-mode .shop-story-panel__note,html.dark-mode .shop-facts-grid div,html.dark-mode .review-item{background:linear-gradient(145deg, #f5a91a14, #ffffff06), var(--surface)}html.dark-mode .map-box{background:var(--surface-muted)}html.dark-mode .map-box__frame{filter:saturate(.9)brightness(.86)contrast(1.05)}html.dark-mode .map-box__copy{background:var(--surface)}html.dark-mode .map-box__copy a{border-color:var(--line-strong);color:var(--forest);background:#ffffff0e}html.dark-mode .btn:not(.btn--outline):not(.btn--ghost):not(.btn--accent):not(.btn--success){background:linear-gradient(180deg, var(--forest-hover), var(--forest));color:#0f172a;border-color:#f5a91a57;box-shadow:0 12px 26px #f5a91a1a}html.dark-mode .btn--outline,html.dark-mode .btn--ghost{border-color:var(--line-strong);color:var(--ink-soft);background:#ffffff0e}html.dark-mode .btn--outline:hover,html.dark-mode .btn--ghost:hover{color:var(--forest);background:#f5a91a1f;border-color:#f5a91a4d}html.dark-mode .option-chip:hover,html.dark-mode .option-chip.active{background:var(--forest);border-color:var(--forest);color:#0f172a}html.dark-mode .option-chip:hover span,html.dark-mode .option-chip.active span{color:currentColor;background:#14211821}.product-shell{padding-bottom:var(--space-3xl)}.product-page-shell{padding-top:.35rem}.product-breadcrumb{padding-top:1.1rem}.product-page{grid-template-columns:minmax(0,.98fr) minmax(380px,.72fr);align-items:start;gap:1.45rem;padding:1rem 0 2.6rem;display:grid}.product-media-panel{gap:.9rem;min-width:0;display:grid}.product-gallery{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #ffffff94, #fff0), var(--surface);box-shadow:var(--shadow-xs);gap:.8rem;padding:.85rem;display:grid}.product-image-stage{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #dff1e55c, #ffffff24), var(--surface-muted);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.product-image-stage:after{content:"";pointer-events:none;background:linear-gradient(#0000,#07111f2e);height:34%;position:absolute;inset:auto 0 0}.product-image-stage>img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.product-media-badge{border-radius:var(--radius-full);min-height:34px;color:var(--forest);box-shadow:var(--shadow-xs);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffdf8d6;border:1px solid #ffffff94;align-items:center;padding:.35rem .75rem;font-size:.82rem;font-weight:850;display:inline-flex;position:absolute;top:.9rem;left:.9rem}.product-thumbs{flex-wrap:wrap;gap:.55rem;display:flex}.product-thumbs button{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);cursor:pointer;width:74px;height:74px;padding:0;overflow:hidden}.product-thumbs button.active{border-color:var(--forest);box-shadow:0 0 0 3px var(--mint-strong)}.product-thumbs img{object-fit:cover;width:100%;height:100%}.product-media-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;display:grid}.product-media-facts div{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #dff1e56b, #ffffff1f), var(--surface);min-height:92px;box-shadow:var(--shadow-xs);padding:.9rem}.product-media-facts strong{color:var(--forest);font-size:1.1rem;line-height:1.05;display:block}.product-media-facts span{color:var(--ink-soft);margin-top:.3rem;font-size:.82rem;font-weight:750;display:block}.product-detail{top:calc(var(--header-height) + 1rem);border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #ffffffad, #fff0), var(--surface);box-shadow:var(--shadow-xs);gap:.78rem;padding:1.15rem;display:grid;position:sticky}.product-detail__topline,.product-price-row,.product-buy-row,.product-shop-card{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.product-detail__shop{color:var(--forest);font-weight:850}.product-category-pill{border-radius:var(--radius-full);background:var(--plum-soft);min-height:30px;color:var(--plum);white-space:nowrap;align-items:center;padding:.25rem .65rem;font-size:.78rem;font-weight:850;display:inline-flex}.product-detail h1{font-size:clamp(2rem,3.1vw,3.1rem);line-height:1.05}.product-detail__price{color:var(--coral);font-size:2rem;font-weight:850;line-height:1}.product-price-row span{color:var(--ink-muted);text-align:right;font-size:.82rem;font-weight:750}.product-description{color:var(--ink-soft);font-size:1rem;line-height:1.7}.product-assurance{flex-wrap:wrap;gap:.45rem;display:flex}.product-assurance span{border-radius:var(--radius-full);background:var(--mint);min-height:32px;color:var(--forest);align-items:center;gap:.35rem;padding:.24rem .62rem;font-size:.78rem;font-weight:850;display:inline-flex}.product-assurance svg{width:15px;height:15px}.product-shop-card{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(135deg, #dff1e580, #ffffff2e), var(--surface);padding:.9rem}.product-shop-card span{color:var(--ink-muted);text-transform:uppercase;font-size:.78rem;font-weight:850}.product-shop-card strong{color:var(--ink);font-size:1.02rem;display:block}.product-shop-card p{color:var(--ink-soft);margin-top:.15rem;font-size:.88rem}.product-shop-card a{color:var(--forest);white-space:nowrap;font-size:.86rem;font-weight:850}.product-order-panel{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #dff1e54d, #ffffff2e), var(--bg-soft);grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem;padding:1rem;display:grid}.product-page-shell .product-order-panel .option-group{grid-column:1/-1;min-width:0}.product-page-shell .product-order-panel .option-chips{width:100%;min-width:0}.product-page-shell .product-order-panel .option-chip{min-height:40px}.option-group{gap:.45rem;display:grid}.option-label{color:var(--ink-soft);font-size:.82rem;font-weight:800}.option-chips{flex-wrap:wrap;gap:.45rem;display:flex}.product-message,.product-buy-row,.product-add-btn{grid-column:1/-1}.product-message textarea{min-height:72px}.product-buy-row{align-items:stretch}.product-total{min-width:130px;color:var(--ink-soft);align-content:center;justify-items:end;display:grid}.product-total span{font-size:.78rem;font-weight:800}.product-total strong{color:var(--ink);font-size:1.14rem}.product-add-btn{width:100%;min-height:64px}.back-link{color:var(--forest);margin-top:1rem;font-weight:800}.related-products-section{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #ffffff7a, #fff0), var(--surface);box-shadow:var(--shadow-xs);padding:1.1rem}.product-page-shell #related-products.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page-shell #related-products .product-tile{grid-template-columns:minmax(150px,.44fr) minmax(0,1fr);min-height:216px;display:grid}.product-page-shell #related-products .product-tile__img{aspect-ratio:auto;height:100%;min-height:216px}.product-page-shell #related-products .product-tile__body{justify-content:center}html.dark-mode .product-image-stage,html.dark-mode .product-media-facts div,html.dark-mode .product-shop-card,html.dark-mode .product-order-panel,html.dark-mode .product-gallery,html.dark-mode .product-detail,html.dark-mode .related-products-section{background:linear-gradient(145deg, #f5a91a14, #ffffff06), var(--surface)}html.dark-mode .product-media-badge{border-color:var(--line);color:var(--forest);background:#232821c7}.cart-page{padding-bottom:var(--space-3xl);grid-template-columns:minmax(0,1fr) minmax(330px,420px);align-items:start;gap:1.35rem;display:grid}.cart-top{padding-bottom:1.5rem}.cart-list-panel{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #dff1e56b, #ffffff29), var(--surface);min-width:0;box-shadow:var(--shadow-xs);padding:1.1rem}.cart-list-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;display:flex}.cart-list-head h2{font-family:var(--font-body);font-size:1.2rem;font-weight:850}.cart-list-head a{color:var(--forest);white-space:nowrap;font-size:.9rem;font-weight:850}.cart-shop-strip{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.95rem;display:flex}.cart-shop-strip span{color:var(--ink-muted);text-transform:uppercase;font-size:.78rem;font-weight:850;display:block}.cart-shop-strip strong{color:var(--ink);font-size:1.05rem;display:block}.cart-shop-strip p{color:var(--ink-soft);margin-top:.12rem;font-size:.88rem}.cart-shop-strip__status{text-align:right;justify-items:end;gap:.35rem;display:grid}.cart-shop-strip__status span{border-radius:var(--radius-full);background:var(--surface-muted);min-height:28px;color:var(--ink-soft);text-transform:none;align-items:center;padding:.2rem .6rem;display:inline-flex}.cart-shop-strip__status span.is-open{background:var(--success-soft);color:var(--success)}.cart-shop-strip__status a{color:var(--forest);font-size:.86rem;font-weight:850}.cart-lines{gap:.8rem;display:grid}.cart-line{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-xs);grid-template-columns:108px minmax(0,1fr) minmax(120px,auto);align-items:center;gap:1rem;padding:1rem;display:grid}.cart-line__media{aspect-ratio:1;border-radius:var(--radius);background:var(--surface-muted);width:108px;display:block;overflow:hidden}.cart-line img{border-radius:var(--radius);object-fit:cover;width:100%;height:100%}.cart-line__body{min-width:0}.cart-line__name{color:var(--ink);font-family:var(--font-display);font-size:1.02rem;font-weight:800;line-height:1.25;display:inline-block}.cart-line__price,.cart-line__qty{margin-top:.45rem}.cart-line__chips{flex-wrap:wrap;gap:.35rem;margin-top:.55rem;display:flex}.cart-line__chips span{border-radius:var(--radius-full);background:var(--mint);min-height:26px;color:var(--forest);align-items:center;gap:.28rem;padding:.18rem .5rem;font-size:.76rem;font-weight:800;display:inline-flex}.cart-line__chips svg{width:14px;height:14px}.cart-line__total{text-align:right}.cart-line__total small{color:var(--ink-muted);font-size:.76rem;font-weight:800;display:block}.cart-line__total span{color:var(--ink);margin-top:.1rem;font-size:1.12rem;font-weight:800;display:block}.cart-remove{margin-top:.45rem}.checkout-panel{top:calc(var(--header-height) + 1rem);align-self:start;gap:1rem;display:grid;position:sticky}.checkout-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;margin-bottom:1rem;display:grid}.checkout-step{border:1px solid var(--line);border-radius:var(--radius);min-height:42px;color:var(--ink-muted);justify-content:center;align-items:center;gap:.45rem;font-size:.78rem;font-weight:800;display:inline-flex}.checkout-step span{border-radius:var(--radius-full);background:var(--surface-muted);justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.checkout-step.active{color:var(--forest);background:var(--mint);border-color:var(--mint-strong)}#cart-summary{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg, #dff1e56b, #ffffff29), var(--surface);padding:1rem}.cart-summary-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.8rem;display:flex}.cart-summary-head span{color:var(--ink-soft);font-size:.86rem;font-weight:850}.cart-summary-head strong{color:var(--forest);font-size:1.45rem;line-height:1}.checkout-form{padding-top:.15rem}.checkout-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.checkout-row input,.checkout-row select{min-width:0}.panel-title{font-family:var(--font-body);margin-bottom:1rem}.summary-row{border-bottom:1px solid var(--line);padding:.55rem 0}.summary-row--total{color:var(--ink);border-bottom:0;margin-top:.35rem;font-size:1.18rem;font-weight:800}.checkout-note{text-align:center;margin-top:.75rem;font-size:.82rem}.summary-note{color:var(--ink-soft);margin-top:.6rem;font-size:.8rem;line-height:1.45}html.dark-mode .cart-list-panel,html.dark-mode .cart-shop-strip,html.dark-mode .cart-line,html.dark-mode #cart-summary{background:linear-gradient(145deg, #f5a91a14, #ffffff06), var(--surface)}.wizard{max-width:1180px;padding-bottom:var(--space-3xl)}.register-hero{grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:end;gap:1.25rem;padding-top:2.25rem;padding-bottom:1.25rem;display:grid}.register-hero__copy{max-width:760px}.register-hero h1{max-width:760px;font-size:3.65rem}.register-hero .lead{max-width:650px}.register-hero__panel{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #dff1e59e, #ffffff57), var(--surface);box-shadow:var(--shadow-xs);grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.register-hero__panel div{border-right:1px solid var(--line);min-width:0;padding:1rem}.register-hero__panel div:last-child{border-right:0}.register-hero__panel span{color:var(--ink-muted);text-transform:uppercase;font-size:.76rem;font-weight:850;display:block}.register-hero__panel strong{color:var(--forest);margin-top:.2rem;font-size:1.25rem;line-height:1;display:block}html.dark-mode .register-hero__panel{background:linear-gradient(145deg, #c8f0d11a, #ffffff08), var(--surface)}.register-layout{grid-template-columns:minmax(300px,365px) minmax(0,1fr);align-items:start;gap:1.35rem;display:grid}.wizard-main{width:100%;min-width:0}.register-aside{top:calc(var(--header-height) + 1rem);border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #dff1e59e, #ffffff4d), var(--surface);box-shadow:var(--shadow-xs);gap:1rem;padding:1.1rem;display:grid;position:sticky}html.dark-mode .register-aside{background:linear-gradient(145deg, #c8f0d11a, #ffffff08), var(--surface)}.register-progress-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong);gap:.45rem;padding:.95rem;display:grid}.register-progress-card span{color:var(--ink-muted);text-transform:uppercase;font-size:.78rem;font-weight:850}.register-progress-card strong{color:var(--ink);font-size:1.05rem}.register-progress-track{border-radius:var(--radius-full);background:var(--surface-muted);height:8px;overflow:hidden}.register-progress-track span{width:var(--register-progress,25%);border-radius:inherit;background:linear-gradient(90deg, var(--forest), var(--coral));height:100%;transition:width var(--transition);display:block}.register-aside__head h2{font-size:1.35rem}.register-aside__head p{color:var(--ink-soft);margin-top:.55rem;font-size:.92rem}.register-preview{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong);grid-template-columns:106px minmax(0,1fr);align-items:center;gap:.9rem;padding:.85rem;display:grid}.register-preview__media{border-radius:var(--radius);background:var(--surface-muted);position:relative;overflow:hidden}.register-preview__media img{object-fit:cover;width:106px;height:116px}.register-preview__media span{border-radius:var(--radius-full);min-height:24px;color:var(--forest);background:#fffdf8e0;align-items:center;padding:.1rem .5rem;font-size:.72rem;font-weight:850;display:inline-flex;position:absolute;bottom:.45rem;left:.45rem}.register-preview__badge{color:var(--coral);text-transform:uppercase;margin-bottom:.3rem;font-size:.72rem;font-weight:850;display:inline-flex}.register-preview h3{font-family:var(--font-body);font-size:1.15rem}.register-preview p{color:var(--ink-soft);font-size:.88rem}.register-preview__tags{flex-wrap:wrap;gap:.35rem;margin-top:.55rem;display:flex}.register-preview__tags span{border-radius:var(--radius-full);background:var(--mint);min-height:28px;color:var(--forest);align-items:center;padding:.18rem .58rem;font-size:.76rem;font-weight:850;display:inline-flex}.register-preview__tags .is-muted{opacity:.38}.register-mini-stats{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong);grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.register-mini-stats div{border-right:1px solid var(--line);min-width:0;padding:.78rem}.register-mini-stats div:last-child{border-right:0}.register-mini-stats strong,.register-mini-stats span{display:block}.register-mini-stats strong{color:var(--ink);font-size:.86rem}.register-mini-stats span{color:var(--ink-muted);font-size:.78rem}.register-checklist{gap:.6rem;list-style:none;display:grid}.register-checklist li{color:var(--ink-soft);padding-left:1.7rem;font-size:.94rem;font-weight:750;position:relative}.register-checklist li:before{content:"";border-radius:var(--radius-full);background:var(--mint);width:18px;height:18px;box-shadow:inset 0 0 0 1px var(--mint-strong);position:absolute;top:.28rem;left:0}.register-checklist li:after{content:"";border-left:2px solid var(--forest);border-bottom:2px solid var(--forest);width:6px;height:3px;position:absolute;top:.64rem;left:6px;transform:rotate(-45deg)}.wizard-steps{border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-xs);background:#fffdf8a8;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin-bottom:.85rem;padding:.45rem;display:grid}html.dark-mode .wizard-steps{background:#ffffff09}.wizard-step{border-radius:var(--radius);min-width:0;min-height:76px;color:var(--ink-soft);background:0 0;border:1px solid #0000;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.62rem;padding:.72rem;font-weight:800;display:grid;position:relative;overflow:hidden}.wizard-step-num{border-radius:var(--radius);background:var(--surface-strong);width:42px;height:42px;color:var(--ink-soft);box-shadow:inset 0 0 0 1px var(--line);flex:none;justify-content:center;align-items:center;font-size:1rem;display:inline-flex;position:relative}.wizard-step span{min-width:0;color:var(--ink);gap:.1rem;font-size:.98rem;line-height:1.12;display:grid;position:relative}.wizard-step small{color:var(--ink-muted);text-transform:uppercase;font-size:.72rem;font-weight:850}.wizard-step.active{border-color:var(--mint-strong);background:var(--mint);color:var(--forest)}.wizard-step.active .wizard-step-num,.wizard-step.done .wizard-step-num{background:var(--forest);color:#fff;box-shadow:none}.wizard-step.active span,.wizard-step.active small,.wizard-step.done{color:var(--forest)}html.dark-mode .wizard-step.active .wizard-step-num,html.dark-mode .wizard-step.done .wizard-step-num{color:#0f172a}html.dark-mode .wizard-step.active{background:var(--mint);border-color:var(--mint-strong)}.wizard-panel{background:linear-gradient(145deg, #ffffffd1, #dff1e557), var(--surface);position:relative;overflow:hidden}html.dark-mode .wizard-panel{background:linear-gradient(145deg, #ffffff0f, #c8f0d114), var(--surface)}.panel-kicker{color:var(--coral);text-transform:uppercase;margin-bottom:.35rem;font-size:.78rem;font-weight:850}.panel-copy{margin:.5rem 0 1.25rem}.register-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 .9rem;display:grid}.register-form-grid--location{align-items:end}.register-form-grid--product{grid-template-columns:minmax(0,1.5fr) minmax(160px,.7fr)}.wizard-panel .form-group.is-invalid input,.wizard-panel .form-group.is-invalid textarea,.wizard-panel .field-select.is-invalid .field-select__wrap{border-color:var(--error);box-shadow:0 0 0 4px var(--error-soft)}.service-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-bottom:1rem;display:grid}.service-option{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface-strong);min-height:104px;color:var(--ink);cursor:pointer;transition:border-color var(--transition), background var(--transition), box-shadow var(--transition), transform var(--transition);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.8rem;padding:1rem;display:grid;position:relative}.service-option:hover{border-color:var(--forest);box-shadow:var(--shadow-xs);transform:translateY(-1px)}.service-option input{opacity:0;pointer-events:none;position:absolute}.service-option__mark{border-radius:var(--radius);background:var(--surface-muted);width:42px;height:42px;box-shadow:inset 0 0 0 1px var(--line)}.service-option__mark:after{content:"";border-bottom:3px solid #0000;border-left:3px solid #0000;width:14px;height:8px;margin:14px auto 0;display:block;transform:rotate(-45deg)}.service-option input:checked+.service-option__mark{background:var(--forest);box-shadow:none}.service-option input:checked+.service-option__mark:after{border-color:#fff}.service-option:has(input:checked){border-color:var(--forest);background:var(--mint)}.service-option strong,.service-option small{display:block}.service-option strong{font-size:1rem}.service-option small{color:var(--ink-soft);margin-top:.18rem;font-size:.84rem}html.dark-mode .service-option{background:#ffffff0a}html.dark-mode .service-option input:checked+.service-option__mark:after{border-color:#0f172a}.wizard-actions{justify-content:space-between;gap:1rem;margin-top:1rem;display:flex}.wizard-actions .btn{min-width:220px}#wizard-next{background:linear-gradient(180deg, var(--forest-hover), var(--forest));min-width:260px}html.dark-mode #wizard-next{color:#0f172a}.register-success-content{text-align:center;padding:2rem 0}.success-copy{margin:.9rem 0 1.4rem}.dashboard-shell{padding-top:2rem;padding-bottom:var(--space-3xl)}.dashboard-hero{grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:end;gap:1.25rem;margin-bottom:1.15rem;display:grid}.dashboard-hero h1{max-width:780px;font-size:3.55rem}.dashboard-hero .lead{max-width:640px}.dashboard-hero-card{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #dff1e59e, #ffffff4d), var(--surface);box-shadow:var(--shadow-xs);padding:1.1rem}.dashboard-hero-card__label{color:var(--ink-muted);text-transform:uppercase;margin-bottom:.35rem;font-size:.78rem;font-weight:850;display:block}.dashboard-hero-card strong{color:var(--forest);font-size:1.25rem;display:block}.dashboard-hero-card p{color:var(--ink-soft);margin-top:.35rem;font-size:.92rem}html.dark-mode .dashboard-hero-card{background:linear-gradient(145deg, #c8f0d11a, #ffffff08), var(--surface)}.dashboard-layout{grid-template-columns:minmax(210px,245px) minmax(0,1fr);gap:1.15rem;display:grid}.dashboard-commandbar{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(135deg, var(--mint), #ffffff5c), var(--surface);box-shadow:var(--shadow-xs);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.15rem;padding:1.05rem;display:flex}html.dark-mode .dashboard-commandbar{background:linear-gradient(135deg, #c8f0d11c, #ffffff08), var(--surface)}.dashboard-commandbar>div:first-child{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.2rem .65rem;display:grid}.dashboard-commandbar strong,.dashboard-commandbar span:not(.dashboard-pulse){display:block}.dashboard-commandbar>div:first-child>span:last-child{color:var(--ink-soft);grid-column:2;font-size:.9rem}.dashboard-pulse{background:var(--coral);width:11px;height:11px;box-shadow:0 0 0 5px var(--coral-soft);border-radius:50%}.dashboard-actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}html.dark-mode .dashboard-actions .btn:not(.btn--outline):not(.btn--ghost){background:linear-gradient(180deg, var(--forest-hover), var(--forest));color:#0f172a;border-color:#c8f0d147;box-shadow:0 10px 26px #c8f0d11a}.dashboard-nav{top:calc(var(--header-height) + 1rem);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-xs);background:#fffdf8a8;align-self:start;gap:.45rem;padding:.55rem;display:grid;position:sticky}html.dark-mode .dashboard-nav{background:#ffffff09}.dashboard-nav a{border-radius:var(--radius);min-height:54px;color:var(--ink-soft);justify-content:space-between;align-items:center;gap:.6rem;padding:0 .85rem;font-weight:800;display:flex}.dashboard-nav a span{min-width:0}.dashboard-nav a small{color:var(--ink-muted);font-size:.76rem;font-weight:850}.dashboard-nav a:hover,.dashboard-nav a.active{background:var(--mint);color:var(--forest)}.dashboard-nav a:hover small,.dashboard-nav a.active small{color:var(--forest)}.nav-badge{border-radius:var(--radius-full);background:var(--coral);color:#fff;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:.72rem;display:inline-flex}.dashboard-content{min-width:0}.dashboard-panel{display:none}.dashboard-panel.active{display:block}.dashboard-panel-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.1rem;display:flex}.dashboard-section-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin:1.1rem 0 .75rem;display:flex}.dashboard-section-title{font-size:1.9rem}.dashboard-segments{flex-wrap:wrap;justify-content:flex-end;gap:.35rem;display:flex}.dashboard-segments button{border:1px solid var(--line);border-radius:var(--radius-full);min-height:42px;color:var(--ink-soft);cursor:pointer;background:0 0;padding:.55rem .95rem;font-size:.88rem;font-weight:800}.dashboard-segments button:hover,.dashboard-segments button.active{background:var(--forest);border-color:var(--forest);color:#fff}html.dark-mode .dashboard-segments button:hover,html.dark-mode .dashboard-segments button.active{color:#0f172a;box-shadow:0 8px 18px #c8f0d11a}.stat-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-bottom:1.1rem;display:grid}.stat-card{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #ffffffd1, #dff1e552), var(--surface-strong);align-content:space-between;min-height:138px;padding:1rem;display:grid}.stat-card__label{color:var(--ink-muted);text-transform:uppercase;font-size:.76rem;font-weight:850}.stat-card .value{color:var(--forest);font-size:1.9rem;font-weight:800;line-height:1}.stat-card .label{color:var(--ink-soft);margin-top:.4rem;font-size:.86rem}.dashboard-live-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.dashboard-live-grid div{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong);padding:.95rem}.dashboard-live-grid span{color:var(--ink-muted);text-transform:uppercase;font-size:.78rem;font-weight:800;display:block}.dashboard-live-grid strong{color:var(--forest);margin-top:.22rem;font-size:1.18rem;display:block}.dashboard-live-grid p{color:var(--ink-soft);margin-top:.3rem;font-size:.84rem}.dashboard-products-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.profile-form{min-width:0}.profile-editor{grid-template-columns:minmax(230px,300px) minmax(0,1fr);align-items:start;gap:1rem;display:grid}.profile-preview-card{top:calc(var(--header-height) + 1rem);border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #dff1e585, #ffffff47), var(--surface);padding:1.05rem;position:sticky}.profile-preview-card span,.profile-preview-card small{color:var(--ink-muted);text-transform:uppercase;font-size:.78rem;font-weight:850;display:block}.profile-preview-card strong{color:var(--ink);margin-top:.45rem;font-size:1.25rem;display:block}.profile-preview-card p{color:var(--ink-soft);margin:.35rem 0 1rem}.profile-form-grid{grid-template-columns:minmax(0,1.35fr) minmax(190px,.75fr);gap:0 .85rem;display:grid}.profile-actions{border-top:1px solid var(--line);justify-content:flex-end;align-items:center;gap:.8rem;margin-top:1.35rem;padding-top:1.15rem;display:flex}.profile-actions .btn{min-width:210px;min-height:62px}.profile-actions .profile-save-btn{background:linear-gradient(180deg, var(--forest-hover), var(--forest));width:320px;min-width:320px;box-shadow:0 14px 30px #12243a24}html.dark-mode .profile-actions .btn.profile-save-btn{background-color:var(--forest);background-image:linear-gradient(180deg, var(--forest-hover), var(--forest));color:#0f172a;box-shadow:0 14px 30px #c8f0d11a}.dashboard-note,.panel-note{margin:.8rem 0 1.2rem;font-size:.86rem}.orders-table{border-collapse:collapse;border-radius:var(--radius);width:100%;overflow:hidden}.orders-table th,.orders-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:.78rem;font-size:.9rem}.orders-table th{color:var(--ink-soft);background:var(--surface-muted);font-size:.78rem;font-weight:800}.orders-table tr:last-child td{border-bottom:0}.dashboard-order-list{gap:.75rem;display:grid}.dashboard-order-list--compact{gap:.6rem}.dashboard-order-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong);box-shadow:var(--shadow-xs);grid-template-columns:minmax(0,1.35fr) minmax(180px,.75fr) minmax(120px,auto) auto;align-items:center;gap:.85rem;padding:.95rem;display:grid}.dashboard-order-card--compact{grid-template-columns:minmax(0,1fr) minmax(105px,auto) auto}.dashboard-order-card--compact .dashboard-order-card__meta{display:none}.dashboard-order-card__main{min-width:0}.dashboard-order-card__id{color:var(--coral);font-size:.78rem;font-weight:850;display:block}.dashboard-order-card__main strong{color:var(--ink);font-size:1.02rem;display:block}.dashboard-order-card__main p{color:var(--ink-soft);margin-top:.16rem;font-size:.9rem}.dashboard-order-card__meta{color:var(--ink-soft);gap:.28rem;font-size:.86rem;font-weight:750;display:grid}.dashboard-order-card__meta span{align-items:center;gap:.32rem;display:inline-flex}.dashboard-order-card__meta svg{width:16px;height:16px}.dashboard-order-card__total{text-align:right;justify-items:end;gap:.35rem;display:grid}.dashboard-order-card__total strong{color:var(--forest);font-size:1.05rem}.dashboard-empty-row{border:1px dashed var(--line-strong);border-radius:var(--radius);color:var(--ink-soft);text-align:center;padding:1rem}html.dark-mode .stat-card,html.dark-mode .dashboard-live-grid div,html.dark-mode .dashboard-order-card,html.dark-mode .profile-preview-card{background:linear-gradient(145deg, #ffffff0e, #c8f0d112), var(--surface)}.toast{z-index:300;border-radius:var(--radius);background:var(--forest);color:#fff;box-shadow:var(--shadow);padding:.85rem 1rem;position:fixed;bottom:1rem;right:1rem}html.dark-mode .toast{color:#0f172a}.site-footer{padding:var(--space-3xl) 0 var(--space-lg);color:#fff;background:#12243a}html.dark-mode .site-footer{background:#18251d}.footer-grid{gap:var(--space-xl);margin-bottom:var(--space-xl);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.footer-brand p{color:#ffffffb3;max-width:360px;margin-top:.85rem}.footer-grid h4{color:#fff;font-family:var(--font-body);margin-bottom:.75rem;font-size:.9rem}.footer-grid ul{list-style:none}.footer-grid li{margin-bottom:.45rem}.footer-grid a{color:#ffffffb8;font-weight:700}.footer-grid a:hover{color:#fff}.footer-bottom{padding-top:var(--space-lg);color:#ffffff9e;text-align:center;border-top:1px solid #ffffff24;font-size:.86rem}@media (max-width:1020px){.header-right{gap:.65rem}.nav-link{padding-inline:.65rem}.featured-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.page-shops-body,.shop-layout,.product-page,.cart-page,.dashboard-hero,.register-hero,.dashboard-layout,.register-layout,.local-market{grid-template-columns:1fr}.product-page-shell .product-detail,.filters,.shop-aside,.product-detail,.checkout-panel,.dashboard-nav,.register-aside{position:static}.wizard-main{order:1}.register-aside{order:2}.stat-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-commandbar,.dashboard-panel-head{flex-direction:column;align-items:stretch}.dashboard-actions,.dashboard-segments{justify-content:flex-start}.dashboard-live-grid,.profile-editor{grid-template-columns:1fr}.profile-preview-card{position:static}.dashboard-order-card{grid-template-columns:minmax(0,1fr) minmax(140px,auto)}.dashboard-order-card__meta,.dashboard-order-card__total{text-align:left;justify-items:start}.shop-story-panel{grid-template-columns:1fr}.shop-overview-grid{grid-template-columns:1fr;grid-template-areas:"story""facts""map"}.shop-intro__actions{max-width:none}.footer-grid{grid-template-columns:1fr 1fr}.categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-review-grid{grid-template-columns:1fr}}@media (max-width:780px){.header-inner{min-height:72px}.header-right{margin-left:auto}.nav-toggle{display:inline-flex}.nav-main{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);background:#fffdf8fa;flex-direction:column;align-items:stretch;padding:.6rem;display:none;position:absolute;top:calc(100% + .55rem);left:.75rem;right:.75rem}html.dark-mode .nav-main{background:#1e231ffa}.nav-main.open{display:flex}.nav-link{justify-content:space-between;width:100%;min-height:44px}.hero{min-height:820px}.shop-cover{height:240px}.shop-cover__content{align-items:flex-start;padding-top:1rem;padding-bottom:0}.hero h1{font-size:3.35rem}.dashboard-hero h1{font-size:3rem}.hero-search__row{grid-template-columns:1fr;gap:.65rem}.hero-search__head{flex-direction:column;align-items:flex-start;gap:.15rem;margin-bottom:.65rem}.hero-search__label{font-size:.72rem}.hero-search__hint{font-size:.8rem;font-weight:600;line-height:1.35}.field-select--hero .field-select__wrap,.hero-problem-field .field-search__wrap{height:60px;min-height:60px}.field-select--hero .field-select__icon{width:38px;height:38px;margin-right:.65rem}.field-select--hero .field-select__input{font-size:1rem;font-weight:500}.hero-search .btn{white-space:normal;min-height:60px}.hero-city-chips{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:0 0;border:0;grid-template-columns:none;gap:.5rem;margin-top:.7rem;padding:.15rem .1rem .25rem;scroll-padding-left:.1rem;display:flex;overflow-x:auto}.hero-city-chips::-webkit-scrollbar{display:none}.hero-city-chip{text-align:left;scroll-snap-align:start;background:#ffffff9e;border-color:#12243a24;flex:0 0 clamp(118px,34vw,156px);min-height:52px;padding:.6rem .75rem;box-shadow:0 8px 18px #0f172a12}.hero-city-chip.active{border-color:var(--forest);background:var(--forest);color:#fff}html.dark-mode .hero-city-chip{color:var(--ink-soft);box-shadow:none;background:#ffffff0e;border-color:#dbe4ee1f}.hero+.section--tight{padding-top:1rem}.market-proof{box-shadow:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:0 0;border:0;grid-template-columns:none;gap:.75rem;margin-inline:-.35rem;padding:.1rem .35rem .45rem;scroll-padding-left:.35rem;display:flex;overflow-x:auto}.market-proof::-webkit-scrollbar{display:none}.flow-steps,.categories-grid{grid-template-columns:1fr}.category-card{min-height:auto}.home-flow{padding-block:2.6rem}.home-flow .section-head{margin-bottom:1rem}.home-flow .section-head--split{gap:.5rem}.home-flow .section-head p:not(.eyebrow){max-width:34ch;font-size:.94rem;line-height:1.55}.home-flow .flow-steps{gap:.72rem}.home-flow .flow-steps li{background:linear-gradient(145deg, #ffffffd6, #fffdf8ad), var(--surface);grid-template-columns:48px minmax(0,1fr);grid-template-areas:"num title""num copy";align-items:start;gap:.12rem .82rem;min-height:0;padding:1rem;display:grid;overflow:visible;box-shadow:0 14px 30px #0f172a14}.home-flow .flow-steps li:before{content:"";background:linear-gradient(#12243a38,#0000);width:1px;position:absolute;top:3.8rem;bottom:-.75rem;left:1.95rem}.home-flow .flow-steps li:last-child:before{display:none}.home-flow .flow-steps li:after{border-radius:inherit}.home-flow .flow-steps__n{grid-area:num;width:44px;min-width:44px;height:44px;margin:0;font-size:.78rem;box-shadow:inset 0 0 0 1px #ffffff8c}.home-flow .flow-steps h3{grid-area:title;margin:.04rem 0 .12rem;font-size:1rem;line-height:1.22}.home-flow .flow-steps p{grid-area:copy;margin:0;font-size:.88rem;line-height:1.48}html.dark-mode .home-flow .flow-steps li{background:linear-gradient(145deg, #fff1, #ffffff06), var(--surface);box-shadow:none;border-color:#dbe4ee21}html.dark-mode .home-flow .flow-steps li:before{background:linear-gradient(#f5a91a47,#0000)}.wizard-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-step{min-height:72px}.market-proof__item,.market-proof__item:last-child{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(145deg, #ffffffd6, #fffdf8b3), var(--surface);scroll-snap-align:start;flex:0 0 min(82%,330px);min-height:142px;padding:1rem;box-shadow:0 14px 30px #0f172a14}.market-proof__badge{width:38px;height:38px;font-size:.72rem}.market-proof strong{margin-bottom:.18rem;font-size:.98rem}.market-proof__copy span{font-size:.86rem;line-height:1.45}html.dark-mode .market-proof__item,html.dark-mode .market-proof__item:last-child{background:linear-gradient(145deg, #fff1, #ffffff06), var(--surface);box-shadow:none;border-color:#dbe4ee21}.home-featured{padding-top:2.4rem}.home-featured .section-head{margin-bottom:1rem}.home-featured .section-head--split{gap:.45rem}.home-featured .section-head p:not(.eyebrow){max-width:34ch;font-size:.94rem;line-height:1.55}.featured-layout--home{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-template-columns:none;gap:.85rem;margin-inline:-.35rem;padding:.1rem .35rem .65rem;scroll-padding-left:.35rem;display:flex;overflow-x:auto}.featured-layout--home::-webkit-scrollbar{display:none}.featured-layout--home .shop-tile{scroll-snap-align:start;flex:0 0 min(86%,342px);box-shadow:0 14px 32px #0f172a17}.featured-layout--home .shop-tile__media{aspect-ratio:16/10.5}.featured-layout--home .shop-tile__body{gap:.5rem;padding:.9rem}.featured-layout--home .shop-tile__title{font-size:1rem}.featured-layout--home .shop-tile__description{font-size:.86rem;line-height:1.46}.featured-layout--home .shop-tile__facts{gap:.32rem}.featured-layout--home .shop-tile__fact:nth-child(n+4),.featured-layout--home .shop-tile__tags{display:none}.featured-layout--home .shop-tile__footer{flex-direction:row;align-items:center;padding-top:.7rem}.featured-layout--home .shop-tile__link{min-height:42px;padding-inline:.9rem}html.dark-mode .featured-layout--home .shop-tile{box-shadow:none}.home-market{padding-block:2.6rem}.home-market .local-market{gap:1.1rem}.home-market .local-market:before{width:170px;height:170px;top:-1rem;right:-4rem}.home-market .local-market__copy p{margin-top:.75rem;font-size:.96rem;line-height:1.58}.local-market__signal{margin-top:1rem;padding:.88rem .95rem}.local-market__signal strong{font-size:.96rem}.local-market__signal span{font-size:.86rem;line-height:1.48}.market-values{gap:.65rem}.market-values li{gap:.78rem;padding:.9rem}.market-values span{width:32px;height:32px;font-size:.84rem}.market-values strong{margin-bottom:.12rem;font-size:.96rem;line-height:1.3}.market-values p{margin:0;font-size:.86rem;line-height:1.48}.home-cta{padding-block:2.4rem}.cta-band,.shop-intro{grid-template-columns:1fr}.shop-intro{gap:.9rem}.shop-intro__avatar{width:88px;height:88px}.shop-page .shop-intro{grid-template-columns:88px minmax(0,1fr);align-items:start}.shop-page .shop-intro__actions{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}.shop-page .shop-intro__title-row h1{font-size:1.85rem}.listing-kpis,.checkout-steps,.profile-form-grid,.register-form-grid,.register-form-grid--product,.service-options{grid-template-columns:1fr}.shop-page .shop-facts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.shop-page .shop-facts-grid div{min-height:84px;padding:.78rem .58rem}.shop-page .shop-facts-grid strong{font-size:1.08rem}.shop-page .shop-facts-grid span{font-size:.72rem;line-height:1.25}.shops-page .page-top--shops{width:min(100% - 1.25rem, var(--container));margin-top:.85rem;padding:1.25rem}.shops-page .page-top--shops h1{font-size:2.45rem}.shops-page .page-top--shops .lead{max-width:32ch;font-size:.98rem;line-height:1.55}.shops-page .listing-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.shops-page .listing-kpis div{min-height:82px;padding:.72rem .55rem}.shops-page .listing-kpis strong{font-size:1.28rem}.shops-page .listing-kpis span{font-size:.72rem;line-height:1.2}.shops-page .page-shops-body{gap:1rem}.shops-page .filters{grid-template-columns:1fr;gap:.72rem;padding:1rem;display:grid}.shops-page .filters:before{grid-column:1/-1;margin:-1rem -1rem .9rem}.shops-page .filters__head{grid-column:1/-1;align-items:center;margin-bottom:0}.shops-page .filters__title{font-size:1rem}.shops-page .filters__copy{display:none}.shops-page .filters__reset{min-height:38px;padding-inline:.8rem}.shops-page #filter-city-wrap,.shops-page .filters>.field-select{grid-column:1/-1;width:100%;min-width:0}.shops-page .filters .field-select,.shops-page .filter-search{margin-top:0}.shops-page .filters .field-label{font-size:.72rem}.shops-page .filters .field-select__wrap,.shops-page .filters .field-select__wrap--plain{width:100%;min-width:0;min-height:58px;padding:.72rem .78rem}.shops-page .filters .field-select__input{font-size:.94rem;font-weight:750}.shops-page .filters .field-select__icon{margin-right:.4rem}.shops-page .filter-chips{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;grid-column:1/-1;gap:.45rem;margin-inline:-.15rem;padding:0 .15rem .2rem;overflow-x:auto}.shops-page .filter-chips::-webkit-scrollbar{display:none}.shops-page .filter-chips .chip{flex:none;min-height:40px;padding-inline:.78rem;font-size:.82rem}.shops-page .filters-summary{grid-column:1/-1;margin-top:.9rem;padding:.75rem;font-size:.8rem}.shops-page .filter-block-label,.shops-page .filter-search{grid-column:1/-1}.shops-page .filter-block-label{margin:.18rem 0 -.2rem}.shops-page .filter-search .field-search__wrap input{min-height:54px;padding-top:.72rem;padding-bottom:.72rem;font-size:.95rem}.dashboard-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.listing-head,.content-title-row{flex-direction:column;align-items:flex-start}.listing-map-card{grid-template-columns:1fr;align-items:stretch;gap:.75rem;padding:.9rem}.listing-map-card__mark{width:44px;height:44px}.listing-map-card__stats{flex-wrap:wrap}.listing-map-card__stats span{flex:92px;min-width:0}.product-page-shell .product-page{gap:1rem;padding-bottom:1.6rem}.product-page-shell .product-media-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.product-page-shell .product-media-facts div{min-height:82px;padding:.75rem .58rem}.product-page-shell .product-media-facts strong{font-size:1rem}.product-page-shell .product-media-facts span{font-size:.72rem;line-height:1.25}.product-page-shell .product-order-panel{grid-template-columns:1fr}.product-page-shell .product-message,.product-page-shell .product-buy-row,.product-page-shell .product-add-btn{grid-column:auto}.product-page-shell .product-detail__topline,.product-page-shell .product-price-row,.product-page-shell .product-shop-card{align-items:flex-start}.shops-page .listing-map-card{grid-template-columns:44px minmax(0,1fr);align-items:center}.shops-page .listing-map-card__stats{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.shops-page .listing-map-card__stats span{padding:.48rem .4rem}.shops-results .cards-grid{grid-template-columns:1fr;gap:.82rem}.shops-page .shops-results .shop-tile{grid-template-columns:116px minmax(0,1fr);min-height:172px;display:grid}.shops-page .shops-results .shop-tile__media{aspect-ratio:auto;height:100%;min-height:172px}.shops-page .shops-results .shop-tile__status,.shops-page .shops-results .shop-tile__city{min-height:25px;padding:.16rem .48rem;font-size:.66rem}.shops-page .shops-results .shop-tile__status{top:.5rem;left:.5rem}.shops-page .shops-results .shop-tile__city{bottom:.5rem;right:.5rem}.shops-page .shops-results .shop-tile__body{gap:.42rem;padding:.8rem}.shops-page .shops-results .shop-tile__top{gap:.45rem}.shops-page .shops-results .shop-tile__title{font-size:.96rem}.shops-page .shops-results .shop-tile__rating{font-size:.78rem}.shops-page .shops-results .shop-tile__description{-webkit-line-clamp:2;font-size:.8rem;line-height:1.42}.shops-page .shops-results .shop-tile__facts{gap:.3rem}.shops-page .shops-results .shop-tile__fact{min-height:24px;padding-inline:.44rem;font-size:.7rem}.shops-page .shops-results .shop-tile__fact:nth-child(n+3),.shops-page .shops-results .shop-tile__tags{display:none}.shops-page .shops-results .shop-tile__footer{flex-direction:row;align-items:center;gap:.55rem;padding-top:.58rem}.shops-page .shops-results .shop-tile__from{font-size:.68rem}.shops-page .shops-results .shop-tile__from strong{font-size:.92rem}.shops-page .shops-results .shop-tile__link{border-radius:var(--radius);background:var(--mint);border:1px solid #12243a29;justify-content:center;align-items:center;min-height:36px;padding:0 .7rem;font-size:.78rem;display:inline-flex}html.dark-mode .shops-page .shops-results .shop-tile__link{border-color:#f5a91a3d}.listing-badges,.shop-category-tabs,.shop-intro__actions{justify-content:flex-start}.cta-band{background-position:58%;gap:1.2rem;padding:1.2rem}.cta-band h2{font-size:1.72rem}.cta-band p{margin-top:.62rem;font-size:.94rem;line-height:1.55}.cta-band__meta{gap:.4rem;margin-top:1rem}.cta-band__meta span{text-align:center;flex:142px;justify-content:center;min-height:38px;padding-inline:.62rem;font-size:.78rem}.cta-band__actions{min-width:0}.cta-band__actions .btn{white-space:normal;text-align:center;min-height:58px}.shop-intro{margin-top:-42px}.shop-intro__actions .btn{flex:180px}.orders-table{display:block;overflow-x:auto}}@media (max-width:560px){.featured-layout,.cards-grid{grid-template-columns:1fr}.logo-img{width:48px;height:48px}.logo-wordmark{font-size:1.18rem}.theme-toggle-btn,.btn-cart,.nav-toggle{width:46px;height:46px}.hero{min-height:610px}.hero-copy{padding:3.6rem 0 5rem}.hero h1{font-size:2.7rem}.hero-search{padding:.78rem}.hero-search__hint{display:none}.hero-search__head{margin-bottom:.5rem}.field-select--hero .field-select__wrap,.hero-problem-field .field-search__wrap,.hero-search .btn{height:56px;min-height:56px}.hero-city-chip{flex-basis:132px}.dashboard-shell{padding-top:1.15rem}.dashboard-hero h1{font-size:2.55rem}.dashboard-commandbar{align-items:stretch}.dashboard-actions .btn{width:100%}.dashboard-nav,.dashboard-order-card,.dashboard-order-card--compact{grid-template-columns:1fr}.dashboard-order-card__total{text-align:left;justify-items:start}.dashboard-order-card .btn{width:100%}.register-hero{padding-top:1.35rem}.register-hero h1{font-size:2.65rem}.register-hero__panel{grid-template-columns:1fr}.register-hero__panel div{border-right:0;border-bottom:1px solid var(--line)}.register-hero__panel div:last-child{border-bottom:0}.shop-cover{height:220px}.shop-overview-grid{grid-template-areas:"map""story""facts"}.shop-cover__content{flex-wrap:wrap;padding-bottom:4.2rem}.shop-intro{margin-top:-54px;padding:.95rem}.shop-page .shop-intro{grid-template-columns:74px minmax(0,1fr);gap:.72rem}.shop-page .shop-intro__avatar{border-width:3px;width:74px;height:74px}.shop-page .shop-intro__main .breadcrumb{margin-bottom:.35rem;font-size:.78rem}.shop-page .shop-intro__title-row{gap:.4rem}.shop-page .shop-intro__title-row h1{font-size:1.48rem;line-height:1.12}.shop-page .shop-status-pill{min-height:27px;padding:.18rem .54rem;font-size:.72rem}.shop-page .shop-intro__meta{gap:.32rem;font-size:.82rem}.shop-page .shop-address{font-size:.84rem;line-height:1.42}.shop-page .shop-intro__trust{gap:.32rem;margin-top:.45rem}.shop-page .shop-trust-chip{min-height:26px;padding:.18rem .48rem;font-size:.72rem}.shop-intro__actions .btn{flex-basis:100%}.shop-page .shop-intro__actions .btn{white-space:normal;min-height:54px}.shop-map-panel{padding:.85rem}.map-box{grid-template-rows:minmax(180px,1fr) auto;min-height:260px}.map-box__frame{min-height:180px}.map-box__copy{flex-direction:column;align-items:stretch}.map-box__copy a{width:100%}.shop-story-panel__note{border-left-width:0;border-top:3px solid var(--forest)}.shop-page .shop-story-panel{padding:.9rem}.shop-page .shop-description{font-size:.94rem;line-height:1.62}.shop-page .shop-story-panel__note{padding:.82rem}.shop-page .shop-products-panel{padding:.9rem}.shop-page .content-title-row{gap:.55rem;min-width:0}.shop-page .shop-category-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;width:100%;min-width:0;max-width:100%;margin-inline:-.1rem;padding:0 .1rem .25rem;overflow-x:auto}.shop-page .shop-category-tabs::-webkit-scrollbar{display:none}.shop-page .shop-category-tabs .option-chip{flex:none}.shop-page #shop-products.cards-grid{gap:.78rem}.shop-page #shop-products .product-tile{grid-template-columns:104px minmax(0,1fr);min-height:150px;display:grid}.shop-page #shop-products .product-tile__img{aspect-ratio:auto;height:100%;min-height:150px}.shop-page #shop-products .product-tile__body{gap:.38rem;padding:.78rem}.shop-page #shop-products .product-tile__shop{font-size:.7rem}.shop-page #shop-products .product-tile h3{font-size:.9rem}.shop-page #shop-products .product-tile__price{font-size:1rem}.shop-page #shop-products .product-tile .btn{min-height:40px;padding:.55rem .7rem;font-size:.82rem}.product-page-shell{width:min(100% - 1.25rem, var(--container))}.product-page-shell .product-breadcrumb{padding-top:.8rem;font-size:.82rem}.product-page-shell .product-gallery,.product-page-shell .product-detail,.product-page-shell .related-products-section{padding:.9rem}.product-page-shell .product-image-stage>img{aspect-ratio:4/3.35}.product-page-shell .product-media-badge{min-height:30px;padding:.28rem .62rem;font-size:.74rem;top:.7rem;left:.7rem}.product-page-shell .product-thumbs{scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.product-page-shell .product-thumbs::-webkit-scrollbar{display:none}.product-page-shell .product-thumbs button{flex:0 0 62px;width:62px;height:62px}.product-page-shell .product-detail__topline{flex-direction:column;gap:.42rem}.product-page-shell .product-detail h1{font-size:1.82rem}.product-page-shell .product-price-row{align-items:center}.product-page-shell .product-detail__price{font-size:1.72rem}.product-page-shell .product-order-panel{gap:.75rem;padding:.85rem}.product-page-shell .option-chips{scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.product-page-shell .option-chips::-webkit-scrollbar{display:none}.product-page-shell .option-chip{flex:none}.product-page-shell .product-buy-row{gap:.75rem}.product-page-shell .qty-selector{flex:1}.product-page-shell .product-total{min-width:116px}.product-page-shell .product-add-btn{min-height:58px}.product-page-shell .product-message textarea{min-height:84px;font-size:.96rem}.product-page-shell .product-description{font-size:.94rem;line-height:1.62}.product-page-shell .product-assurance span{font-size:.72rem}.product-page-shell .product-shop-card{flex-direction:column;align-items:flex-start}.product-page-shell #related-products.cards-grid{grid-template-columns:1fr;gap:.78rem}.product-page-shell #related-products .product-tile{grid-template-columns:96px minmax(0,1fr);min-height:142px;display:grid}.product-page-shell #related-products .product-tile__img{aspect-ratio:auto;height:100%;min-height:142px}.product-page-shell #related-products .product-tile__body{gap:.36rem;padding:.72rem}.product-page-shell #related-products .product-tile h3{font-size:.88rem}.product-page-shell #related-products .product-tile__price{font-size:.98rem}.product-page-shell #related-products .product-tile .btn{min-height:38px;padding:.5rem .65rem;font-size:.78rem}.cart-line{grid-template-columns:82px minmax(0,1fr);gap:.85rem;padding:.85rem}.cart-list-panel{padding:.85rem}.cart-list-head,.cart-shop-strip{flex-direction:column;align-items:flex-start;gap:.65rem}.cart-list-head a{white-space:normal}.cart-shop-strip__status{text-align:left;justify-items:start}.cart-line__media{width:82px}.cart-line__total{border-top:1px solid var(--line);text-align:left;grid-column:1/-1;grid-template-columns:1fr auto;align-items:center;gap:.25rem .75rem;padding-top:.75rem;display:grid}.cart-line__total small{grid-column:1/-1}.cart-remove{justify-self:end;margin-top:0}.wizard-actions,.profile-actions,.dashboard-products-head{flex-direction:column;align-items:stretch}.profile-actions .btn{width:100%;min-width:0}.register-preview{grid-template-columns:82px minmax(0,1fr)}.register-preview__media img{width:82px;height:82px}.checkout-row,.stat-cards,.footer-grid{grid-template-columns:1fr}}@media (max-width:380px){.logo-wordmark{display:none}.shops-page .shops-results .shop-tile{grid-template-columns:104px minmax(0,1fr)}.shops-page .shops-results .shop-tile__media{min-height:166px}.shops-page .shops-results .shop-tile__body{padding:.72rem}.shops-page .shops-results .shop-tile__link{padding-inline:.58rem}}
