:root{--plum:#382035;--cream:#faf6ee;--gold:#f5cc79;--ink:#302830}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #b77627;outline-offset:5px}.announcement{text-align:center;background:var(--plum);color:var(--cream);padding:11px 20px;font-size:13px;letter-spacing:.08em}header{display:flex;align-items:center;justify-content:space-between;padding:27px 6%;gap:25px}.brand{font-family:Georgia,serif;font-size:34px;line-height:1}.brand span{font-size:17px;display:block;margin-top:5px;letter-spacing:.04em}nav{display:flex;gap:34px;font-size:14px}.bag{background:none;border:1px solid #baaab6;border-radius:24px;padding:11px 18px;font-size:14px}.bag span{margin-left:12px}.hero{display:grid;grid-template-columns:1.1fr 1fr;background:var(--plum);color:var(--cream);min-height:560px}.hero-copy{padding:70px 8% 55px 11%}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.18em;line-height:1.7}.hero .eyebrow{color:var(--gold)}h1,h2,h3{font-family:Georgia,serif;font-weight:400}h1{font-size:clamp(40px,4.5vw,68px);letter-spacing:-.04em;line-height:1.1;margin:30px 0 24px}em{font-weight:400;color:var(--gold)}.intro{font-size:16px;line-height:1.8;color:#e5d9e0}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;padding:17px 23px;border:0;font-size:14px}.light{background:var(--gold);color:var(--plum);margin-top:20px}.hero-note{font-size:12px;letter-spacing:.06em;margin-top:23px;color:#ddcbd7}.hero-image{position:relative;min-height:470px;overflow:hidden}.hero-image img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:48% center}.image-caption{position:absolute;bottom:24px;left:26px;right:26px;border-top:1px solid #fff8;padding-top:14px;color:white;text-shadow:0 1px 6px #000;font-family:Georgia,serif;font-style:italic;font-size:22px}.collection{padding:80px 7% 70px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:32px}.section-heading .eyebrow{color:#765563}h2{font-size:clamp(32px,3.2vw,45px);letter-spacing:-.03em;line-height:1.15;margin:12px 0}.section-heading>p{font-size:14px;line-height:1.7;color:#695c63}.products{display:grid;grid-template-columns:1fr 1fr;gap:25px}.product{padding:26px 32px 30px;border:1px solid #cbbbab;min-height:320px}.tea{background:#e8ecdf}.coffee{background:#ead5c5}.product-number{font-size:12px;letter-spacing:.16em;padding-bottom:18px;border-bottom:1px solid #86786755}.product-body{padding-top:28px}.small-label{font-size:11px;letter-spacing:.12em}h3{font-size:42px;margin:12px 0}.product-body>p:not(.small-label){line-height:1.7;color:#655548;font-size:15px}.purchase{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:28px;font-size:25px}.unit{font-size:13px;color:#625448}.purchase button{background:var(--plum);color:white;border:0;padding:14px 20px;font-size:14px;display:flex;gap:25px;align-items:center}.purchase button:hover{background:#57354f}.catalog-note{font-size:13px;color:#74646d;margin-top:22px}.special{margin:0 7% 75px;padding:46px 7%;border-top:1px solid #cdbbb0;border-bottom:1px solid #cdbbb0;text-align:center}.special .eyebrow{color:#7c5c47}.special em{color:#8f5836}.special>p:not(.eyebrow){line-height:1.8;color:#66575f}.special a{display:inline-block;border-bottom:1px solid #81616d;padding-bottom:8px;margin-top:10px;font-size:14px}.special a span{margin-left:20px}footer{background:var(--plum);color:var(--cream);padding:36px 6%;display:flex;align-items:center;justify-content:space-between;gap:25px}footer p,footer>span{font-size:13px;color:#dfceda}dialog{width:min(480px,94vw);border:0;padding:30px;background:var(--cream);color:var(--ink);max-height:90vh}dialog::backdrop{background:#221620a8}.dialog-heading{display:flex;align-items:center;justify-content:space-between}.dialog-heading h2{font-size:32px}.dialog-heading button{border:0;background:none;font-size:32px}.cart-row{padding:22px 0;border-bottom:1px solid #ddd0d6;display:flex;align-items:center;justify-content:space-between;gap:20px}.cart-row p{margin:5px 0}.quantity{display:flex;align-items:center;gap:12px}.quantity button{width:32px;height:32px;background:none;border:1px solid #b8a9b1}.subtotal{display:flex;justify-content:space-between;margin-top:28px}.checkout-note{font-size:14px;line-height:1.6;color:#75626c}.unavailable{width:100%;justify-content:center;background:#e2d9dd;color:#6a5b64;cursor:default}.continue{display:block;margin:20px auto 0;border:0;background:none;text-decoration:underline;font-size:14px}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--plum);color:white;padding:14px 23px;box-shadow:0 4px 20px #0002;opacity:0;pointer-events:none;transition:opacity .2s;font-size:14px;width:max-content;max-width:90vw}.toast.visible{opacity:1}@media(max-width:700px){header{padding:23px 6%}nav{display:none}.brand{font-size:29px}.brand span{font-size:15px}.hero{grid-template-columns:1fr}.hero-copy{padding:42px 7%}.hero-image{min-height:340px}.hero h1{font-size:48px}.collection{padding:48px 6%}.section-heading{display:block}.products{grid-template-columns:1fr}.product{padding:24px}.special{margin:0 6% 45px;padding:35px 0}footer{align-items:start;flex-direction:column;gap:15px}footer p{margin:0}.announcement{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.toast{transition:none}}
details{margin-top:24px;font-size:14px}summary{cursor:pointer}details img{display:block;margin:16px auto;background:white}#paypal{width:100%;justify-content:center}

.square-pay{display:block;border:1px solid var(--plum);padding:14px 18px;margin-top:16px;text-align:center;font-size:14px}.square-pay:hover{background:var(--plum);color:white}.product-body>.square-note{font-size:13px;line-height:1.5;margin:10px 0 0}

.brand{display:flex;align-items:center;gap:16px}.brand .brand-logo{display:block;width:96px;height:96px;object-fit:contain;border-radius:50%;background:white;flex-shrink:0}.brand .brand-name{font-size:34px;letter-spacing:0;margin:0}.brand .brand-name>span{font-size:17px;margin-top:5px}.brand-name{line-height:1.1}footer .brand-logo{width:80px;height:80px}@media(max-width:700px){.brand{gap:10px}.brand .brand-logo{width:68px;height:68px}.brand .brand-name{font-size:26px}.brand .brand-name>span{font-size:14px}header{gap:12px}}
