@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
/* Keep the floating hosting badge out of the customer interface. */
iframe#nl-badge-frame{display:none!important}
:root{color-scheme:light;--page:#f7f3ed;--paper:#fffdf9;--ink:#38271e;--soft:#78685d;--line:#e4dacf;--brand:#65442e;--accent:#a67847;--tint:#eee3d5;--danger:#a22e33;--nav-height:76px;font-family:Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--page);font-synthesis:none}
*{box-sizing:border-box}body{margin:0;font-size:16px;line-height:1.5}button,input,textarea,select{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:disabled{cursor:default;opacity:.48}a{color:inherit}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}[hidden]{display:none!important}button:focus-visible,a:focus-visible{outline:3px solid var(--accent);outline-offset:3px}input:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:1px}h1,h2,h3,p{margin:0}h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.15}h1{font-size:clamp(32px,6vw,42px)}h2{font-size:28px}h3{font-size:16px;font-weight:700}small,.muted{color:var(--soft)}small{font-size:14px}
.app-shell{max-width:1040px;min-height:100svh;margin:auto;background:var(--page)}.brand-header{padding:22px 24px 17px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-top:calc(22px + var(--tg-content-safe-area-inset-top,0px))}.wordmark{text-decoration:none;font-family:Georgia,serif;font-size:29px;line-height:1.1;letter-spacing:.13em}.wordmark span{display:block;font:600 10px/2 Manrope,sans-serif;letter-spacing:.3em}.icon-button{border:1px solid var(--line);background:transparent;border-radius:50%;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center}.profile-shortcut{background:var(--paper)}#main{padding:26px 24px calc(var(--nav-height) + 120px + env(safe-area-inset-bottom));outline:none}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px}.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:var(--soft);font-weight:600;margin-bottom:8px}.catalog-subtitle{margin-top:8px;color:var(--soft);max-width:42ch;font-size:15px}.conditions{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.condition{padding:8px 12px;border-radius:8px;background:var(--tint);font-size:13px;font-weight:600}
.search-box{display:flex;align-items:center;gap:10px;background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:0 14px;margin-bottom:16px}.search-box svg{color:var(--soft);width:21px}.search-box input{width:100%;border:0;background:transparent;padding:13px 0;color:var(--ink);font-size:16px}.search-box:focus-within{outline:2px solid var(--accent)}.search-box input:focus{outline:0}.search-box input::placeholder{color:#96887d}.filters{display:flex;gap:8px;overflow-x:auto;padding:3px 0 12px;scrollbar-width:none;margin-bottom:12px}.filters::-webkit-scrollbar{display:none}.chip{border:1px solid var(--line);background:transparent;white-space:nowrap;border-radius:28px;padding:10px 16px;min-height:44px;font-size:14px}.chip.active{background:var(--ink);border-color:var(--ink);color:white}.catalog-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;font-size:14px;color:var(--soft)}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px}.product-card{min-width:0}.product-photo{display:block;width:100%;aspect-ratio:1.08;border-radius:17px;overflow:hidden;border:0;background:#e3d7c8;padding:0}.product-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s}.product-photo:hover img{transform:scale(1.035)}.product-meta{padding:12px 0 0}.product-name{border:0;padding:0;text-align:left;background:transparent;font-size:15px;line-height:1.4;font-weight:700;min-height:42px;display:block;width:100%}.product-weight{font-size:13px;color:var(--soft);margin-top:3px}.product-buy{display:flex;justify-content:space-between;align-items:center;gap:6px;margin-top:11px}.product-price{font-weight:800;white-space:nowrap;font-size:16px}.add-button{display:flex;align-items:center;justify-content:center;background:var(--tint);border:0;border-radius:12px;min-width:44px;height:44px}.add-button svg{width:20px}.quantity{display:flex;align-items:center;justify-content:space-between;gap:2px;border-radius:12px;background:var(--tint);min-width:104px;height:44px}.quantity button{border:0;background:transparent;width:34px;height:44px;display:grid;place-items:center}.quantity button svg{width:17px;height:17px}.quantity span{font-size:14px;font-weight:800;text-align:center;min-width:24px}.quantity input{width:42px;min-width:0;text-align:center;padding:0;border:0;background:transparent;font-weight:700;-moz-appearance:textfield}.quantity input::-webkit-inner-spin-button{appearance:none}.unavailable{font-size:12px;color:var(--soft);padding:6px 0}
.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,1040px);z-index:30;display:flex;justify-content:space-around;background:var(--paper);border-top:1px solid var(--line);padding:10px 10px calc(12px + max(env(safe-area-inset-bottom),var(--tg-content-safe-area-inset-bottom,0px)))}.bottom-nav button{border:0;background:none;display:flex;flex-direction:column;align-items:center;gap:5px;color:var(--soft);min-width:64px;min-height:49px;padding:0 8px;font-size:12px;font-weight:600}.bottom-nav button[aria-current="page"]{color:var(--brand)}.nav-icon{position:relative;height:24px}.nav-icon b{position:absolute;top:-5px;right:-13px;border:2px solid var(--paper);border-radius:15px;background:var(--brand);color:white;font-size:10px;padding:0 4px;line-height:15px;min-width:19px}.cart-dock{position:fixed;z-index:20;bottom:calc(var(--nav-height) + 14px + max(env(safe-area-inset-bottom),var(--tg-content-safe-area-inset-bottom,0px)));left:50%;transform:translateX(-50%);width:calc(100% - 40px);max-width:600px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 18px;background:var(--ink);color:white;border:0;border-radius:16px;box-shadow:0 10px 28px #38271e24;text-align:left}.cart-dock small{color:#e0cdbb;display:block;font-size:12px}.dock-label{display:flex;align-items:center;gap:12px}.cart-dock strong{font-size:16px}.cart-dock>.dock-total{display:flex;align-items:center;gap:8px;font-weight:700;white-space:nowrap}.cart-dock svg{width:21px}
.panel{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:20px;margin:16px 0}.notice{padding:13px 15px;border-radius:12px;background:var(--tint);color:var(--ink);font-size:14px;margin:16px 0}.notice.error{color:var(--danger);background:#f8e9e6}.text-button{background:none;border:0;padding:10px 0;color:var(--brand);text-decoration:underline;text-underline-offset:3px;font-size:14px}.primary,.secondary{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px 20px;min-height:52px;border-radius:13px;font-weight:700;font-size:15px;text-decoration:none;text-align:center;width:100%;border:1px solid var(--ink)}.primary{background:var(--ink);color:white}.secondary{background:transparent;color:var(--ink);border-color:var(--line)}.button-row{display:flex;gap:10px;margin-top:16px}.button-row>*{flex:1}.empty-state{text-align:center;padding:40px 16px}.empty-icon{display:grid;place-items:center;margin:0 auto 22px;width:76px;height:76px;border:1px solid var(--line);border-radius:50%;color:var(--accent)}.empty-icon svg{width:32px;height:32px}.empty-state h2{margin-bottom:14px}.empty-state p{color:var(--soft);max-width:35ch;margin:0 auto 24px;font-size:15px}.empty-state .primary{max-width:320px;margin:auto}
.cart-line{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-line img{width:76px;height:85px;object-fit:cover;border-radius:12px}.cart-line-top{display:flex;gap:8px;justify-content:space-between;align-items:start}.cart-line h3{font-size:15px}.cart-line small{font-size:13px}.cart-line-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:12px;gap:10px}.cart-line-bottom strong{white-space:nowrap}.remove-button{padding:0;border:0;background:none;color:var(--soft);min-width:36px;min-height:36px;display:grid;place-items:center}.remove-button svg{width:18px}.progress-track{height:5px;border-radius:5px;background:var(--line);overflow:hidden;margin:12px 0}.progress-track span{display:block;height:100%;background:var(--accent);border-radius:5px}.price-line{display:flex;justify-content:space-between;gap:16px;margin:10px 0;font-size:14px}.price-line.total{font-size:20px;font-weight:800;border-top:1px solid var(--line);padding-top:16px;margin-top:16px}.checkout-note{font-size:13px;color:var(--soft);margin:14px 0;line-height:1.6}.back-heading{display:flex;align-items:center;gap:12px;margin-bottom:24px}.back-heading h1{font-size:32px}
.form-section{margin:24px 0}.form-section h2{font-size:23px;margin-bottom:16px}.fields{display:grid;gap:16px}.field{display:grid;gap:7px;font-size:14px;font-weight:600}.field input,.field textarea{border:1px solid var(--line);border-radius:11px;background:var(--paper);color:var(--ink);width:100%;padding:13px 14px;font-size:16px;min-height:49px}.field textarea{resize:vertical;min-height:90px}.field-help{font-size:12px;font-weight:400;color:var(--soft)}.check-label{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--soft);margin:22px 0}.check-label input{width:20px;height:20px;accent-color:var(--brand);flex:none}.check-label a{color:var(--ink)}
.order-card{padding:20px;background:var(--paper);border:1px solid var(--line);border-radius:18px;margin:16px 0}.order-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.order-id{font-size:13px;font-weight:600;overflow-wrap:anywhere}.status-pill{border-radius:20px;background:var(--tint);padding:6px 10px;font-size:12px}.status-pill.completed{background:#e9eddf;color:#435938}.status-pill.cancelled{background:#f4e6e3;color:var(--danger)}.order-thumbs{display:flex;gap:7px;margin:17px 0;overflow:hidden}.order-thumbs img{width:56px;height:56px;object-fit:cover;border-radius:9px}.order-brief{display:flex;justify-content:space-between;align-items:center;gap:12px}.order-brief strong{font-size:19px}.order-detail summary{cursor:pointer;font-size:14px;color:var(--brand);padding:18px 0 0}.order-detail ul{list-style:none;padding:0;font-size:14px}.order-detail li{display:flex;justify-content:space-between;gap:15px;margin:10px 0}.order-detail li span:last-child{white-space:nowrap}.profile-card{text-align:center;padding:28px 20px}.avatar{width:64px;height:64px;border-radius:50%;background:var(--tint);display:grid;place-items:center;font-family:Georgia,serif;font-size:28px;margin:0 auto 12px}.profile-card h2{font-size:27px}.info-row{padding:14px 0;border-bottom:1px solid var(--line)}.info-row:last-child{border-bottom:0}.info-row small{display:block;margin-bottom:4px;font-size:12px}.info-list{padding-left:18px;font-size:15px;color:var(--soft)}.info-list li{padding:5px 0}
.success{padding-top:26px}.success .empty-icon{background:var(--brand);color:white;border:0}.success-id{font-size:14px;color:var(--soft);margin-bottom:12px!important}.success-summary{max-width:470px;margin:0 auto 22px;text-align:left}.initial-state{text-align:center;padding:70px 0;color:var(--soft)}.loader{width:27px;height:27px;border:2px solid var(--line);border-top-color:var(--brand);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 18px}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;z-index:80;bottom:calc(var(--nav-height) + 100px + env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:12px 17px;border-radius:12px;max-width:calc(100% - 40px);width:max-content;font-size:14px;box-shadow:0 5px 20px #0002}.toast.error{background:#7a2f29}
dialog{border:0;padding:0;background:var(--paper);color:var(--ink);border-radius:24px 24px 0 0;max-height:90svh;width:100%;max-width:530px;position:fixed;top:auto;bottom:0;margin:0 auto;overflow:auto;box-shadow:0 -15px 60px #0002}dialog::backdrop{background:#23190fa8}.dialog-photo{width:100%;aspect-ratio:1.2;object-fit:cover;display:block}.dialog-close{position:absolute;top:14px;right:14px;background:var(--paper);border:0;box-shadow:0 2px 12px #0001}.dialog-body{padding:24px 24px calc(28px + env(safe-area-inset-bottom))}.dialog-body h2{font-size:30px;margin:8px 0 12px}.detail-specs{display:flex;gap:8px;margin:16px 0}.detail-specs span{font-size:13px;background:var(--tint);padding:7px 11px;border-radius:8px}.dialog-price{font-size:23px;font-weight:800}.dialog-buy{display:flex;justify-content:space-between;gap:15px;align-items:center;margin:22px 0 16px}.dialog-buy .quantity{height:48px;min-width:145px}.dialog-buy .quantity button{height:48px;width:44px}.detail-note{font-size:14px;color:var(--soft);line-height:1.6}.dialog-cart{margin-top:12px}.loading-inline{color:var(--soft);font-size:14px;padding:14px 0}.form-error{color:var(--danger);font-size:14px;margin-bottom:15px}.no-results{grid-column:1/-1}.connection-note{text-align:center;font-size:13px;color:var(--soft);margin-top:28px}.terms-link{font-size:13px;color:var(--soft);text-underline-offset:3px}.page-top-actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.page-top-actions .text-button{white-space:nowrap}
@media(min-width:650px){.brand-header{padding-inline:36px}#main{padding-inline:36px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 22px}.product-name{font-size:16px}.product-photo{aspect-ratio:1.12}.product-price{font-size:18px}.fields.two-cols{grid-template-columns:1fr 1fr}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:30px;align-items:start}.checkout-layout .summary-panel{position:sticky;top:20px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:30px;align-items:start}.cart-layout .panel{position:sticky;top:20px}.cart-line{grid-template-columns:90px minmax(0,1fr)}.cart-line img{width:90px;height:100px}dialog{top:50%;bottom:auto;transform:translateY(-50%);border-radius:22px}.bottom-nav{justify-content:center;gap:65px}.section-heading{margin-bottom:22px}}
@media(min-width:960px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.brand-header{padding-top:24px}.wordmark{font-size:31px}.catalog-subtitle{font-size:16px}}
@media(max-width:359px){#main{padding-inline:16px}.brand-header{padding-inline:16px}.product-grid{gap:18px 10px}.product-buy{flex-wrap:wrap;row-gap:9px}.product-name{font-size:14px}.quantity{min-width:96px}.product-price{font-size:15px}.bottom-nav button{min-width:54px;padding-inline:4px}.condition{font-size:12px;padding:7px 9px}.chip{padding-inline:13px}}
.product-buy .quantity{min-width:92px}.product-buy .quantity button{width:29px}.product-buy .quantity span{min-width:21px}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
/* Payment choice and owner workspace */
.payment-options{display:grid;gap:12px}.payment-option{display:flex;align-items:flex-start;gap:12px;border:1px solid var(--line,#ddd6ca);border-radius:14px;padding:18px;cursor:pointer}.payment-option.selected{border-color:#74573f;background:#f1e9dd}.payment-option input{width:18px;height:18px;accent-color:#74573f;margin-top:2px;flex-shrink:0}.payment-option strong,.payment-option small{display:block}.payment-option small{margin-top:6px;color:#736b60;line-height:1.5}.billing-fields{margin-top:24px}.checkout-lines,.admin-order-lines{list-style:none;padding:0;margin:18px 0}.checkout-lines li,.admin-order-lines li{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #e6dfd4;font-size:14px}.checkout-lines small,.admin-order-lines small{display:block;margin-top:5px;color:#766c5f;font-size:12px;line-height:1.5}.checkout-lines strong,.admin-order-lines strong{white-space:nowrap}.admin-entry{margin-bottom:20px}.admin-tabs{margin:18px 0 24px}.admin-list-card{display:block;width:100%;text-align:left;padding:20px;margin:12px 0;border:1px solid #e6dfd4;background:#fffdf9;border-radius:18px;color:#30291f;cursor:pointer}.admin-list-card:hover{border-color:#94795e}.admin-list-card>span,.admin-list-card>small{display:block;margin-top:8px;line-height:1.5}.admin-list-card>small{color:#776b5e}.admin-list-card .order-card-head{gap:8px;flex-wrap:wrap}.admin-list-card strong{font-size:16px}.admin-prices{display:grid;gap:0}.admin-price-row{display:grid;grid-template-columns:1fr 95px 16px;align-items:center;gap:10px;padding:14px 0;border-bottom:1px solid #e6dfd4}.admin-price-row strong,.admin-price-row small{display:block}.admin-price-row strong{font-size:14px;font-weight:500}.admin-price-row small{color:#7c7266;font-size:12px;margin-top:5px}.admin-price-row input{width:100%;min-width:0;border:1px solid #d8cebf;border-radius:8px;background:#fff;padding:11px;font:inherit;text-align:right}.admin-search{display:flex;align-items:center;gap:10px}.admin-search .search-box{flex:1;min-width:0;margin:0}.admin-search button{width:auto;flex:0 0 auto}.spaced{margin-top:24px;margin-bottom:14px}.danger-button{border:1px solid #ac5d4c;color:#943f31;background:#fff8f5;border-radius:12px;padding:14px 18px;cursor:pointer;font:inherit}.sent{color:#41654d}.waiting{color:#95622e}.delivery-statuses{margin:16px 0}form[id^=admin-] .field{margin:14px 0}form[id^=admin-] textarea{min-height:90px}#admin-cancel-form{margin-top:20px}#admin-cancel-form[hidden]{display:none}.admin-list-card .status-pill{font-size:11px}.admin-search+.muted{margin-top:18px}.admin-tabs+.secondary{margin-bottom:16px}@media(max-width:430px){.admin-price-row{grid-template-columns:1fr 82px 14px;gap:8px}.admin-search{gap:8px}.admin-search button{padding:13px}.admin-list-card{padding:16px}}

.customer-delivery{margin:22px 0;padding:20px;border:1px solid var(--line);border-radius:20px;background:var(--paper)}
.delivery-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.delivery-heading .eyebrow{margin-bottom:8px}.delivery-heading h2{font-size:28px}.customer-delivery>.field-help{margin-top:10px;max-width:630px}.confirmed-delivery{display:flex;width:100%;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding:15px 16px;border:0;border-radius:13px;background:var(--tint);text-align:left}.confirmed-delivery span{display:grid;gap:4px;min-width:0}.confirmed-delivery strong{font-size:19px;font-weight:700}.confirmed-delivery small{font-size:12px;overflow-wrap:anywhere}.customer-delivery>.notice{margin-top:12px}#admin-delivery-form .primary{margin-top:16px}#admin-delivery-form input[type=date]{min-width:0;width:100%;max-width:100%}@media(max-width:420px){.customer-delivery{padding:16px}.delivery-heading h2{font-size:25px}.delivery-heading .text-button{padding:8px}.confirmed-delivery{padding:13px}}

/* Nar Art storefront: warm editorial styling, real product photography. */
.header-actions{display:flex;align-items:center;gap:20px}.header-note{font-size:12px;color:var(--soft)}
.brand-header{border-bottom:0}.wordmark span{font-size:9px;letter-spacing:.24em;margin-top:3px}
.store-hero{display:grid;grid-template-columns:1.05fr 1fr;overflow:hidden;background:#35251e;border-radius:24px;color:#fff8ee;isolation:isolate}
.hero-copy{padding:42px 36px;align-self:center}.hero-copy .eyebrow{color:#dbc2a3;font-size:10px;letter-spacing:.16em}
.hero-copy h1{font-size:clamp(35px,4vw,49px);line-height:1.08;letter-spacing:-.025em;max-width:330px;margin-top:20px}.hero-copy h1 em{color:#e9c9a2;font-weight:400}
.hero-description{color:#e0d1c4;font-size:14px;line-height:1.7;max-width:34ch;margin-top:20px}
.hero-actions{margin-top:26px;display:flex;align-items:flex-start;flex-direction:column;gap:12px}.hero-actions .primary{background:#f4e2c8;color:#3d2b20;border-color:#f4e2c8;width:auto;min-height:49px;font-size:14px;padding:13px 18px}.hero-actions .primary:hover{background:#fff2df}.hero-actions svg{width:18px;height:18px}
.hero-link{border:0;background:none;padding:6px 0;color:#ead9c8;text-underline-offset:5px;text-decoration:underline;font-size:12px}
.hero-loading{display:flex;align-items:center;gap:12px;min-height:82px;padding-top:20px;color:#ead9c8;font-size:12px}.hero-loading .loader{width:19px;height:19px;margin:0;border-color:#6e5542;border-top-color:#ead9c8;flex:none}
.hero-media{position:relative;min-height:430px;overflow:hidden;background:#dfcdb5}.hero-media>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.hero-seal{position:absolute;top:20px;right:20px;border:1px solid #5d42277a;border-radius:50%;width:86px;height:86px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#563d26;font-family:Georgia,serif;letter-spacing:.07em;font-size:14px;transform:rotate(12deg);background:#f9ecd066}.hero-seal span{font:600 6px Manrope,sans-serif;letter-spacing:.08em;margin-top:6px}
.hero-product{position:absolute;bottom:18px;left:18px;right:18px;border:1px solid #fff9;background:#fffaf0ed;backdrop-filter:blur(10px);border-radius:14px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;color:var(--ink)}.hero-product>span:first-child{display:grid;gap:4px}.hero-product small{font-size:10px;letter-spacing:.07em}.hero-product strong{font-size:15px;font-weight:700}.hero-product [data-hero-price]{font-size:15px;font-weight:700}.hero-product [data-hero-price] small{font-weight:400}.hero-product-arrow{display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;height:38px;width:38px;flex:none}.hero-product-arrow svg{width:19px}
.craft-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));text-align:center;gap:8px;padding:24px 0;border-bottom:1px solid var(--line);font-size:11px;color:var(--soft);letter-spacing:.02em}.craft-strip span+span{border-left:1px solid var(--line)}
.catalog-section{padding-top:35px;scroll-margin-top:18px}.catalog-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:22px}.catalog-heading .eyebrow{font-size:10px;letter-spacing:.14em}.catalog-heading h2{font-size:33px;letter-spacing:-.025em}.catalog-heading .condition{flex:none;background:transparent;border:1px solid #bca48c;border-radius:24px;font-size:12px;padding:8px 13px}.catalog-payment{font-size:12px;color:var(--soft);line-height:1.6;margin:16px 0 23px;max-width:65ch}
.search-box{border-radius:14px}.filters{margin-top:17px}.chip{font-size:12px;padding:9px 15px;min-height:42px}.catalog-meta{font-size:11px;margin-bottom:18px}.product-grid{gap:24px 16px}.product-card{border:1px solid #e8dfd4;background:var(--paper);border-radius:19px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.product-photo{border-radius:0;aspect-ratio:1.1;position:relative}.photo-tag{position:absolute;top:11px;left:11px;padding:5px 8px;border-radius:20px;background:#fff9edee;font-size:9px;font-weight:600;color:#6e4931;pointer-events:none}.product-meta{padding:14px;display:flex;flex-direction:column;flex:1}.product-category{text-transform:uppercase;font-size:9px;letter-spacing:.12em;color:#967b62;margin-bottom:6px}.product-name{min-height:42px;font-size:14px;line-height:1.5;align-self:start}.product-weight{font-size:11px;margin-top:5px}.product-buy{display:flex;flex-direction:column;align-items:stretch;gap:12px;margin-top:auto;padding-top:14px}.product-price{font-size:18px;letter-spacing:-.02em}.product-price small{font-size:10px;font-weight:400;letter-spacing:0}.product-buy [data-buy]{width:100%;min-height:44px}.product-buy .add-button{width:100%;gap:6px;font-size:12px;font-weight:700;border:1px solid #e0d0be;background:#f0e6d8;border-radius:10px}.product-buy .add-button svg{width:16px;height:16px}.product-buy .quantity{width:100%;border-radius:10px;border:1px solid #dfd0bf;min-width:0}.product-buy .quantity button{width:44px;min-width:38px}.product-buy .unavailable{display:flex;align-items:center;justify-content:center;min-height:44px}.quantity button:active,.add-button:active{background:#e6d3bc}
.starter-banner{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:35px;background:#eadfce;border:1px solid #dac8b0;border-radius:22px;padding:30px;margin:7px 0}.starter-photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;transform:rotate(-3deg);max-width:285px;margin:auto}.starter-photos img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:12px;border:4px solid #fcf7ee;box-shadow:0 7px 18px #60412e15}.starter-copy .eyebrow{font-size:9px;color:#7d5b39}.starter-copy h3{font:400 31px/1.15 Georgia,serif;letter-spacing:-.02em}.starter-copy>p:not(.eyebrow){font-size:13px;color:#71604e;line-height:1.7;margin:12px 0}.starter-facts{display:flex;align-items:baseline;gap:12px;margin:17px 0}.starter-facts strong{font-size:24px;letter-spacing:-.03em}.starter-facts span{font-size:11px;color:#71604e}.starter-copy .primary{width:auto;font-size:13px;padding:12px 17px;min-height:47px}.starter-copy .primary svg{width:18px}
.supply-story{padding:48px 0 36px;margin-top:30px;border-top:1px solid var(--line)}.supply-story>.eyebrow{font-size:10px}.supply-story>h2{font-size:32px}.supply-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:28px}.supply-steps>div>span{display:grid;place-items:center;width:40px;height:40px;border:1px solid #d9c7b1;border-radius:50%;color:#987044;margin-bottom:14px}.supply-steps svg{width:18px;height:18px}.supply-steps h3{font-size:14px;margin-bottom:9px}.supply-steps p{font-size:12px;color:var(--soft);line-height:1.7}
.catalog-faq{padding:28px 0;border-top:1px solid var(--line)}.catalog-faq h2{font-size:28px;margin-bottom:18px}.catalog-faq details{border-bottom:1px solid var(--line)}.catalog-faq summary{padding:18px 24px 18px 0;font-size:14px;font-weight:600;cursor:pointer;position:relative;list-style:none}.catalog-faq summary::-webkit-details-marker{display:none}.catalog-faq summary::after{content:'+';position:absolute;right:3px;font-size:20px;color:var(--accent);top:12px}.catalog-faq details[open] summary::after{content:'−'}.catalog-faq details p{font-size:13px;color:var(--soft);line-height:1.8;padding:0 0 18px;max-width:68ch}.store-footer{text-align:center;padding:32px 0 0}.footer-wordmark{font:25px Georgia,serif;letter-spacing:.13em}.store-footer p{font-size:12px;line-height:1.6;color:var(--soft);max-width:35ch;margin:13px auto 18px}.store-footer a{font-size:11px}
.starter-dialog-cover{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:36px 22px 16px;background:#e9ddcb}.starter-dialog-cover img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:12px;border:3px solid var(--paper)}.starter-lines{list-style:none;padding:0;margin:20px 0}.starter-lines li{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:13px 0;border-bottom:1px solid var(--line);font-size:13px}.starter-lines li>span{display:grid;gap:5px}.starter-lines li>strong{white-space:nowrap}.starter-lines small{font-size:12px}.starter-total{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:14px;font-size:13px}.starter-total>strong{font-size:25px;white-space:nowrap}.starter-add{margin-top:22px}.starter-dialog-cover+.dialog-body .checkout-note{font-size:11px;margin-bottom:0}
.bottom-nav{background:#fffdf9f5;backdrop-filter:blur(14px)}.bottom-nav button[aria-current=page] .nav-icon::before{content:'';position:absolute;inset:-5px -15px;background:#eee2d1;border-radius:20px;z-index:-1}.bottom-nav button{gap:8px;font-size:10px}.cart-dock{background:#453024;border:1px solid #775840;box-shadow:0 8px 30px #38271e33}
.customer-delivery:first-child{margin-top:0}.customer-delivery{border-color:#d9c6af;background:#fdf9f1}.customer-delivery .eyebrow{font-size:10px}.confirmed-delivery{background:#eee2ce}
@media(hover:hover){.product-card:hover{box-shadow:0 10px 28px #58422a10;transform:translateY(-2px)}.add-button:hover{border-color:#b59774;background:#e7d7c1}.hero-product:hover{background:#fffdf9}}
@media(max-width:959px) and (min-width:650px){.hero-copy{padding:30px 25px}.hero-copy h1{font-size:37px}.hero-media{min-height:405px}.catalog-heading h2{font-size:28px}.starter-banner{gap:24px}.starter-copy h3{font-size:29px}}
@media(max-width:649px){
  .header-note{display:none}.brand-header{padding-bottom:14px}.wordmark{font-size:26px}#main{padding-top:10px;padding-inline:20px}.brand-header{padding-inline:20px}.store-hero{display:flex;flex-direction:column-reverse;border-radius:21px}.hero-media{min-height:0;height:205px}.hero-media>img{object-position:center 54%}.hero-seal{width:62px;height:62px;top:12px;right:13px;font-size:11px}.hero-seal span{font-size:5px;margin-top:4px}.hero-product{bottom:12px;left:12px;right:12px;padding:10px 12px;border-radius:12px}.hero-product>span:first-child{grid-template-columns:1fr auto;width:100%;column-gap:10px;align-items:center}.hero-product>span:first-child>small{grid-column:1/-1;font-size:8px}.hero-product strong{font-size:12px}.hero-product [data-hero-price]{font-size:13px}.hero-product-arrow{display:none}.hero-copy{padding:25px 24px 22px;width:100%}.hero-copy .eyebrow{font-size:8px;margin-bottom:10px}.hero-copy h1{font-size:34px;max-width:300px;margin-top:0;line-height:1.05}.hero-copy h1 em{display:inline}.hero-description{font-size:12px;line-height:1.6;margin-top:13px;max-width:37ch}.hero-actions{margin-top:19px;gap:8px}.hero-actions .primary{width:100%;min-height:46px;font-size:13px}.hero-link{align-self:center;font-size:11px}.craft-strip{font-size:9px;line-height:1.6;padding:20px 0;gap:7px}.craft-strip span{padding:0 6px}.catalog-section{padding-top:29px}.catalog-heading{display:block}.catalog-heading h2{font-size:29px;max-width:290px;line-height:1.12}.catalog-heading .eyebrow{font-size:9px;margin-bottom:10px}.catalog-heading .condition{display:inline-block;margin-top:16px;font-size:11px}.catalog-payment{font-size:11px;margin:12px 0 19px}.search-box input{font-size:14px;padding:12px 0}.filters{margin-top:14px;margin-bottom:7px}.chip{font-size:11px;padding:9px 13px;min-height:40px}.catalog-meta{font-size:10px}.product-grid{gap:15px 10px}.product-card{border-radius:15px}.product-photo{aspect-ratio:1.06}.product-meta{padding:11px}.product-category{font-size:8px;letter-spacing:.07em}.product-name{font-size:12px;min-height:36px;line-height:1.45}.product-weight{font-size:10px}.product-price{font-size:16px}.product-buy{gap:10px;padding-top:12px}.product-buy .add-button{font-size:11px}.product-price small{font-size:9px}.photo-tag{font-size:8px;top:8px;left:8px;padding:4px 6px}.starter-banner{grid-template-columns:1fr;gap:20px;padding:23px 20px;margin:9px 0}.starter-photos{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;transform:none;max-width:none;width:100%}.starter-photos img{border-width:3px;border-radius:10px}.starter-copy h3{font-size:28px}.starter-copy>p:not(.eyebrow){font-size:12px;margin:10px 0}.starter-copy .primary{width:100%;font-size:12px}.starter-facts{margin:14px 0}.starter-copy .eyebrow{font-size:8px}.supply-story{padding:30px 0;margin-top:27px}.supply-story h2{font-size:28px}.supply-story>.eyebrow{font-size:8px}.supply-steps{grid-template-columns:1fr;gap:22px;margin-top:25px}.supply-steps>div{display:grid;grid-template-columns:38px 1fr;column-gap:15px}.supply-steps>div>span{grid-row:1/3;margin:0;width:36px;height:36px}.supply-steps h3{font-size:13px;margin-bottom:5px}.supply-steps p{font-size:12px}.catalog-faq h2{font-size:26px}.catalog-faq summary{font-size:12px}.catalog-faq details p{font-size:12px}.starter-total>strong{font-size:23px}
}
@media(max-width:359px){#main,.brand-header{padding-inline:15px}.hero-copy{padding:23px 19px 20px}.hero-copy h1{font-size:31px}.hero-media{height:185px}.hero-product strong{font-size:11px}.product-meta{padding:9px}.product-name{font-size:11px}.product-price{font-size:15px}.product-price small{font-size:8px}.product-buy .add-button{font-size:10px}.craft-strip{font-size:8px}.catalog-meta{font-size:9px}.starter-total{font-size:12px}.starter-total>strong{font-size:21px}}

/* Tasting offer: eight real product photos and a transparent discount. */
.starter-photos{grid-template-columns:repeat(4,minmax(0,1fr));transform:none;max-width:420px;width:100%;gap:7px}
.starter-facts{flex-wrap:wrap;column-gap:12px;row-gap:7px}.starter-facts>span:last-child{flex-basis:100%}.starter-facts del{font-size:16px;color:#826f5a}.starter-facts strong{font-size:30px}
.offer-badge,.starter-facts .offer-badge{display:inline-block;flex:none;border-radius:30px;padding:6px 10px;background:#624832;color:#fffaf0;font:700 12px/1.2 system-ui,sans-serif;letter-spacing:0;white-space:nowrap}
.starter-copy .starter-terms{font-size:12px}.offer-line-price{text-align:right;white-space:nowrap}.offer-line-price del{font-size:11px;color:var(--soft)}.starter-total small{display:block;font-size:11px;color:var(--soft);margin-top:5px}.dialog-body .eyebrow .offer-badge{margin-left:6px}
.discount-line,.checkout-lines .discount-label,.admin-order-lines .discount-label{color:#685034}.discount-label{display:block;font-size:11px;margin-top:5px}
.cart-set-photos{width:76px;height:85px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;border-radius:12px;overflow:hidden}.cart-line .cart-set-photos img{width:100%;height:100%;min-height:0;object-fit:cover;border-radius:0}.set-composition{font-size:11px;margin-top:6px;padding:4px 0;text-align:left}
@media(min-width:650px){.cart-set-photos{width:90px;height:100px}}
@media(max-width:649px){.starter-facts strong{font-size:27px}.starter-photos{gap:5px}.starter-banner{padding:20px 17px}.dialog-body .eyebrow .offer-badge{font-size:10px}}
