:root{--shadow: 0 1px 2px rgba(15,40,38,.04), 0 12px 28px -14px rgba(15,40,38,.18);--shadow-lg: 0 24px 60px -20px rgba(10,30,28,.28);--radius-s: 10px;--radius-m: 16px;--radius-l: 26px}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--shadow: 0 1px 2px rgba(0,0,0,.3), 0 12px 28px -14px rgba(0,0,0,.5);--shadow-lg: 0 24px 60px -20px rgba(0,0,0,.6)}}:root[data-theme=dark]{--shadow: 0 1px 2px rgba(0,0,0,.3), 0 12px 28px -14px rgba(0,0,0,.5);--shadow-lg: 0 24px 60px -20px rgba(0,0,0,.6)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}body{margin:0;background:var(--bg);color:var(--ink);font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.55;-webkit-tap-highlight-color:transparent;padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}@media(min-width:900px){body{padding-bottom:0}}h1,h2,h3,h4{font-family:Bricolage Grotesque,Work Sans,sans-serif;font-weight:700;line-height:1.08;letter-spacing:-.01em;text-wrap:balance;margin:0;color:var(--ink)}p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--coral);outline-offset:3px;border-radius:4px}::selection{background:var(--teal);color:#fff}.skip-link{position:absolute;left:-999px;top:0;z-index:100;background:var(--ink);color:var(--bg);padding:12px 18px;border-radius:0 0 10px}.skip-link:focus{left:0}.wrap{max-width:1180px;margin:0 auto;padding-left:20px;padding-right:20px}@media(min-width:640px){.wrap{padding-left:32px;padding-right:32px}}.container-narrow{max-width:640px}.eyebrow{font-family:IBM Plex Mono,monospace;font-size:12.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--teal)}.eyebrow.coral{color:var(--coral)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:100px;font-weight:600;font-size:15px;border:1px solid transparent;min-height:48px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease;white-space:nowrap}.btn:active{transform:scale(.97)}.btn-primary{background:linear-gradient(120deg,var(--coral),var(--coral-soft));color:#fff8f6;box-shadow:0 14px 30px -12px #ef5a558c}.btn-primary:hover{box-shadow:0 18px 36px -12px #ef5a55ad}.btn-ghost-dark{background:#ffffff0f;color:var(--hero-ink);border-color:#ffffff47}.btn-ghost-dark:hover{background:#ffffff21}.btn-outline{background:transparent;color:var(--ink);border-color:var(--border)}.btn-outline:hover{border-color:var(--teal);color:var(--teal)}.btn-sm{padding:10px 18px;min-height:40px;font-size:13.5px}.btn-block{width:100%}header.site-header{position:sticky;top:0;z-index:60;background:var(--surface);border-bottom:1px solid var(--border)}.header-row{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:flex;align-items:center;gap:10px}.brand img{width:34px;height:34px;border-radius:9px;box-shadow:var(--shadow);object-fit:cover}.brand-word{font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:18px;letter-spacing:-.01em}.brand-word .dot{color:var(--coral)}nav.primary-nav{display:none;align-items:center;gap:30px}nav.primary-nav a{font-size:14.5px;font-weight:600;color:var(--ink-soft);transition:color .15s ease}nav.primary-nav a:hover{color:var(--teal)}.header-actions{display:flex;align-items:center;gap:10px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--surface-alt);border:1px solid var(--border);color:var(--ink);position:relative}.cart-dot{position:absolute;top:-2px;right:-2px;width:16px;height:16px;border-radius:50%;background:var(--coral);color:#fff;font-size:9.5px;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:IBM Plex Mono,monospace;border:2px solid var(--bg)}.icon-btn svg{width:18px;height:18px}.menu-toggle{display:inline-flex}@media(min-width:900px){nav.primary-nav{display:flex}.menu-toggle{display:none}}#mobile-nav{position:fixed;top:64px;right:0;bottom:0;left:0;z-index:70;background:var(--surface);padding:18px 20px 28px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:4px;transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}#mobile-nav.open{opacity:1;transform:translateY(0);pointer-events:auto}#mobile-nav a{padding:15px 6px;font-size:17px;font-weight:600;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}#mobile-nav .drawer-cta{margin-top:18px}@media(min-width:900px){#mobile-nav{display:none}}.hero{position:relative;overflow:hidden;background:radial-gradient(120% 140% at 15% 0%,var(--hero-bg-2),var(--hero-bg-1) 60%);color:var(--hero-ink);padding:52px 0 64px}.hero-inner{position:relative;z-index:2;display:flex;flex-direction:column;gap:22px;max-width:640px}.hero canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.75}.hero h1{color:var(--hero-ink);font-size:clamp(34px,8vw,56px)}.hero h1 .accent{background:linear-gradient(100deg,var(--coral-soft),var(--gold));-webkit-background-clip:text;background-clip:text;color:transparent}.hero p.lede{color:var(--hero-ink-soft);font-size:17px;max-width:48ch}.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}.hero-trust{display:flex;flex-wrap:wrap;gap:18px 26px;margin-top:18px;font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.03em;color:var(--hero-ink-soft)}.hero-trust span{display:flex;align-items:center;gap:7px}.hero-trust svg{width:15px;height:15px;flex:none;color:var(--teal-bright)}section{padding:56px 0}.section-head{display:flex;flex-direction:column;gap:10px;margin-bottom:30px;max-width:56ch}.section-head.between{flex-direction:row;align-items:flex-end;justify-content:space-between;max-width:none;gap:20px}.section-head h2{font-size:clamp(26px,4.4vw,36px)}.cat-scroller{display:flex;gap:14px;overflow-x:auto;padding:4px 20px 14px;margin:0 -20px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cat-scroller::-webkit-scrollbar{display:none}@media(min-width:640px){.cat-scroller{margin:0;padding:4px 0 14px}}@media(min-width:860px){.cat-scroller{display:grid;grid-template-columns:repeat(4,1fr);overflow:visible}}.cat-card{scroll-snap-align:start;flex:0 0 168px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-m);padding:20px 16px;display:flex;flex-direction:column;gap:14px;box-shadow:var(--shadow);transition:transform .18s ease,border-color .18s ease}@media(min-width:860px){.cat-card{flex:auto}}.cat-card:hover{transform:translateY(-3px);border-color:var(--teal)}.cat-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--surface-alt);color:var(--teal)}.cat-icon svg{width:24px;height:24px}.cat-card h3{font-size:16px}.cat-card p{font-size:13px;color:var(--ink-soft)}.cat-count{font-family:IBM Plex Mono,monospace;font-size:11.5px;color:var(--ink-faint);margin-top:auto}.empty-note{color:var(--ink-faint);font-size:14px;padding:20px 0}.prod-scroller{display:flex;gap:16px;overflow-x:auto;padding:4px 20px 18px;margin:0 -20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.prod-scroller::-webkit-scrollbar{display:none}@media(min-width:640px){.prod-scroller{margin:0;padding:4px 0 18px}}@media(min-width:900px){.prod-scroller{display:grid;grid-template-columns:repeat(4,1fr);overflow:visible}}.prod-card{scroll-snap-align:start;flex:0 0 220px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-m);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow)}@media(min-width:900px){.prod-card{flex:auto}}.prod-media{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;position:relative;background:var(--surface-alt);color:var(--teal)}.prod-media svg{width:52%;height:52%}.prod-badge{position:absolute;top:10px;left:10px;font-family:IBM Plex Mono,monospace;font-size:10.5px;font-weight:600;letter-spacing:.04em;padding:5px 9px;border-radius:100px;background:var(--coral);color:#fff8f6;z-index:1}.prod-body{padding:14px 15px 16px;display:flex;flex-direction:column;gap:10px;flex:1}.prod-cat{font-family:IBM Plex Mono,monospace;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faint)}.prod-name{font-size:14.5px;font-weight:600;line-height:1.35;display:block}.prod-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.prod-price{font-family:IBM Plex Mono,monospace;font-weight:600;font-size:15px;font-variant-numeric:tabular-nums}.prod-price .was{color:var(--ink-faint);text-decoration:line-through;font-size:12px;margin-right:6px;font-weight:500}.sold-out-pill{font-family:IBM Plex Mono,monospace;font-size:11px;color:var(--ink-faint)}.add-btn{width:36px;height:36px;border-radius:50%;background:var(--ink);color:var(--bg);display:flex;align-items:center;justify-content:center;border:none;flex:none;transition:background .15s ease,transform .15s ease}.add-btn:active{transform:scale(.9)}.add-btn.added{background:var(--teal)}.add-btn svg{width:16px;height:16px}.steps{display:grid;gap:16px;grid-template-columns:1fr}@media(min-width:760px){.steps{grid-template-columns:repeat(3,1fr)}}.step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-m);padding:24px 22px;display:flex;flex-direction:column;gap:12px;box-shadow:var(--shadow)}.step-num{font-family:IBM Plex Mono,monospace;font-weight:600;font-size:13px;color:var(--teal);display:flex;align-items:center;gap:10px}.step-num:before{content:"";width:28px;height:1px;background:var(--border)}.step h3{font-size:18px}.step p{color:var(--ink-soft);font-size:14.5px}.trust-strip{background:var(--surface-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 18px;padding:34px 0}@media(min-width:760px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-item{display:flex;align-items:flex-start;gap:12px}.trust-item svg{width:22px;height:22px;flex:none;color:var(--coral);margin-top:2px}.trust-item h4{font-size:14.5px;font-family:Work Sans;font-weight:700;margin-bottom:3px}.trust-item p{font-size:12.5px;color:var(--ink-soft)}.faq-list{display:flex;flex-direction:column;gap:10px;max-width:760px}.faq-item{border:1px solid var(--border);border-radius:var(--radius-s);background:var(--surface);overflow:hidden}.faq-q{width:100%;list-style:none;cursor:pointer;text-align:left;padding:17px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;font-weight:600;font-size:15px;color:var(--ink)}.faq-q::-webkit-details-marker{display:none}.faq-q svg{width:18px;height:18px;flex:none;transition:transform .2s ease;color:var(--teal)}.faq-item[open] .faq-q svg{transform:rotate(45deg)}.faq-a{padding:0 18px 18px;font-size:14px;color:var(--ink-soft);max-width:65ch}.faq-a p{margin-bottom:8px}.contact-band{background:linear-gradient(135deg,var(--teal-deep),var(--teal));border-radius:var(--radius-l);padding:40px 26px;color:#f4fbfa;display:flex;flex-direction:column;gap:22px;position:relative;overflow:hidden}@media(min-width:820px){.contact-band{flex-direction:row;align-items:center;justify-content:space-between;padding:48px 46px}}.contact-copy{max-width:420px}.contact-copy .eyebrow{color:#c8ece7}.contact-copy h2{color:#fff;font-size:clamp(24px,4vw,32px);margin-top:8px}.contact-copy p{color:#d9f1ee;font-size:14.5px;margin-top:10px}.signup-form{display:flex;flex-direction:column;gap:10px;width:100%;max-width:380px}.signup-row{display:flex;gap:8px}.signup-row input{flex:1;min-width:0;padding:14px 16px;border-radius:100px;border:1px solid rgba(255,255,255,.35);background:#ffffff1a;color:#fff;font-size:16px;font-family:inherit}.signup-row input::placeholder{color:#f4fbfaa6}.signup-row input:focus-visible{outline:2px solid #fff;outline-offset:2px}.signup-note{font-size:12px;color:#c8ece7}.signup-confirm{display:none;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:#fff;background:#ffffff24;padding:12px 16px;border-radius:100px}.signup-confirm.show{display:inline-flex}.signup-confirm svg{width:16px;height:16px}.contact-emails{display:flex;flex-direction:column;gap:8px;margin-top:16px}.contact-emails a{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;font-family:IBM Plex Mono,monospace;color:#eafffb;border-bottom:1px solid rgba(255,255,255,.3);width:fit-content;padding-bottom:2px}.contact-emails svg{width:14px;height:14px}.page-content{padding:56px 0 80px}.rte{max-width:65ch;color:var(--ink-soft);font-size:15px;line-height:1.7}.rte h2,.rte h3{color:var(--ink);margin:28px 0 10px;font-family:Bricolage Grotesque,sans-serif}.rte p,.rte ul,.rte ol{margin-bottom:14px}.rte a{color:var(--teal);text-decoration:underline;text-underline-offset:2px}footer.site-footer{padding:48px 0 96px;border-top:1px solid var(--border)}@media(min-width:900px){footer.site-footer{padding-bottom:56px}}.footer-grid{display:grid;grid-template-columns:1fr;gap:34px}@media(min-width:760px){.footer-grid{grid-template-columns:1.3fr 1fr 1fr;gap:24px}}.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:12px}.footer-brand img{width:30px;height:30px;border-radius:8px;object-fit:cover}.footer-tagline{font-size:13.5px;color:var(--ink-soft);max-width:32ch}.footer-col h4{font-family:IBM Plex Mono,monospace;font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:14px;font-weight:600}.footer-col a,.footer-col p{display:block;font-size:14px;color:var(--ink-soft);margin-bottom:10px}.footer-col a:hover{color:var(--teal)}.footer-bottom{margin-top:36px;padding-top:22px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px;font-size:12.5px;color:var(--ink-faint)}.footer-bottom a{color:var(--ink-faint);text-decoration:underline;text-underline-offset:2px}.footer-bottom a:hover{color:var(--teal)}@media(min-width:640px){.footer-bottom{flex-direction:row;align-items:center;justify-content:space-between}}.mobile-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:65;background:var(--surface);border-top:1px solid var(--border);display:flex;padding-bottom:env(safe-area-inset-bottom,0px)}.mobile-tabbar a{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:9px 0 8px;font-size:10.5px;font-weight:600;color:var(--ink-faint)}.mobile-tabbar a svg{width:21px;height:21px}.mobile-tabbar a.active{color:var(--coral)}@media(min-width:900px){.mobile-tabbar{display:none}}.cart-toast{position:fixed;left:50%;bottom:calc(76px + env(safe-area-inset-bottom,0px));transform:translate(-50%,12px);background:var(--ink);color:var(--bg);padding:12px 20px;border-radius:100px;font-size:13.5px;font-weight:600;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:80;display:flex;align-items:center;gap:8px}.cart-toast.show{opacity:1;transform:translate(-50%)}@media(min-width:900px){.cart-toast{bottom:24px}}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--ink-faint);margin-bottom:22px;flex-wrap:wrap}.breadcrumb a{color:var(--ink-faint)}.breadcrumb a:hover{color:var(--teal)}.breadcrumb span:last-child{color:var(--ink-soft)}.coll-page{padding:44px 0 80px}.coll-desc{max-width:65ch;margin-top:2px}.prod-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:10px}@media(min-width:640px){.prod-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px){.prod-grid{grid-template-columns:repeat(4,1fr);gap:20px}}.pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:36px}.page-info{font-family:IBM Plex Mono,monospace;font-size:12.5px;color:var(--ink-faint)}.product-page{padding:44px 0 80px}.product-grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:860px){.product-grid{grid-template-columns:1.05fr 1fr;gap:48px;align-items:start}}.gallery{display:flex;flex-direction:column;gap:12px;position:sticky;top:88px}.gallery-main{position:relative;aspect-ratio:1/1;border-radius:var(--radius-l);overflow:hidden;background:var(--surface-alt);box-shadow:var(--shadow)}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--teal)}.gallery-empty svg{width:30%;height:30%}.thumb-row{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px}.thumb-btn{flex:none;width:64px;height:64px;border-radius:var(--radius-s);overflow:hidden;padding:0;border:1px solid var(--border);background:var(--surface-alt);transition:border-color .15s ease}.thumb-btn:hover{border-color:var(--teal)}.thumb-btn img{width:100%;height:100%;object-fit:cover}.buy-box{display:flex;flex-direction:column;gap:16px}.product-title{font-size:clamp(24px,4vw,34px)}.price-row{display:flex;align-items:baseline;gap:10px}.price-row .now{font-family:IBM Plex Mono,monospace;font-weight:700;font-size:22px;color:var(--ink)}.price-row .was{font-family:IBM Plex Mono,monospace;font-size:15px;color:var(--ink-faint);text-decoration:line-through}.product-desc{max-width:none}.variant-groups{display:flex;flex-direction:column;gap:12px}.variant-group{display:flex;flex-direction:column;gap:6px}.variant-label{font-family:IBM Plex Mono,monospace;font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faint);font-weight:600}.variant-select{padding:12px 14px;border-radius:var(--radius-s);border:1px solid var(--border);background:var(--surface);color:var(--ink);font-size:15px;font-family:inherit;min-height:46px}.qty-row{display:flex;flex-direction:column;gap:6px}.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:100px;width:fit-content;overflow:hidden}.qty-btn{width:42px;height:42px;background:var(--surface-alt);border:none;font-size:18px;color:var(--ink);display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:var(--surface)}.qty-input{width:52px;height:42px;border:none;text-align:center;font-size:15px;font-family:IBM Plex Mono,monospace;background:var(--surface);color:var(--ink);-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.add-btn-pdp{margin-top:4px}.add-btn-pdp:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.pdp-trust{margin-top:8px;color:var(--ink-faint)}.pdp-trust svg{color:var(--teal)}.btn-lg{padding:18px 34px;font-size:16.5px;min-height:56px}@media(min-width:640px){.btn-lg{padding:20px 40px;font-size:17.5px}}.hero.hero-split{position:relative;min-height:78vh;overflow:hidden;padding:0;display:flex;align-items:flex-start}.hero-split-bg{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;z-index:0}.hero-split-half{flex:1 1 50%;height:100%}.hero-split-left{background:linear-gradient(180deg,#e9c097,#a5673f)}.hero-split-right{background:linear-gradient(180deg,#2c3b47,#121a1f)}.hero-split-stage{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;align-items:center;padding:9vh 20px 0;gap:clamp(28px,6vh,56px)}.hero-split-title{color:#fdf7f0;font-size:clamp(56px,13vw,148px);letter-spacing:.03em;text-align:center;text-shadow:0 8px 30px rgba(0,0,0,.28)}.hero-split-ctas{display:grid;grid-template-columns:1fr 1fr;align-items:center;width:100%;max-width:900px}.hero-split .btn-latte-cta{justify-self:end;margin-right:18px;background:#fff8f0;color:#7a4a28;box-shadow:0 14px 30px -12px #3c1e0a73}.hero-split .btn-latte-cta:hover{background:#fff}.hero-split .btn-digital-cta{justify-self:start;margin-left:18px;background:#ffffff12;color:#f4f7f9;border:1px solid rgba(255,255,255,.38)}.hero-split .btn-digital-cta:hover{background:#ffffff29}.coll-page-digital{background:repeating-conic-gradient(#ebeff2 0% 25%,#dce4e9 0% 50%) 0 0/260px 260px}.coll-page-latte{background:repeating-conic-gradient(#fbf1e6 0% 25%,#f6e1c8 0% 50%) 0 0/260px 260px}.product-page-digital{background:radial-gradient(120% 90% at 50% 22%,#f4f7f9,#dce4e9 45%,#c7d2d9)}.product-page-latte{background:radial-gradient(120% 90% at 50% 22%,#fff9f0,#f6e1c8 45%,#ebc99c)}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
