/* Fazenda shop — existing fonts and palette. */
html{scroll-behavior:auto}.desktop-nav ul{gap:clamp(14px,1.7vw,28px)}.header-inner{grid-template-columns:1fr auto;gap:24px}.desktop-nav{grid-column:1}.basket-link{gap:10px;white-space:nowrap}.basket-link [data-cart-count]{display:inline-grid;place-items:center;min-width:22px;height:22px;border:1px solid currentColor;border-radius:50%;font-size:11px}
body[data-page=shop] .site-header,body[data-page=basket] .site-header,body[data-page=order-confirmation] .site-header{color:var(--ink);background:rgba(242,237,220,.96);border-bottom:1px solid var(--line)}body.nav-open .site-header{color:var(--ivory);background:var(--sage-deep)}
.shop-hero{padding-top:185px;padding-bottom:80px;display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:7%}.shop-hero h1{font-size:clamp(54px,6.5vw,96px);line-height:1.06;letter-spacing:-.065em;margin:28px 0}.shop-hero h1 em,.shop-details em,.shop-bottom em,.confirmation-page em{font-weight:400;color:var(--sage-deep)}.shop-hero-copy>p{max-width:430px;font-size:18px;line-height:1.8}.shop-text-link{display:inline-flex;align-items:center;gap:28px;border-bottom:1px solid var(--ink);padding:10px 0;text-decoration:none;font-size:14px;font-weight:600}.shop-hero-copy .shop-text-link{margin-top:15px}.shop-hero-art{position:relative}.shop-hero-art>img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:48% 48% 3px 3px}.hero-note{position:absolute;right:-18px;bottom:25px;background:var(--sage);color:var(--ink);padding:23px 28px;transform:rotate(-5deg);font-size:13px;line-height:1.6}.hero-note em{font:italic 22px Fraunces,serif}
.collection{padding-block:45px 95px}.collection-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:35px;margin-bottom:25px}.collection-heading h2{font-size:clamp(36px,4vw,52px);margin:8px 0 0;letter-spacing:-.035em}.collection-heading>p{font-size:13px;text-align:right}.shop-notice{padding:12px 16px;border:1px solid var(--line);font-size:13px;line-height:1.65;background:var(--sage-pale)}.collection>.shop-notice{margin-bottom:28px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.product-photo{position:relative;overflow:hidden;background:#e2d9c6}.product-photo img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .5s ease}.coffee-product:hover .product-photo img{transform:scale(1.025)}.product-number{position:absolute;left:16px;top:15px;font-size:12px;letter-spacing:.1em}.product-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px}.product-heading h3{font:400 36px Fraunces,serif;margin:0;letter-spacing:-.035em}.product-price{font-size:18px}.product-tag{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--sage-deep);font-weight:700;margin:5px 0 13px}.product-description{font-size:14px;min-height:74px;line-height:1.75;margin-bottom:20px}.size-options{margin:0 0 15px;padding:0;border:0;display:flex;gap:8px}.size-options legend{font-size:12px;margin-bottom:8px}.size-options label{flex:1;position:relative;cursor:pointer}.size-options input{position:absolute;opacity:0;width:1px;height:1px}.size-options span{display:flex;justify-content:space-between;align-items:center;padding:11px 14px;border:1px solid var(--line);font-size:14px}.size-options input:checked+span{border-color:var(--ink);background:var(--sage-pale)}.size-options input:focus-visible+span{outline:3px solid var(--clay);outline-offset:3px}.size-options small{font-size:12px}.shop-button{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;min-height:50px;padding:13px 20px;border:1px solid var(--ink);border-radius:0;color:var(--paper);background:var(--ink);text-decoration:none;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.shop-button:hover{background:var(--sage-deep)}.shop-button:disabled{opacity:.5;cursor:not-allowed}.shop-button:focus-visible,.shop-text-link:focus-visible,.quantity-control button:focus-visible,.remove-item:focus-visible{outline:3px solid var(--clay);outline-offset:4px}.shop-details{display:grid;grid-template-columns:1fr 1fr;gap:9%;padding:60px 0 90px;border-top:1px solid var(--line)}.shop-details h2{font-size:clamp(36px,4.5vw,58px);line-height:1.15;letter-spacing:-.04em;margin-top:24px}.shop-details details{padding:20px 0;border-bottom:1px solid var(--line);font-size:14px}.shop-details summary{font-weight:600;cursor:pointer}.shop-details details p{margin-bottom:0}.shop-bottom{text-align:center;background:var(--sage-pale);padding:70px 24px 85px}.shop-bottom h2{font-size:clamp(42px,5vw,64px);line-height:1.15;margin:25px 0 35px}.shop-bottom .shop-button{width:max-content;margin:auto}.shop-toast{position:fixed;z-index:500;left:50%;bottom:24px;transform:translate(-50%,20px);background:var(--ink);color:var(--paper);padding:14px 24px;max-width:calc(100% - 32px);width:max-content;opacity:0;pointer-events:none;transition:.2s;font-size:14px;box-shadow:var(--shadow)}.shop-toast.visible{opacity:1;transform:translate(-50%,0)}
.basket-page{padding-top:190px;padding-bottom:100px;min-height:75vh}.basket-title{display:flex;align-items:center;justify-content:space-between;gap:25px;margin:22px 0 45px}.basket-title h1{font-size:clamp(48px,6vw,76px);margin:0;letter-spacing:-.045em}.basket-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,1fr);gap:6%;align-items:start}.basket-item{display:grid;grid-template-columns:100px minmax(0,1fr) auto;gap:22px;padding:24px 0;border-top:1px solid var(--line);align-items:center}.basket-item>img{width:100px;aspect-ratio:1;object-fit:cover}.basket-item h2{font:400 25px Fraunces,serif;margin:0 0 4px}.basket-item p{margin:0;font-size:13px}.item-actions{display:flex;align-items:center;gap:18px;margin-top:12px;flex-wrap:wrap}.quantity-control{display:flex;border:1px solid var(--line);align-items:center}.quantity-control button{width:38px;height:38px;border:0;background:transparent;cursor:pointer;font-size:18px}.quantity-control span{min-width:28px;text-align:center;font-size:14px}.remove-item{border:0;background:none;text-decoration:underline;cursor:pointer;font-size:12px;padding:8px 0}.line-total{align-self:start;padding-top:4px;white-space:nowrap}.order-summary{padding:30px;background:var(--paper);border:1px solid var(--line)}.order-summary h2{font:400 31px Fraunces,serif;line-height:1.2;margin:15px 0 30px}.summary-row{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:15px 0;font-size:14px}.summary-small,.payment-caption{font-size:12px;color:#50574a;line-height:1.75}.payment-caption{text-align:center;margin:18px 0 0}.order-summary .shop-notice{margin:18px 0}.checkout-error{color:#943a20;font-size:14px}.checkout-error:empty{display:none}.empty-basket{padding:40px 0}.empty-basket h2{font-size:32px}.empty-basket p{max-width:400px}.empty-basket .shop-button{width:max-content;margin-top:25px}.confirmation-page{padding-block:190px 110px;max-width:860px;min-height:75vh}.confirmation-page h1{font-size:clamp(44px,6vw,72px);line-height:1.1;letter-spacing:-.035em}.confirmation-actions{display:flex;gap:25px;align-items:center;flex-wrap:wrap;margin-top:35px}.confirmation-actions .shop-button{width:max-content}.confirmation-receipt{padding:25px;background:var(--paper);border:1px solid var(--line);margin:25px 0}.confirmation-receipt ul{padding-left:20px}.confirmation-page [role=status]{max-width:640px}
@media(min-width:901px) and (max-width:1100px){.desktop-nav a{font-size:11px}.desktop-nav ul{gap:12px}.header-inner{gap:16px;padding-right:18px;padding-left:145px}}
@media(max-width:900px){.basket-link{display:inline-flex;margin-right:14px;min-height:40px}.header-inner{gap:0}.shop-hero{padding-top:155px;gap:5%;padding-bottom:45px}.shop-hero h1{font-size:54px}.shop-hero-copy>p{font-size:15px}.hero-note{right:0;padding:15px}.hero-note em{font-size:17px}.product-grid{gap:18px}.product-heading h3{font-size:29px}.product-description{min-height:125px}.size-options span{padding:10px 8px}.basket-layout{grid-template-columns:1fr;gap:35px}.order-summary{max-width:620px;width:100%}.shop-details{gap:6%}.mobile-nav ul{gap:0}}
@media(max-width:620px){.shop-hero{grid-template-columns:1fr;padding-top:160px;gap:35px;padding-bottom:30px}.shop-hero h1{font-size:62px;margin:20px 0}.shop-hero-copy>p{max-width:340px}.shop-hero-art{width:85%;margin:0 auto}.hero-note{right:-15px;bottom:15px}.collection{padding-bottom:55px}.collection-heading{align-items:start}.collection-heading>p{font-size:11px;max-width:110px;padding-top:12px}.collection-heading h2{font-size:36px}.collection-heading .eyebrow{font-size:9px}.product-grid{grid-template-columns:1fr;gap:45px}.product-photo img{aspect-ratio:1.05}.product-heading h3{font-size:36px}.product-description{min-height:0}.size-options span{padding:12px 16px}.shop-details{grid-template-columns:1fr;padding-block:35px 55px;gap:10px}.shop-details h2{font-size:43px}.basket-page{padding-top:160px;padding-bottom:65px}.basket-title{display:block;margin-bottom:25px}.basket-title .shop-text-link{margin-top:10px}.basket-item{grid-template-columns:75px minmax(0,1fr) auto;gap:12px}.basket-item>img{width:75px}.basket-item h2{font-size:22px}.line-total{font-size:14px}.item-actions{gap:10px}.order-summary{padding:24px}.confirmation-page{padding-block:165px 70px}.shop-toast{font-size:12px;padding:12px 16px}}
@media(prefers-reduced-motion:reduce){.product-photo img,.shop-toast,.shop-button{transition:none}.coffee-product:hover .product-photo img{transform:none}}
