@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');
:root{--forest:#133c2b;--forest2:#1e523a;--cream:#faf7ee;--paper:#fffdf7;--line:#e7dfcf;--gold:#b5853d;--ink:#27372d;--muted:#657367;--maroon:#7d3027}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',system-ui,sans-serif;font-size:16px}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.site-header{background:var(--forest);color:#fff;position:sticky;top:0;z-index:20;box-shadow:0 5px 20px #172e2120}.header-inner{max-width:1340px;margin:auto;padding:14px 30px;display:flex;align-items:center;gap:25px}.brand{text-decoration:none;display:flex;align-items:center;gap:11px;line-height:1}.brand-mark{width:43px;height:43px;border:1px solid #d5b579;border-radius:50%;display:grid;place-items:center;color:#dfbc78;font-size:26px}.brand strong{display:block;font-family:'Playfair Display',Georgia,serif;font-size:21px;letter-spacing:.01em}.brand small{display:block;letter-spacing:.18em;font-size:10px;color:#e3c892;margin-top:6px;font-weight:700}.location{margin-left:auto;color:#e8e2c9;font-size:14px}.header-cart{border:1px solid #d0b679;background:transparent;color:#fff;border-radius:40px;padding:10px 14px;font-weight:700;white-space:nowrap}.header-cart span{display:inline-grid;place-items:center;background:#e6c887;color:var(--forest);min-width:25px;height:25px;border-radius:50%;margin-left:8px}.intro{background:linear-gradient(115deg,#f7f0da,#fcfaf2 58%,#e9efd9);border-bottom:1px solid var(--line);overflow:hidden}.intro-inner{max-width:1340px;margin:auto;display:grid;grid-template-columns:1.1fr .9fr;min-height:295px;align-items:center;padding:24px 30px;gap:45px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.19em;color:var(--maroon);margin:0 0 12px}.intro h1{font-family:'Playfair Display',Georgia,serif;color:var(--forest);font-size:clamp(32px,3.3vw,49px);line-height:1.14;margin:0 0 14px;max-width:650px}.intro p:not(.eyebrow){line-height:1.6;max-width:575px;margin:0;color:#4e5d4f}.intro-photo{height:235px;position:relative;border-radius:120px 16px 16px 120px;overflow:hidden;box-shadow:12px 13px 0 #ceb48166}.intro-photo img{width:100%;height:100%;object-fit:cover;object-position:center 48%}.intro-photo span{position:absolute;bottom:14px;right:14px;background:#fffbf0ed;padding:9px 14px;border-radius:4px;font-family:'Playfair Display',Georgia,serif;color:var(--forest);font-size:14px}.main-layout{max-width:1340px;margin:auto;padding:35px 30px 80px;display:grid;grid-template-columns:minmax(0,1fr) 355px;align-items:start;gap:34px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:15px}.section-heading h2,.order-panel h2{font-family:'Playfair Display',Georgia,serif;color:var(--forest);font-size:29px;margin:0}.menu-note{font-size:13px;font-weight:700;color:var(--forest2);background:#e5eddf;padding:8px 12px;border-radius:30px}.tabs{display:flex;gap:8px;overflow-x:auto;padding:22px 0 15px;scrollbar-width:none}.tabs a{flex:none;background:#fff;border:1px solid var(--line);border-radius:30px;padding:10px 15px;text-decoration:none;font-weight:700;font-size:14px}.tabs a:hover,.tabs a:focus-visible{border-color:var(--forest);color:var(--forest)}.tabs span{color:var(--muted);font-weight:500;margin-left:3px}.category{scroll-margin-top:92px;margin:12px 0 38px}.category-title{display:flex;align-items:baseline;gap:14px;border-bottom:1px solid #d9d1be;padding-bottom:12px;margin-bottom:17px}.category-title h3{font-family:'Playfair Display',Georgia,serif;font-size:23px;color:var(--forest);margin:0}.category-title span{font-size:13px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product{display:flex;gap:14px;background:var(--paper);padding:12px;border:1px solid var(--line);border-radius:13px;min-height:117px;box-shadow:0 2px 10px #332b1308}.product img{width:92px;height:92px;object-fit:cover;border-radius:9px;flex:none;background:#d9e0ca}.product .content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.product-name{font-weight:700;line-height:1.3;font-size:16px;color:var(--forest)}.product-meta{font-size:13px;color:var(--muted);margin-top:3px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:5px;margin-top:8px}.price{font-size:17px;font-weight:700;color:var(--maroon);white-space:nowrap}.price.preorder{font-size:12px;color:var(--muted)}.add{border:1px solid var(--forest);background:var(--forest);color:white;border-radius:25px;padding:6px 13px;font-size:14px;font-weight:700}.add:hover,.add:focus-visible{background:var(--forest2)}.stepper{display:flex;align-items:center;border:1px solid var(--forest);border-radius:25px;overflow:hidden;color:var(--forest);flex:none}.stepper button{width:29px;height:29px;border:0;background:#edf3e8;color:var(--forest);font-size:19px;line-height:1}.stepper strong{font-size:14px;min-width:22px;text-align:center}.order-panel{position:sticky;top:91px;background:#fffdf7;border:1px solid #ded1b7;border-radius:16px;padding:24px;box-shadow:0 13px 35px #24302012}.order-top{display:flex;justify-content:space-between}.close-order{display:none}.cart-items{padding:20px 0;min-height:96px}.empty-cart{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.cart-row{display:flex;justify-content:space-between;gap:15px;margin-bottom:13px;font-size:14px}.cart-row strong{color:var(--forest)}.cart-row small{display:block;color:var(--muted);margin-top:3px}.cart-total{border-top:1px solid var(--line);padding-top:16px;display:flex;justify-content:space-between;font-size:16px}.cart-total strong{font-size:22px;color:var(--forest)}.subtotal-note,.checkout-help{font-size:12px;color:var(--muted);line-height:1.5;margin:8px 0 17px}.order-panel label{font-size:14px;font-weight:700;display:block;margin:13px 0 6px}.order-panel label span{font-weight:400;color:var(--muted)}.order-panel input,.order-panel textarea{display:block;width:100%;border:1px solid #cfcabf;border-radius:7px;background:white;color:var(--ink);padding:11px 12px;outline-color:var(--forest)}.order-panel textarea{resize:vertical}.whatsapp-button{width:100%;border:0;border-radius:8px;background:var(--forest);color:white;font-weight:700;padding:14px;margin-top:17px;display:flex;justify-content:space-between}.whatsapp-button:hover:not(:disabled){background:var(--forest2)}.whatsapp-button:disabled{opacity:.5;cursor:not-allowed}.checkout-help{text-align:center;margin-bottom:0}footer{background:var(--forest);color:#f6f4e9;padding:30px max(30px,calc((100vw - 1280px)/2));display:flex;justify-content:space-between;gap:30px;line-height:1.7;font-size:14px}footer div{display:flex;flex-direction:column}footer strong{font-family:'Playfair Display',Georgia,serif;font-size:19px}footer span{color:#d6dfce}footer a{text-decoration:none}.mobile-cart,.scrim{display:none}@media(max-width:1120px){.main-layout{grid-template-columns:minmax(0,1fr) 320px;gap:20px}.product-grid{grid-template-columns:1fr}.intro-inner{gap:20px}}@media(max-width:760px){.header-inner{padding:11px 16px}.location,.header-cart{display:none}.intro-inner{display:block;padding:27px 18px 22px}.intro h1{font-size:32px}.intro p:not(.eyebrow){font-size:14px}.intro-photo{height:150px;border-radius:12px;margin-top:20px;box-shadow:7px 7px 0 #ceb48166}.intro-photo span{font-size:11px;padding:6px 8px}.main-layout{display:block;padding:29px 16px 110px}.section-heading h2{font-size:26px}.menu-note{font-size:11px}.tabs{margin-right:-16px}.category-title{flex-wrap:wrap;gap:3px 10px}.category-title h3{font-size:22px}.product-grid{grid-template-columns:1fr}.product{min-height:104px}.product img{width:80px;height:80px}.order-panel{display:none;position:fixed;z-index:50;left:0;right:0;bottom:0;top:auto;max-height:90dvh;overflow:auto;border-radius:20px 20px 0 0;padding:22px 20px 32px;box-shadow:0 -10px 40px #0003}.order-panel.open{display:block}.close-order{display:block;border:0;background:none;color:var(--forest);font-size:28px;line-height:1}.scrim:not([hidden]){display:block;position:fixed;inset:0;z-index:40;background:#10261cb3}.mobile-cart{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:25;border:0;background:var(--forest);color:white;padding:15px 20px calc(15px + env(safe-area-inset-bottom));align-items:center;justify-content:space-between;text-align:left;box-shadow:0 -5px 20px #122d2533;font-size:15px}.mobile-cart b{font-weight:400;color:#d4e2cc;margin-left:6px;font-size:13px}.mobile-cart strong{font-size:18px}footer{padding:26px 18px 100px;display:block}footer div+div{margin-top:15px}}@media(min-width:761px) and (max-width:900px){.intro-photo{height:210px}.product img{width:70px;height:70px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.order-notice{display:grid;grid-template-columns:1fr 1fr;gap:14px;background:#edf2e6;border:1px solid #d5dec8;border-left:4px solid var(--gold);padding:15px 18px;border-radius:9px;margin-top:18px}.order-notice div{display:flex;flex-direction:column;gap:4px}.order-notice strong{color:var(--forest);font-size:14px}.order-notice span{font-size:13px;line-height:1.45;color:#526355}footer address{font-style:normal;color:#f5edcf;margin-top:10px;max-width:400px}.footer-whatsapp{margin-top:11px;color:#e7d29a}.footer-whatsapp a{text-decoration:underline;color:#fff}@media(max-width:760px){.order-notice{grid-template-columns:1fr;gap:12px;padding:14px}.intro h1{font-size:30px}}

.brand strong{font-size:18px;letter-spacing:.005em}.brand small{letter-spacing:.12em}.order-notice{grid-template-columns:repeat(3,minmax(0,1fr))}.order-notice div+div{border-left:1px solid #ccd9c4;padding-left:15px}.maker{background:#eee8d6;border-top:1px solid #dfd6bd}.maker-inner{max-width:1340px;padding:34px 30px 38px;margin:auto}.maker h2{font-family:"Playfair Display",Georgia,serif;font-size:31px;color:var(--forest);margin:0 0 3px}.maker-role{font-weight:700;color:var(--maroon);margin:0 0 10px}.maker-inner p:last-child{line-height:1.6;max-width:650px;margin:0}@media(max-width:760px){.brand strong{font-size:16px}.brand small{font-size:9px}.order-notice{grid-template-columns:1fr}.order-notice div+div{border-left:0;border-top:1px solid #ccd9c4;padding-left:0;padding-top:10px}.maker-inner{padding:28px 18px 34px}.maker h2{font-size:27px}}
