
/* Canonical brand system: shared by the storefront and CRM. */
:root{--red:#CC2200;--cream:#F5F0E8;--ink:#1A1A1A;--line:#C9C2B7;--muted:#625C54;--font:Montserrat,Arial,sans-serif}
body{background:var(--cream);color:var(--ink);font-family:var(--font)}
::selection{background:var(--red);color:var(--cream)}
a{color:inherit}button,input,select,textarea{font-family:var(--font)}
:is(button,a,input,select,textarea):focus-visible{outline:2px solid var(--red)!important;outline-offset:4px}
input[type=checkbox],input[type=radio]{accent-color:var(--red)}
button,.btn,.button{border-radius:2px;min-height:44px}
.btn.red,.button,button{background:var(--red);border-color:var(--red);color:var(--cream)}
.btn.red:hover,.button:hover,button:hover{background:var(--ink);border-color:var(--ink);color:var(--cream)}
.btn.outline,.button.secondary,button.secondary{background:transparent;border:1px solid var(--ink);color:var(--ink)}
.btn.outline:hover,.button.secondary:hover,button.secondary:hover{background:var(--ink);color:var(--cream)}
button:disabled{background:var(--line);border-color:var(--line);color:var(--muted);cursor:not-allowed}
input,select,textarea,.shop-form input,.shop-form textarea,.shop-row input{background:var(--cream);color:var(--ink);border:1px solid var(--ink);border-radius:2px;accent-color:var(--red)}
option{background:var(--cream);color:var(--ink)}option:checked{background:var(--red);color:var(--cream)}
@supports(appearance:base-select){select,select::picker(select){appearance:base-select}select::picker(select){border:1px solid var(--ink);background:var(--cream);padding:4px}select option{padding:10px 14px;min-height:44px}select option:hover,select option:focus,select option:checked{background:var(--red);color:var(--cream)}}
.shop-summary,.shop-form .errorlist,.shop-error{border-radius:2px;background:var(--cream);border:1px solid var(--line)}
.shop-error,.shop-form .errorlist{color:var(--red);border-color:var(--red)}.discount-line{color:var(--ink)}
.shop-summary{border-top:3px solid var(--ink)}.shop-summary .shop-total{letter-spacing:-.04em}
.journey{display:flex;list-style:none;padding:0;margin:0 0 32px;gap:24px;flex-wrap:wrap;font-size:13px}.journey li{padding:10px 0;border-bottom:2px solid var(--line)}.journey [aria-current=step]{font-weight:700;border-color:var(--red);color:var(--red)}
.checkout-group{border:0;border-top:1px solid var(--line);padding:20px 0;margin:20px 0}.checkout-group legend{font-size:21px;font-weight:700;padding:0 15px 0 0}
.error-summary{border:1px solid var(--red);padding:18px;margin:20px 0;color:var(--red)}.error-summary a{text-decoration:underline}
.remove-item{width:100%;margin-top:8px}.empty-cart-art{width:150px;height:190px;object-fit:contain;float:left;margin:0 25px 20px 0}
.crm-shell aside{background:var(--cream);border-right:1px solid var(--ink)}.crm-shell main{padding-top:32px}.crm-shell main>header{border-bottom:1px solid var(--ink);padding-bottom:10px;margin-bottom:24px}
.crm-shell nav a{border-radius:0;border-left:3px solid transparent}.crm-shell nav a:hover,.crm-shell nav a:focus-visible{background:#E5DDD2;color:var(--ink)}.crm-shell nav a[aria-current=page]{background:var(--ink);color:var(--cream);border-color:var(--red)}
.crm-shell :is(.panel,.cards article,.table-wrap){border-radius:2px;background:var(--cream)}.crm-shell .cards article{border:0;border-top:2px solid var(--ink);padding:20px 0}.crm-shell .cards{gap:24px}.crm-shell th{color:var(--muted);font-weight:600}.crm-shell th,.crm-shell td{border-color:var(--line)}.crm-shell tbody tr:hover{background:#E5DDD2}.crm-shell .hint,.crm-shell footer,.crm-shell .empty{color:var(--muted)}.crm-shell .message{border-radius:2px;background:var(--cream);border:1px solid var(--ink);border-left:4px solid var(--red)}.crm-shell .error,.crm-shell .errorlist{background:var(--cream);color:var(--red)}
.order-filters{display:flex;gap:16px;flex-wrap:wrap;align-items:end;margin:24px 0}.order-filters label{flex:1;min-width:155px}.order-filters label:first-child{flex:2;min-width:220px}.pagination{display:flex;gap:20px;align-items:center;flex-wrap:wrap;margin:20px 0}.next-step{border-left:4px solid var(--red);padding:18px 24px;background:#E5DDD2}.next-step h2{margin:0 0 8px}.order-timeline{list-style:none;padding:0}.order-timeline li{border-top:1px solid var(--line);padding:16px 0}.order-timeline time{font-size:12px;color:var(--muted)}.order-timeline p{margin:5px 0}.order-total{font-size:24px;font-weight:800}.action-note{font-size:13px;color:var(--muted)}
@media(max-width:800px){.crm-shell main{padding:20px}.crm-shell aside{border-right:0;border-bottom:1px solid var(--ink)}.order-filters label,.order-filters label:first-child{min-width:0;flex-basis:100%}.journey{gap:16px}.shop-page{padding-top:28px}.shop-summary{padding:20px}.crm-shell .table-wrap{max-width:100%}.empty-cart-art{float:none;display:block}.next-step{padding:16px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

@supports(appearance:base-select){select{display:inline-flex;align-items:center;justify-content:space-between;gap:12px}select::picker-icon{margin-left:auto}}
.shop-form input[type=checkbox]+label{display:inline;font-weight:500}.shop-form input[type=checkbox]{margin-right:10px}
.hero-controls button,.reduce-control,.mobile-menu,.tabs button{background:transparent;color:var(--ink);border-color:var(--line)}.tabs button[aria-pressed=true],.hero-controls button[aria-pressed=true]{background:var(--ink);color:var(--cream)}

/* Clear transactional headings; the editorial hero retains its own typography. */
.shop-page h1{font-family:var(--font);font-style:normal;font-weight:700;letter-spacing:-.025em;line-height:1.15;font-size:clamp(34px,4.2vw,56px)}
.checkout-intro{display:grid;grid-template-columns:minmax(0,1fr) 200px;align-items:center;gap:32px;border-bottom:1px solid var(--line);padding-bottom:24px}
.checkout-intro h1{margin:12px 0 18px}.checkout-intro .shop-note{margin:0;max-width:660px}
.checkout-cat{display:block;width:200px;height:200px;object-fit:contain;justify-self:end}
@media(max-width:600px){.checkout-intro{grid-template-columns:minmax(0,1fr) 88px;gap:12px;align-items:start}.checkout-cat{width:88px;height:88px;margin-top:26px}.checkout-intro .shop-note{font-size:15px;line-height:1.6}.checkout-intro h1{font-size:34px}}

/* Espresso v2: complete illustrated poses replace the disconnected limb rig. */
button.espresso-puppet,button.espresso-puppet:hover{background:var(--cream);color:var(--ink);border:0;border-radius:0;cursor:pointer;padding:0;display:block}
.puppet-scene{display:block;position:absolute;width:min(88%,296px);aspect-ratio:1;left:50%;top:48%;transform:translate(-50%,-50%);pointer-events:none}
.puppet-frame{position:absolute;inset:0;display:block;transition:opacity 140ms ease-out}
.puppet-frame img{position:absolute;display:block;object-fit:contain;max-width:none}
.puppet-illustration{inset:0;width:100%;height:100%}
.puppet-label{object-fit:fill!important;border-radius:1px}
.puppet-rest .puppet-label{left:80.57%;top:70.29%;width:10.27%;height:16.45%}
.puppet-hold .puppet-label{left:43.29%;top:66.12%;width:11.48%;height:17.03%}
.puppet-hold{opacity:0}.espresso-puppet.is-holding .puppet-rest{opacity:0}.espresso-puppet.is-holding .puppet-hold{opacity:1}
.puppet-caption{position:absolute;left:18px;bottom:10px;font-size:10px;letter-spacing:.02em;color:var(--muted)}
.espresso-puppet .product-number{left:12px;top:22px;z-index:0}.espresso-puppet .product-image-link{bottom:10px;right:12px}
.is-reduced .puppet-frame{transition:none}
@media(prefers-reduced-motion:reduce){.puppet-frame{transition:none}}
@media(max-width:430px){.puppet-scene{width:min(88%,274px)}.espresso-puppet .product-number{font-size:110px}}

/* Home: three visible characters, no automatic carousel or production controls. */
.home-story-hero .hero-inner{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:center;gap:48px;padding-top:48px;padding-bottom:32px}
.home-story-hero .hero-copy h1{font-style:normal;letter-spacing:-.035em}.home-scenes{display:grid;grid-template-columns:1fr 1fr;gap:16px;min-width:0}
.home-scene{display:block;background:var(--cream);color:var(--ink);overflow:hidden;border:1px solid var(--ink);text-decoration:none}.home-scene:first-child{grid-column:1/-1}
.scene-picture{position:relative;height:180px;overflow:hidden}.home-scene:first-child .scene-picture{height:240px}
.scene-picture img.scene-room{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 45%}
.scene-picture img.scene-cat{position:absolute;bottom:-6%;left:50%;transform:translateX(-50%);width:auto;height:94%;max-width:80%;object-fit:contain}
.scene-caption{padding:12px 16px;border-top:1px solid var(--line)}.scene-caption h2{font:700 17px/1.3 var(--font);letter-spacing:-.015em;margin:0 0 5px}.scene-caption p{font:400 12px/1.5 var(--font);margin:0}
.home-scene:hover .scene-caption{text-decoration:underline;text-underline-offset:3px}.crew-grid h2,.faq-heading h2{font-style:normal;letter-spacing:-.025em}.crew-grid h2 em,.faq-heading h2 em{font-style:normal;font-weight:700}.crew-art img{border-radius:0;background:transparent;object-fit:contain}.service-aside img{border-radius:0}
@media(max-width:900px){.home-story-hero .hero-inner{grid-template-columns:1fr;gap:32px}.home-story-hero .hero-copy h1{font-size:clamp(56px,12vw,90px)}.home-scenes{width:100%}.home-scene:first-child .scene-picture{height:260px}}
@media(max-width:500px){.home-story-hero .hero-inner{padding-top:32px;gap:28px}.home-scenes{gap:12px}.scene-picture{height:155px}.home-scene:first-child .scene-picture{height:230px}.scene-caption{padding:10px}.scene-caption h2{font-size:14px}.scene-caption p{font-size:11px}}

.home-story-hero{background:var(--red)}.support-band>img{border-radius:0;background:transparent;object-fit:contain}
.home-scene,.home-story-hero .hero-copy{min-width:0}.home-scenes{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:900px){.home-story-hero .hero-inner{grid-template-columns:minmax(0,1fr)}.home-story-hero .hero-copy{width:100%;max-width:100%}}@media(max-width:500px){.home-scenes{grid-template-columns:minmax(0,1fr)}.home-scene .scene-picture{height:230px}.scene-caption h2{font-size:17px}.scene-caption p{font-size:13px}}

/* One gentle greeting on entry or interaction; no endless automatic motion. */
.scene-picture img.scene-cat{transform-origin:50% 94%}
.home-scene.is-scene-moving .scene-cat{animation-duration:4.2s;animation-timing-function:ease-in-out;animation-iteration-count:1;will-change:transform}
.home-scene-espresso.is-scene-moving .scene-cat{animation-name:cat-espresso-greeting}
.home-scene-brazil.is-scene-moving .scene-cat{animation-name:cat-brazil-greeting;animation-duration:4.6s}
.home-scene-colombia.is-scene-moving .scene-cat{animation-name:cat-colombia-greeting;animation-duration:4.4s}
@keyframes cat-espresso-greeting{0%,100%{transform:translate(-50%,0) rotate(0)}40%{transform:translate(-50%,-5px) rotate(-.6deg)}70%{transform:translate(-50%,-2px) rotate(.3deg)}}
@keyframes cat-brazil-greeting{0%,100%{transform:translate(-50%,0) rotate(0)}35%{transform:translate(calc(-50% - 2px),-2px) rotate(-1.2deg)}70%{transform:translate(calc(-50% + 1px),-1px) rotate(.7deg)}}
@keyframes cat-colombia-greeting{0%,100%{transform:translate(-50%,0) rotate(0)}35%{transform:translate(calc(-50% + 2px),-4px) rotate(1.5deg)}70%{transform:translate(-50%,-1px) rotate(-.5deg)}}
.is-reduced .home-scene .scene-cat{animation:none!important;will-change:auto}
@media(prefers-reduced-motion:reduce){.home-scene .scene-cat{animation:none!important;will-change:auto}}
