:root{--bg:#f7f2e8;--surface-soft:#eee6d7;--surface-hover:#e7dfd0;--control-bg:#fff;--text:#302a25;--muted:#71695f;--green:#49634a;--green-dark:#344b37;--green-soft:#e2eadf;--terra:#b7684e;--danger:#9b3e35;--danger-dark:#7f3029;--success-soft:#dcebdd;--success-text:#24482a;--warning-soft:#f5dfbd;--warning-text:#664516;--danger-soft:#f3d4cf;--danger-text:#722e28;--info-soft:#d9e7f5;--info-text:#24496b;--accent-soft:#e7dcf1;--accent-text:#54356d;--admin-bg:#eee8dd;--admin-nav:#2d332c;--admin-nav-border:#ffffff4d;--admin-nav-shadow:#1c211c33;--admin-nav-text:#e7ebe5;--admin-nav-hover:#ffffff1a;--danger-border:#d49d95;--modal-backdrop:#17130fb3;--notice-bg:#e8ead9;--border:#d8cfbf;--border-strong:#b9ad9b;--focus:#49634a;--radius-sm:.625rem;--radius:1rem;--control-height:2.75rem;--control-height-sm:2.25rem;--checkbox-size:1rem;--space-sm:.5rem;--space-xl:2rem;--space-2xl:3rem;--font-size-xl:1.5rem;--font-size-2xl:2rem;--font-size-3xl:3rem;--font-body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading:var(--font-body);--line-height:1.5;--line-height-heading:1.12;--gutter:1rem;--max:77.5rem;--transition:.16s ease;color:var(--text);background:var(--bg);font-family:var(--font-body);font-synthesis:none;text-rendering:optimizelegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:20rem;color:var(--text);font-size:var(--font-size-base);line-height:var(--line-height);margin:0}a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:.08em}button,input,select,textarea{border-radius:var(--radius-sm);font:inherit}:focus-visible{outline:.125rem solid var(--focus);outline-offset:.125rem}.focus-group:has(:focus-visible){outline:.125rem solid var(--focus);outline-offset:.125rem}.focus-group :focus-visible{outline:none}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--font-heading);font-weight:600;line-height:var(--line-height-heading);text-wrap:balance}h1{font-size:var(--font-size-3xl)}h2{font-size:var(--font-size-2xl)}h3{font-size:var(--font-size-xl)}img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;max-width:100%;display:block}.media-frame{position:relative;overflow:hidden}.media-frame>img{width:100%;max-width:none;height:100%;position:absolute;inset:0}@media (width<=37.5rem){h1{font-size:var(--font-size-xl)}h2{font-size:var(--font-size-lg)}h3{font-size:var(--font-size-base)}}@media (prefers-reduced-motion:reduce){*,:after,:before,html{scroll-behavior:auto}*,:after,:before{transition-duration:.01ms;animation-duration:.01ms;animation-iteration-count:1}}.container{width:min(calc(100% - var(--gutter)*2),var(--max));margin-inline:auto}.stack{align-content:start}.grid,.stack{gap:var(--space);display:grid}.grid{grid-template-columns:repeat(auto-fit,minmax(min(16.25rem,100%),1fr));align-items:start}.muted{color:var(--muted)}.price{font-variant-numeric:tabular-nums;font-weight:700}.eyebrow{font-size:var(--font-size-xs);letter-spacing:.1em;text-transform:uppercase;font-weight:700}.actions{gap:var(--space-sm);flex-wrap:wrap;display:flex}@media (width>=37.5625rem){:root{--gutter:2rem}}.ui-button{height:var(--control-height);justify-content:center;align-items:center;gap:var(--space-sm);padding-inline:var(--space);border-radius:var(--radius-sm);color:var(--text);font-size:var(--font-size-base);cursor:pointer;transition:color var(--transition),background-color var(--transition),border-color var(--transition);background:0 0;border:.0625rem solid #0000;font-weight:400;line-height:1;text-decoration:none;display:inline-flex}.ui-button:disabled,.ui-button[aria-disabled=true]{opacity:.55;cursor:not-allowed}.ui-button--sm{height:2rem;padding-inline:var(--space-sm);font-size:var(--font-size-sm)}.ui-button--primary{background:var(--green);color:#fff}.ui-button--primary:hover:not(:disabled){background:var(--green-dark)}.ui-button--secondary{background:var(--control-bg)}.ui-button--secondary:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-hover)}.ui-button--danger{background:var(--danger);color:#fff}.ui-button--danger:hover:not(:disabled){background:var(--danger-dark)}.ui-control{width:100%;height:var(--control-height);padding-inline:var(--space);border:.0625rem solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:var(--font-size-base);transition:background-color var(--transition),border-color var(--transition)}.ui-control::placeholder{color:var(--muted);opacity:.7}.ui-control:hover:not(:disabled){border-color:var(--border-strong)}.ui-control[aria-invalid=true]{border-color:var(--danger)}.ui-control:disabled{background:var(--surface-soft);color:var(--muted);cursor:not-allowed}textarea.ui-control{height:auto;min-height:6rem;padding-block:var(--space-sm);resize:vertical}select.ui-control{cursor:pointer}.ui-icon{flex:none;width:1.125rem;height:1.125rem}.icon-action{width:var(--control-height);height:var(--control-height);border:.0625rem solid var(--border);border-radius:var(--radius-sm);background:var(--control-bg);color:var(--text);cursor:pointer;transition:background-color var(--transition),border-color var(--transition),color var(--transition);place-items:center;padding:0;text-decoration:none;display:inline-grid}.icon-action:hover{border-color:var(--border-strong);background:var(--surface-hover)}.icon-action--danger{color:var(--danger);background:0 0;border-color:#0000}.icon-action--danger:hover{background:color-mix(in srgb,var(--danger) 12%,transparent);border-color:#0000}.icon-actions{gap:var(--space-sm);align-items:flex-start;display:flex}.ui-file{max-width:100%;color:var(--muted);font:inherit}.ui-file::file-selector-button{height:var(--control-height);margin-right:var(--space-sm);padding-inline:var(--space);border:.0625rem solid var(--border);border-radius:var(--radius-sm);background:var(--control-bg);color:var(--text);font:inherit;cursor:pointer}.ui-file::file-selector-button:hover{border-color:var(--border-strong);background:var(--surface-hover)}.form-section{gap:var(--space-sm);display:grid}.form-section__body{min-width:0;margin:0}.card,.form-section__body{padding:var(--space);border:.0625rem solid var(--border);border-radius:var(--radius);background:var(--surface)}.card--interactive:hover{background:var(--surface-hover)}.tag-list{gap:var(--space-sm);flex-wrap:wrap;display:flex}.tag{padding-inline:var(--space);border:.0625rem solid color-mix(in srgb,var(--border) 72%,transparent);border-radius:var(--radius-sm);background:color-mix(in srgb,var(--surface) 88%,transparent);color:var(--text);font-size:var(--font-size-sm);white-space:nowrap;cursor:pointer;transition:border-color var(--transition),background-color var(--transition);align-items:center;font-weight:400;text-decoration:none;display:inline-flex}.tag:hover{border-color:var(--border);background:var(--surface-hover)}@media (width<=37.5rem){.tag{padding-inline:var(--space-sm)}}:root{--bg:#f3efe7;--surface:#fffdf8;--surface-soft:#e8eee8;--surface-hover:#f0ece4;--control-bg:#fffefa;--text:#241c18;--muted:#71675f;--green:#2f6854;--green-dark:#214b3d;--green-soft:#dfeae3;--terra:#9a5c45;--notice-bg:#e4ece6;--border:#d9d0c3;--border-strong:#b9ab9b;--focus:#2f6854;--brand-mint:#9accc0;--brand-coffee:#402620;--brand-coffee-light:#634238;--brand-ink:#2c1915;--brand-paper:#fffdf8;--brand-ring:#6b9f93;--accent:#ad7b45;--accent-soft:#f2e6d6;--footer-bg:#e6ece7;--header-bg:color-mix(in srgb, var(--surface) 92%, var(--bg));--media-bg:#e5ebe5;--shadow-sm:0 .0625rem .125rem #2e231b0d;--shadow:0 .875rem 2.5rem #2e231b12;--shadow-strong:0 1.25rem 3.5rem #2e231b1c;--radius-sm:.75rem;--radius:1.25rem;--control-height:3rem;--control-height-sm:2.5rem;--space-xs:.25rem;--space-sm:.625rem;--space:1rem;--space-lg:1.5rem;--space-xl:2.25rem;--space-2xl:3.75rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:clamp(1.25rem, 1.35vw, 1.375rem);--font-size-2xl:clamp(1.5rem, 1.7vw, 1.625rem);--font-size-3xl:clamp(2rem, 2.4vw, 2.375rem);--font-heading:"Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;--line-height:1.55;--line-height-heading:1.02;--max:74rem;--header-min-height:4.75rem;--header-height:var(--header-min-height);--page-block:clamp(1.5rem, 2.5vw, 2rem)}@media (width<=37.5rem){:root{--gutter:1rem;--header-min-height:4.25rem;--page-block:1.5rem}}.brand-logo{align-items:center;gap:.7rem;min-width:0;display:inline-flex}.brand-logo__mark{flex:0 0 2.9rem;width:2.9rem;height:2.9rem;display:block}.brand-logo__copy{gap:.2rem;min-width:0;line-height:1;display:grid}.brand-logo__copy small,.brand-logo__copy strong{color:var(--brand-ring);white-space:nowrap;font-weight:800}.brand-logo__copy strong{letter-spacing:.065em;font-size:1.02rem}.brand-logo__copy small{letter-spacing:.18em;font-size:.67rem}.brand-emblem,.brand-emblem__frame{width:100%;height:100%;display:block;position:relative}.brand-emblem__frame{z-index:2;overflow:visible}.brand-emblem__vector{z-index:1;width:58%;height:58%;display:block;position:absolute;top:23%;left:21%}@media (width<=26.25rem){.brand-logo{gap:.5rem}.brand-logo__mark{flex-basis:2.4rem;width:2.4rem;height:2.4rem}.brand-logo__copy strong{font-size:.875rem}.brand-logo__copy small{font-size:.6rem}}:root{scrollbar-gutter:stable}:root,body{background:var(--header-bg)}body{min-width:0}.site-shell{background:var(--bg);flex-direction:column;min-height:100dvh;display:flex}.site-shell>main{flex:1 0 auto;width:100%;overflow:clip}.skip-link{top:-5rem;left:var(--space);z-index:100;padding:var(--space-sm) var(--space);border-radius:var(--radius-sm);background:var(--text);color:#fff;position:fixed}.skip-link:focus{top:var(--space)}.site-header{z-index:20;border-bottom:.0625rem solid color-mix(in srgb,var(--border) 78%,transparent);background:color-mix(in srgb,var(--surface) 92%,transparent);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);position:sticky;top:0}.site-header__inner{min-height:var(--header-min-height);justify-content:space-between;gap:var(--space-lg);flex-wrap:nowrap;padding-block:.25rem}.logo,.site-header__inner{align-items:center;display:flex}.logo{border-radius:var(--radius-sm);flex:none;line-height:0;text-decoration:none}.logo .brand-logo__mark{flex-basis:4.5rem;width:4.5rem;height:4.5rem}.logo .brand-logo__copy strong{font-size:1.5rem}.logo .brand-logo__copy small{font-size:1rem}.site-header nav{font-size:var(--font-size-sm);flex-wrap:nowrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.25rem;margin-inline-start:auto;font-weight:600;display:flex}.site-header nav a{min-height:var(--control-height-sm);align-items:center;gap:var(--space-sm);color:var(--text);white-space:nowrap;transition:color var(--transition),background-color var(--transition);border-radius:999px;padding-inline:.9rem;text-decoration:none;display:inline-flex;position:relative}.site-header nav a.router-link-active,.site-header nav a:hover{background:var(--green-soft);color:var(--green-dark)}.site-header nav .cart-link{padding-inline:.8rem}.site-header nav .cart-link b{background:var(--brand-coffee);color:#fff;font-variant-numeric:tabular-nums;border-radius:999px;place-items:center;min-width:1.25rem;height:1.25rem;padding-inline:.25rem;font-size:.65rem;line-height:1;display:inline-grid}.site-footer{padding-block:var(--space-xl);border-top:.0625rem solid var(--border);background:var(--footer-bg);flex:none}.site-footer__inner{gap:var(--space-xl);display:grid}.site-footer nav,.site-footer__brand,.site-footer__contacts{align-content:start;justify-items:start;gap:var(--space-sm);display:grid}.site-footer__contacts p{margin:0}.site-footer__title{color:var(--brand-coffee);font-weight:700}.site-footer nav a,.site-footer__contacts a{color:color-mix(in srgb,var(--text) 86%,transparent);font-size:var(--font-size-sm);border-radius:.25rem;text-decoration:none}.site-footer nav a:hover,.site-footer__contacts a:hover{color:var(--green-dark);text-decoration:underline}@media (width>=56.3125rem){.site-footer__inner{grid-template-columns:minmax(14rem,1.2fr) .7fr 1fr minmax(13rem,1fr)}}@media (width<=47.5rem){.site-header nav .site-nav__secondary{display:none}}@media (width<=37.5rem){.logo .brand-logo__mark{flex-basis:3.5rem;width:3.5rem;height:3.5rem}.logo .brand-logo__copy strong{font-size:1.25rem}.logo .brand-logo__copy small{font-size:.875rem}.site-header__inner{gap:var(--space-sm)}.site-header nav{gap:0}.site-header nav a{min-height:2.75rem;padding-inline:.5rem}.site-header nav .cart-link{justify-content:center;gap:.25rem;width:2.75rem;min-width:2.75rem;padding-inline:.25rem}.site-header nav .cart-link span{clip-path:inset(50%);width:.0625rem;height:.0625rem;position:absolute;overflow:hidden}.site-header nav .cart-link b{position:absolute;top:0;right:0}.site-footer__brand{padding-bottom:var(--space);border-bottom:.0625rem solid var(--border)}}@media (width<=26.25rem){.site-header__inner{--gutter:.75rem;gap:var(--space-xs)}.site-header .logo{flex-shrink:1;min-width:0}.logo .brand-logo{max-width:100%}.logo .brand-logo__mark{aspect-ratio:1;flex-shrink:1;min-width:2rem;height:auto}.logo .brand-logo__copy{flex:none}}.page{padding-block:var(--page-block)}h1,h2,h3{color:var(--brand-coffee);letter-spacing:-.02em;text-wrap:wrap}.page-heading{gap:var(--space-sm);display:grid}.page-heading>p:not(.eyebrow){color:var(--muted);line-height:1.65}.eyebrow{color:var(--green-dark);letter-spacing:.16em;font-size:.72rem;font-weight:800}.card,.form-section__body{border-color:color-mix(in srgb,var(--border) 88%,transparent);box-shadow:var(--shadow-sm)}.card--interactive{transition:border-color var(--transition),background-color var(--transition),box-shadow var(--transition)}.card--interactive:hover{border-color:var(--border-strong);background:var(--surface);box-shadow:var(--shadow)}.ui-button{min-height:var(--control-height);font-size:var(--font-size-sm);letter-spacing:.01em;border-radius:999px;padding-inline:1.25rem;font-weight:700}.ui-button--sm{min-height:var(--control-height-sm);padding-inline:1rem}.ui-button--primary{box-shadow:0 .5rem 1.25rem #214b3d24}.ui-button--secondary{border-color:var(--border);box-shadow:var(--shadow-sm)}.ui-control{border-color:var(--border);background:var(--control-bg);box-shadow:inset 0 .0625rem #ffffffb3}.ui-control:focus{border-color:var(--green)}.icon-action{border-radius:999px}.tag{min-height:var(--control-height-sm);border-color:var(--border);background:color-mix(in srgb,var(--surface) 94%,transparent);border-radius:999px;padding-inline:.9rem;font-size:.8rem;font-weight:600}.tag--active{border-color:var(--green-dark);background:var(--green-dark);color:#fff}.ui-empty{min-height:11rem;box-shadow:var(--shadow-sm);align-content:center;padding:clamp(1.5rem,4vw,3rem)}.ui-empty h2{color:var(--brand-coffee)}.legal{line-height:1.75}.legal>*+*{margin-top:var(--space)}.legal>h2:not(:first-child){margin-top:var(--space-xl);color:var(--brand-coffee)}.legal__heading{margin-bottom:var(--space-xl)}.legal__details{padding:var(--space-lg);background:var(--surface-soft)}.notice{padding:var(--space);border-left:.25rem solid var(--green);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--notice-bg)}.error-page{text-align:center;place-items:center;min-height:50dvh;display:grid}@media (width<=37.5rem){h1{font-size:var(--font-size-2xl)}h2{font-size:var(--font-size-xl)}h3{font-size:var(--font-size-lg)}.actions .ui-button{flex:auto}}.shop-notification[data-v-fd6ab628]{right:var(--space);bottom:var(--space);z-index:50;width:min(27.5rem,calc(100% - var(--space)*2));grid-template-columns:minmax(0,1fr) auto var(--control-height);gap:var(--space);padding:var(--space);border:.0625rem solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-strong);align-items:center;display:grid;position:fixed}.shop-notification__copy[data-v-fd6ab628]{gap:var(--space-xs);overflow-wrap:anywhere;min-width:0;display:grid}.shop-notification__copy strong[data-v-fd6ab628]{font-weight:600}.shop-notification__copy span[data-v-fd6ab628]{color:var(--muted);font-size:var(--font-size-sm);line-height:1.4}.shop-notification__close[data-v-fd6ab628]{width:var(--control-height);height:var(--control-height);color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:inline-grid}.shop-notification__close[data-v-fd6ab628]:hover{background:var(--surface-hover);color:var(--text)}.shop-notification-enter-active[data-v-fd6ab628],.shop-notification-leave-active[data-v-fd6ab628]{transition:opacity var(--transition)}.shop-notification-enter-from[data-v-fd6ab628],.shop-notification-leave-to[data-v-fd6ab628]{opacity:0}@media (width<=37.5rem){.shop-notification[data-v-fd6ab628]{right:var(--space-sm);bottom:var(--space-sm);left:var(--space-sm);grid-template-columns:minmax(0,1fr) var(--control-height);gap:var(--space-sm);width:auto;padding:var(--space)}.shop-notification .ui-button[data-v-fd6ab628]{grid-column:1/-1;width:100%}.shop-notification__close[data-v-fd6ab628]{grid-area:1/2}}
