:root{color:#25342c;font-synthesis:none;text-rendering:optimizelegibility;--ink:#20352a;--ink-soft:#526158;--cream:#f6f0e5;--paper:#fffaf1;--sage:#7d8b70;--sage-light:#d9ddcb;--nice-blue:#3694fc;--nice-blue-dark:#1672c4;--nice-blue-soft:#d9ecff;--nice-charcoal:#21212b;--gold:#d9a847;--error:#9f311e;--line:#20352a29;--shadow:0 24px 80px #2c322321;--serif:Iowan Old Style, Baskerville, "Times New Roman", serif;background:#f6f0e5;font-family:Inter,Avenir,Segoe UI,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{background:var(--cream);min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink);font-family:var(--serif);letter-spacing:-.035em;font-weight:500}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--nice-blue);outline-offset:3px}.skip-link{z-index:1000;color:#fff;background:var(--ink);border-radius:999px;padding:11px 18px;transition:transform .16s;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.eyebrow{color:var(--nice-blue-dark);letter-spacing:.18em;text-transform:uppercase;margin-bottom:14px;font-size:.73rem;font-weight:750}.section-shell{width:min(1240px,100% - 64px);margin-inline:auto}.button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:13px 20px;font-size:.88rem;font-weight:720;line-height:1;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-2px)}.button:disabled{cursor:not-allowed;opacity:.5}.button svg{width:18px}.button--primary{color:#fff;background:var(--ink);box-shadow:0 12px 30px #20352a2e}.button--primary:hover:not(:disabled){background:#152b20;box-shadow:0 16px 36px #20352a3d}.button--accent{color:var(--nice-charcoal);background:var(--nice-blue);box-shadow:0 10px 28px #3694fc47}.button--accent:hover:not(:disabled){color:#fff;background:var(--nice-blue-dark)}.button--ghost{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffaf18a;border-color:#20352a40}.button--outline{border-color:var(--ink);background:0 0}.button--light{color:var(--ink);background:var(--paper)}.button--wide{width:100%}.text-button{cursor:pointer;background:0 0;border:0;border-bottom:1px solid;align-items:center;gap:8px;padding:6px 0;font-size:.85rem;font-weight:700;display:inline-flex}.text-button svg{width:17px}.brand-mark{align-items:center;gap:11px;display:inline-flex}.brand-mark__bean{width:38px;height:38px;color:var(--paper);background:var(--ink);border-radius:50%;flex:none;place-items:center;display:grid}.brand-mark__bean svg{width:26px;height:26px}.brand-mark__bean path:first-child{fill:currentColor;stroke:none}.brand-mark__bean path:last-child{fill:none;stroke:var(--ink);stroke-linecap:round;stroke-width:2.2px}.brand-mark__words{flex-direction:column;display:flex}.brand-mark__name{color:var(--ink);font-family:var(--serif);letter-spacing:-.04em;font-size:1.24rem;font-weight:700;line-height:1}.brand-mark__tagline{color:var(--ink-soft);letter-spacing:.08em;text-transform:uppercase;margin-top:4px;font-size:.59rem;font-weight:650}.brand-mark--inverted .brand-mark__bean{color:var(--ink);background:var(--paper)}.brand-mark--inverted .brand-mark__bean path:last-child{stroke:var(--paper)}.brand-mark--inverted .brand-mark__name,.brand-mark--inverted .brand-mark__tagline{color:var(--paper)}.locale-switch{color:var(--ink-soft);letter-spacing:.06em;align-items:center;gap:4px;font-size:.72rem;font-weight:750;display:inline-flex}.locale-switch button{min-width:34px;min-height:34px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;padding:5px}.locale-switch button.is-active{color:var(--paper);background:var(--ink)}.form-error{color:var(--error);margin:10px 0 0;font-size:.82rem;font-weight:650;line-height:1.5}.app-loading{place-content:center;place-items:center;gap:25px;min-height:100vh;display:grid}.app-loading__pulse{background:var(--nice-blue);border-radius:99px;width:34px;height:3px;animation:1.1s ease-in-out infinite alternate loading-pulse}@keyframes loading-pulse{to{opacity:.35;width:86px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.gate-shell{background:var(--paper);grid-template-columns:minmax(520px,.9fr) minmax(600px,1.1fr);min-height:100vh;display:grid}.gate-copy{z-index:1;background:radial-gradient(circle at 8% 88%, #d9a84721, transparent 26%), var(--paper);flex-direction:column;min-height:100vh;padding:38px clamp(44px,6vw,96px) 28px;display:flex;position:relative}.gate-topbar{justify-content:space-between;align-items:center;display:flex}.gate-content{width:min(100%,570px);margin:auto 0;padding-block:78px}.gate-content h1{max-width:560px;margin-bottom:25px;font-size:clamp(3.5rem,5.2vw,5.9rem);line-height:.94}.gate-intro{max-width:520px;color:var(--ink-soft);margin-bottom:42px;font-size:1.05rem;line-height:1.7}.gate-form{max-width:540px}.gate-form>label{letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:.75rem;font-weight:750;display:block}.gate-input-row{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:1fr auto;padding:6px;display:grid;box-shadow:0 12px 40px #20352a14}.gate-input-row:focus-within{border-color:var(--nice-blue);box-shadow:0 0 0 3px #3694fc29,0 14px 44px #20352a1a}.gate-input-row input{min-width:0;min-height:52px;color:var(--ink);background:0 0;border:0;outline:0;padding:0 16px}.gate-input-row input::placeholder{color:#8c958f}.gate-input-row button{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:11px;align-items:center;gap:12px;min-height:52px;padding:0 20px;font-size:.8rem;font-weight:750;display:flex}.gate-input-row button:disabled{cursor:not-allowed;opacity:.55}.gate-input-row button svg{width:18px}.gate-privacy{color:#6c776f;align-items:flex-start;gap:9px;max-width:490px;margin-top:16px;font-size:.71rem;line-height:1.55;display:flex}.gate-privacy svg{flex:none;width:15px;margin-top:2px}.gate-footnote{color:#7b837e;letter-spacing:.03em;margin:auto 0 0;font-size:.68rem}.gate-visual{background:#e9dfca;min-height:100vh;position:relative;overflow:hidden}.gate-visual>img{object-fit:cover;width:155%;max-width:none;height:100%;position:absolute;inset:0 auto 0 -53%}.gate-visual__wash{background:linear-gradient(#fffaf10a,#20352a26);position:absolute;inset:0}.gate-visual__message{width:min(380px,100% - 60px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffaf1bd;border:1px solid #ffffff7a;border-radius:22px;padding:27px 30px;position:absolute;bottom:clamp(35px,8vh,95px);right:clamp(28px,6vw,90px)}.gate-visual__message p{color:var(--ink);font-family:var(--serif);margin:0;font-size:clamp(1.7rem,2.3vw,2.35rem);line-height:1.08}.gate-visual__bean{color:var(--nice-blue-dark);margin-bottom:13px;font-size:1rem;display:block}.site-shell{background:radial-gradient(circle at 97% 45%, #7d8b701c, transparent 25%), var(--cream);min-height:100vh;overflow-x:clip}.route-page--account,.route-page--cart,.route-page--success{min-height:640px}.site-header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f6f0e5e6;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;min-height:88px;padding-inline:max(28px,50% - 700px);display:grid;position:sticky;top:0;box-shadow:0 12px 35px #20352a0f}.site-header__brand{width:max-content}.site-header nav{letter-spacing:.04em;gap:35px;font-size:.76rem;font-weight:720;display:flex}.site-header nav a,.site-header nav button{position:relative}.site-header nav a:after,.site-header nav button:after{background:var(--ink);content:"";transform-origin:0;height:1px;transition:transform .16s;position:absolute;bottom:-7px;left:0;right:0;transform:scaleX(0)}.site-header nav a:hover:after,.site-header nav button:hover:after{transform:scaleX(1)}.site-header nav button{cursor:pointer;background:0 0;border:0;padding:0}.site-header__actions{justify-content:flex-end;align-items:center;gap:20px;display:flex}.header-account,.header-cart{border:1px solid var(--line);background:#fffaf18c;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:relative}.header-account[aria-current=page],.header-cart[aria-current=page]{border-color:var(--nice-blue);background:var(--nice-blue-soft)}.header-account svg,.header-cart svg{width:18px}.header-cart span{width:19px;height:19px;color:var(--nice-charcoal);background:var(--nice-blue);border-radius:50%;place-items:center;font-size:.61rem;font-weight:800;display:grid;position:absolute;top:-4px;right:-4px}.hero{background:#efe3cc;border-radius:4px 4px 36px 36px;width:min(1400px,100% - 56px);min-height:690px;margin:22px auto 0;position:relative;overflow:hidden}.hero__image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero__shade{background:linear-gradient(90deg,#f6f0e5cc 0%,#f6f0e561 37%,#0000 62%);position:absolute;inset:0}.hero__copy{z-index:1;width:min(600px,49%);padding:clamp(80px,10vw,140px) 0 90px clamp(44px,7vw,100px);position:relative}.hero__copy h1{margin-bottom:28px;font-size:clamp(4.4rem,7.3vw,7.4rem);line-height:.85}.hero__copy h1 span,.hero__copy h1 em{display:block}.hero__copy h1 em{color:var(--nice-blue-dark);margin-top:12px;font-weight:400}.hero__intro{border-left:3px solid var(--nice-blue);color:#45564d;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#fffaf1eb;border-radius:0 12px 12px 0;width:fit-content;max-width:485px;margin-bottom:34px;padding:12px 16px;font-size:1.05rem;line-height:1.7;box-shadow:0 10px 30px #20352a1c}.hero__actions{flex-wrap:wrap;gap:11px;display:flex}.hero__note{color:#5e685f;max-width:330px;margin:0;font-size:.68rem;line-height:1.45;position:absolute;bottom:24px;left:34px}.section-heading{grid-template-columns:1fr;align-items:end;gap:80px;margin-bottom:52px;display:grid}.section-heading h2{max-width:760px;margin-bottom:0;font-size:clamp(2.8rem,4.8vw,5.1rem);line-height:.98}.section-heading>p{max-width:420px;color:var(--ink-soft);margin:0;font-size:.92rem;line-height:1.7}.catalog{padding-block:140px 80px}.product-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.product-card{background:#fffaf1d1;border:1px solid #20352a1f;border-radius:22px;min-width:0;transition:transform .22s,box-shadow .22s;overflow:hidden;box-shadow:0 10px 35px #393f300a}.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px #393f301f}.product-visual{aspect-ratio:1;place-items:center;display:grid;position:relative;overflow:hidden}.product-visual--beans{background:radial-gradient(circle at 30% 25%,#ffffff59,#0000 28%),#c9a57a}.product-visual--equipment{background:radial-gradient(circle at 72% 30%,#ffffff61,#0000 27%),#cbd0ba}.product-visual img{object-fit:contain;width:100%;height:100%}.product-visual__fallback svg{color:#20352ad6;filter:drop-shadow(0 20px 18px #20352a29);width:175px}.product-visual__fallback svg path{fill:#fffaf140;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px}.product-visual__stamp{width:48px;height:48px;color:var(--paper);font-family:var(--serif);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#20352ab8;border:1px solid #fffaf1bf;border-radius:50%;place-items:center;font-size:.72rem;font-style:italic;display:grid;position:absolute;top:16px;right:16px}.product-card__body{flex-direction:column;min-height:285px;padding:24px;display:flex}.product-card__meta{color:var(--nice-blue-dark);letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;gap:4px;margin-bottom:13px;font-size:.65rem;font-weight:760;display:flex}.product-card h3{margin-bottom:12px;font-size:1.75rem;line-height:1}.product-card__body>p{color:var(--ink-soft);margin-bottom:25px;font-size:.8rem;line-height:1.65}.product-card__footer{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.product-card__footer>strong{font-family:var(--serif);font-size:1.25rem}.product-card__footer button{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:7px;min-height:42px;padding:9px 12px;font-size:.67rem;font-weight:760;display:flex}.product-card__footer button:hover,.product-card__footer button.is-added{color:#fff;background:var(--ink)}.product-card__footer button svg{width:15px}.product-card--skeleton{background:linear-gradient(105deg,#e9e0d2 30%,#f6eee2 50%,#e9e0d2 70%) 0 0/300% 100%;border:0;min-height:575px;animation:1.5s infinite skeleton}@keyframes skeleton{to{background-position-x:-300%}}.catalog-error{background:#fffaf1b8;border:1px solid #9f311e40;border-radius:22px;justify-content:space-between;align-items:center;gap:30px;min-height:220px;padding:42px;display:flex}.catalog-error h3{margin-bottom:8px;font-size:2rem}.catalog-error p{max-width:600px;color:var(--ink-soft);margin:0}.site-footer{color:#fffaf1b8;background:#182b21;grid-template-columns:1fr 1fr;gap:70px;margin-top:120px;padding:72px max(32px,50% - 620px);display:grid}.site-footer>div:first-child>p{max-width:380px;font-family:var(--serif);margin:28px 0 0;font-size:1.6rem;line-height:1.25}.site-footer__disclaimer{justify-self:end;max-width:520px;padding-top:10px}.site-footer__disclaimer strong{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;font-size:.68rem}.site-footer__disclaimer p{margin:16px 0 0;font-size:.77rem;line-height:1.7}.site-footer__disclaimer button{color:var(--paper);cursor:pointer;background:0 0;border:0;border-bottom:1px solid #fffaf180;margin-top:18px;padding:7px 0;font-size:.7rem}.account-section{padding-top:110px;scroll-margin-top:90px}.account-card{background:var(--paper);box-shadow:var(--shadow);border:1px solid #20352a1f;border-radius:28px;grid-template-columns:minmax(280px,.78fr) minmax(0,1.5fr);display:grid;overflow:hidden}.account-profile{min-width:0;color:var(--paper);background:radial-gradient(circle at 92% 8%, #3694fc40, transparent 30%), var(--ink);flex-direction:column;align-items:flex-start;padding:clamp(30px,4vw,54px);display:flex;position:relative}.account-profile__icon{width:46px;height:46px;color:var(--nice-charcoal);background:var(--nice-blue);border:1px solid #fffaf138;border-radius:50%;place-items:center;margin-bottom:30px;display:grid}.account-profile__icon svg{width:22px}.account-profile .eyebrow{color:var(--nice-blue)}.account-profile h2{color:var(--paper);margin:0 0 28px;font-size:clamp(2.6rem,4vw,4.15rem);line-height:.96}.account-profile h2 span{display:block}.account-profile address{color:#fffaf1bf;margin-top:auto;font-size:.78rem;font-style:normal;line-height:1.65;display:grid}.account-profile address strong{color:var(--paper);letter-spacing:.1em;text-transform:uppercase;margin-bottom:5px;font-size:.66rem}.account-profile address span:last-child{color:var(--nice-blue);margin-top:8px}.account-profile__ask{color:var(--nice-charcoal);background:var(--nice-blue);margin-top:28px}.account-profile__ask:hover{background:#68adfa}.account-profile__ask svg{width:18px}.account-orders{min-width:0;padding:clamp(30px,4vw,54px)}.account-orders__heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.account-orders__heading .eyebrow{color:var(--nice-blue-dark);margin-bottom:6px}.account-orders__heading h3{margin:0;font-size:clamp(2rem,3.4vw,3.2rem)}.account-orders__heading>span{width:42px;height:42px;color:var(--nice-charcoal);background:var(--nice-blue);font-family:var(--serif);border-radius:50%;place-items:center;font-weight:700;display:grid}.account-state{border:1px dashed var(--line);min-height:185px;color:var(--ink-soft);text-align:center;border-radius:18px;justify-content:center;align-items:center;gap:16px;display:flex}.account-state--error button{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:999px;padding:8px 12px}.account-order-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.account-order{border:1px solid var(--line);background:#f6f0e57a;border-radius:18px;padding:22px}.account-order__topline,.account-order__summary{justify-content:space-between;align-items:center;gap:18px;display:flex}.account-order__topline>div{gap:4px;display:grid}.account-order__topline>div strong{font-family:var(--serif);font-size:1.16rem}.account-order__topline time,.account-order__summary span{color:var(--ink-soft);font-size:.69rem}.account-order__summary{border-top:1px solid var(--line);margin-top:22px;padding-top:16px}.account-order__summary strong{font-family:var(--serif);font-size:1.2rem}.account-order__items{color:var(--ink-soft);gap:5px;margin:10px 0 0;padding:0;list-style:none;display:grid}.account-order__items li{color:var(--ink-soft);grid-template-columns:24px 1fr;gap:7px;font-size:.73rem;line-height:1.5;display:grid}.account-order__items b{color:var(--nice-blue-dark);font-weight:760}.account-order__ask{color:var(--nice-blue-dark);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;margin:18px 0 0 auto;padding:0;font-size:.7rem;font-weight:760;display:flex}.account-order__ask svg{width:15px;transition:transform .16s}.account-order__ask:hover svg{transform:translate(3px)}.commerce-section{padding-block:100px 80px}.commerce-section__cart{gap:18px;width:min(100%,760px);margin-inline:auto;display:grid}.cart-panel,.checkout-form{border:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffaf1cc;border-radius:24px;padding:clamp(28px,4vw,48px);box-shadow:0 24px 80px #2f372914}.cart-panel__heading{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.cart-panel__heading .eyebrow{margin-bottom:7px}.cart-panel__heading h2{margin:0;font-size:2.5rem}.cart-panel__count{width:42px;height:42px;color:var(--nice-charcoal);background:var(--nice-blue);font-family:var(--serif);border-radius:50%;place-items:center;font-weight:700;display:grid}.empty-cart{text-align:center;border:1px dashed #20352a38;border-radius:16px;place-content:center;place-items:center;min-height:280px;padding:40px;display:grid}.empty-cart__icon{width:54px;height:54px;color:var(--nice-blue-dark);background:var(--nice-blue-soft);border-radius:50%;place-items:center;margin-bottom:20px;display:grid}.empty-cart__icon svg{width:23px}.empty-cart h3{margin-bottom:8px;font-size:1.5rem}.empty-cart p{max-width:350px;color:var(--ink-soft);margin:0;font-size:.8rem;line-height:1.6}.cart-lines,.order-receipt__items{margin:0;padding:0;list-style:none}.cart-line{border-top:1px solid var(--line);grid-template-columns:64px 1fr auto;align-items:center;gap:17px;padding:17px 0;display:grid}.cart-line__thumb{width:64px;height:64px;font-family:var(--serif);border-radius:14px;place-items:center;font-size:1.5rem;display:grid;overflow:hidden}.cart-line__thumb img{object-fit:contain;width:100%;height:100%}.cart-line__thumb--beans{color:#6c422c;background:#dfc6a7}.cart-line__thumb--equipment{color:var(--ink);background:var(--sage-light)}.cart-line__info{grid-template-columns:1fr auto;gap:5px 15px;display:grid}.cart-line__info strong{font-family:var(--serif);font-size:1.05rem}.cart-line__info>span{color:var(--ink-soft);font-size:.76rem}.quantity-control{border:1px solid var(--line);border-radius:999px;grid-column:1/-1;align-items:center;width:max-content;margin-top:5px;display:flex}.quantity-control button{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.quantity-control button:disabled{opacity:.35}.quantity-control button svg{width:13px}.quantity-control span{text-align:center;min-width:26px;font-size:.76rem;font-weight:720}.cart-line__remove{color:#768078;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.cart-line__remove:hover{color:var(--error);background:#9f311e14}.cart-line__remove svg{width:17px}.cart-total{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin:18px 0 24px;padding-top:22px;display:flex}.cart-total span{color:var(--ink-soft);font-size:.8rem}.cart-total strong{font-family:var(--serif);font-size:1.65rem}.checkout-form{animation:.26s ease-out form-in}@keyframes form-in{0%{opacity:0;transform:translateY(-12px)}}.checkout-form>h3{margin-bottom:28px;font-size:2.25rem;line-height:1.04}.checkout-form>p{color:var(--ink-soft);font-size:.8rem;line-height:1.65}.form-row{grid-template-columns:1fr 1fr;gap:13px;display:grid}.form-row--address{grid-template-columns:minmax(0,3fr) minmax(110px,1fr)}.form-field{margin-bottom:16px}.form-field label{margin-bottom:7px;font-size:.7rem;font-weight:720;display:block}.form-field input,.form-field select{border:1px solid var(--line);width:100%;min-height:48px;color:var(--ink);background:#fff;border-radius:10px;padding:0 13px}.order-confirmation{color:var(--paper);background:radial-gradient(circle at 93% 15%, #d9a84729, transparent 22%), var(--ink);box-shadow:var(--shadow);border-radius:30px;margin-top:110px;padding:70px clamp(28px,7vw,90px);position:relative;overflow:hidden}.order-confirmation__celebration{width:58px;height:58px;color:var(--ink);background:var(--gold);border-radius:50%;place-items:center;display:grid;position:absolute;top:42px;right:48px}.order-confirmation__celebration svg{width:29px}.order-confirmation__heading{max-width:720px;margin-bottom:42px}.order-confirmation__heading .eyebrow{color:var(--gold)}.order-confirmation__heading h2{color:var(--paper);margin-bottom:17px;font-size:clamp(3rem,5vw,5rem);line-height:.95}.order-confirmation__heading>p:last-child{color:#fffaf1b3;line-height:1.6}.order-receipt{color:var(--ink);background:var(--paper);border-radius:18px;padding:30px}.order-receipt__topline{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding-bottom:22px;display:flex}.order-receipt__topline>div{gap:5px;display:grid}.order-receipt__topline span,.order-receipt__facts span{color:var(--ink-soft);letter-spacing:.06em;text-transform:uppercase;font-size:.66rem;font-weight:700}.order-receipt__topline strong{font-family:var(--serif);font-size:1.55rem}.status-pill{background:var(--sage-light);border-radius:999px;align-items:center;gap:8px;padding:9px 12px;display:inline-flex;color:var(--ink)!important}.status-pill i{background:#4b7655;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #4b765521}.status-pill--cancelled{background:#9f311e1f;color:#7c3428!important}.status-pill--cancelled i{background:#9f311e;box-shadow:0 0 0 4px #9f311e1f}.status-pill--preparing{background:#d9a8473b;color:#79520b!important}.status-pill--preparing i{background:#d59a22;box-shadow:0 0 0 4px #d9a8472e}.order-receipt__facts{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:20px;padding:24px 0;display:grid}.order-receipt__facts>div{gap:7px;display:grid}.order-receipt__facts strong{font-size:.82rem}.order-receipt__items{border-bottom:1px solid var(--line);padding:18px 0}.order-receipt__items li{justify-content:space-between;gap:20px;padding:6px 0;font-size:.82rem;display:flex}.order-receipt__items b{color:var(--nice-blue-dark)}.replay-note{color:var(--ink-soft);margin:12px 0 0;font-size:.72rem}.order-next-step{border:1px solid #fffaf12e;border-radius:18px;grid-template-columns:1fr auto;align-items:center;gap:22px;margin-top:18px;padding:25px 30px;display:grid}.order-next-step .eyebrow{color:var(--gold);margin-bottom:4px}.order-next-step h3{color:var(--paper);margin-bottom:5px;font-size:1.55rem}.order-next-step p:last-child{color:#fffaf1a6;margin:0;font-size:.78rem}.order-confirmation>.text-button{color:var(--paper);margin-top:28px}.modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#121f18ad;place-items:center;padding:24px;animation:.18s ease-out modal-backdrop-in;display:grid;position:fixed;inset:0}.sign-out-modal{background:radial-gradient(circle at 90% 10%, #3694fc2b, transparent 28%), var(--paper);border:1px solid #fffaf1a6;border-radius:28px;width:min(100%,580px);padding:clamp(28px,5vw,52px);animation:.22s ease-out modal-card-in;box-shadow:0 35px 110px #08140d66}.sign-out-modal__mark{background:var(--nice-blue-soft);cursor:pointer;border:0;border-radius:50%;width:54px;height:54px;margin-bottom:28px;padding:0;position:relative}.sign-out-modal__mark:disabled{cursor:wait;opacity:.55}.sign-out-modal__mark span{background:var(--nice-blue-dark);width:22px;height:2px;position:absolute;top:26px;left:16px;transform:rotate(45deg)}.sign-out-modal__mark span:last-child{transform:rotate(-45deg)}.sign-out-modal h2{max-width:470px;margin-bottom:18px;font-size:clamp(2.7rem,6vw,4.3rem);line-height:.95}.sign-out-modal>p:not(.eyebrow,.form-error){color:var(--ink-soft);margin-bottom:24px;line-height:1.65}.sign-out-modal__seed{border:1px solid var(--line);background:#d9ecff59;border-radius:14px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:28px;padding:16px;font-size:.72rem;display:flex}.sign-out-modal__seed span{width:100%;color:var(--ink-soft)}.sign-out-modal__seed strong{color:var(--nice-blue-dark);background:#fff;border-radius:999px;padding:6px 9px}.sign-out-modal__actions{justify-content:flex-end;gap:10px;display:flex}@keyframes modal-backdrop-in{0%{opacity:0}}@keyframes modal-card-in{0%{opacity:0;transform:translateY(18px)scale(.98)}}@media (width<=540px){.sign-out-modal__actions{flex-direction:column-reverse}.sign-out-modal__actions .button{width:100%}}@media (width<=1180px){.gate-shell{grid-template-columns:minmax(500px,1fr) minmax(420px,.8fr)}.gate-visual>img{width:205%;left:-98%}.hero{min-height:630px}.hero__copy{width:58%}.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.section-shell{width:min(100% - 40px,720px)}.gate-shell{display:block}.gate-copy{background:linear-gradient(#fffaf1e6,#fffaf1f7),url(/brand/nice-beans-hero.webp) 63%/cover;min-height:100vh;padding:28px 32px}.gate-content{align-self:center;margin:auto;padding-block:80px 50px}.gate-content h1{font-size:clamp(3.5rem,12vw,5.4rem)}.gate-visual{display:none}.site-header{grid-template-columns:1fr auto;padding-inline:18px}.site-header nav{display:none}.site-header__actions{gap:8px}.header-account,.header-cart{width:38px;height:38px}.hero{width:calc(100% - 24px);min-height:720px;margin-top:12px}.hero__image{width:175%;max-width:none;left:-52%}.hero__shade{background:linear-gradient(#f6f0e5d6 0%,#f6f0e58f 56%,#20352a1f)}.hero__copy{width:83%;padding:85px 0 100px 42px}.hero__copy h1{font-size:clamp(4.3rem,13vw,6.4rem)}.hero__note{display:none}.section-heading{grid-template-columns:1fr;gap:22px}.catalog{padding-top:100px}.account-card{grid-template-columns:1fr}.account-profile address{margin-top:0}.order-next-step{grid-template-columns:1fr}.order-next-step .button{width:100%}.site-footer{grid-template-columns:1fr;gap:42px}.site-footer__disclaimer{justify-self:start}}@media (width<=640px){.section-shell{width:calc(100% - 28px)}.gate-copy{padding:22px 20px}.gate-topbar .brand-mark__tagline{display:none}.gate-content{padding-block:60px 35px}.gate-content h1{font-size:clamp(3.15rem,16vw,4.5rem)}.gate-intro{font-size:.92rem}.gate-input-row{padding:6px;display:block}.gate-input-row input,.gate-input-row button{width:100%}.gate-input-row button{justify-content:center}.site-header{min-height:75px}.site-header__brand .brand-mark__name{font-size:1.05rem}.hero{border-radius:4px 4px 24px 24px;min-height:680px}.hero__image{width:240%;left:-108%}.hero__copy{width:100%;padding:65px 24px 170px}.hero__copy h1{font-size:clamp(3.7rem,19vw,5.5rem)}.hero__intro{font-size:.93rem}.hero__actions{flex-direction:column;align-items:stretch}.catalog{padding-block:85px 40px}.account-section{padding-top:75px}.account-card{border-radius:22px}.account-profile,.account-orders{padding:26px 20px}.account-profile h2{font-size:3rem}.account-order__topline{flex-direction:column;align-items:flex-start}.section-heading h2{font-size:clamp(2.8rem,14vw,4.2rem)}.product-grid{grid-template-columns:1fr}.product-card__body{min-height:245px}.commerce-section{padding-block:70px 55px}.cart-panel,.checkout-form{border-radius:18px;padding:24px 18px}.cart-line{grid-template-columns:54px 1fr auto;gap:11px}.cart-line__thumb{width:54px;height:54px}.cart-line__info{display:block}.cart-line__info>span{margin-top:3px;display:block}.form-row{grid-template-columns:1fr;gap:0}.form-row--address{grid-template-columns:1fr}.order-confirmation{border-radius:22px;width:calc(100% - 20px);margin-top:80px;padding:60px 18px 40px}.order-confirmation__celebration{width:42px;height:42px;top:22px;right:22px}.order-receipt{padding:20px 16px}.order-receipt__topline{flex-direction:column;align-items:flex-start}.order-receipt__facts{grid-template-columns:1fr}.order-next-step{padding:20px 16px}.site-footer{margin-top:75px;padding:55px 24px}}
