@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap');
:root{--green:#153d27;--deep:#0e2d1c;--lime:#bce85e;--cream:#faf8ef;--paper:#fffef9;--ink:#173726;--muted:#677266;--line:#dfe4d5;--serif:'Libre Caslon Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.55 var(--sans)}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #69882b;outline-offset:4px}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,.serif{font-family:var(--serif);font-weight:400;line-height:1.07}h1{font-size:clamp(44px,5.3vw,78px);letter-spacing:-1.9px;margin-bottom:24px}h2{font-size:clamp(34px,3.6vw,48px);letter-spacing:-.6px;margin-bottom:16px}h3{font-size:21px;line-height:1.25;margin-bottom:12px}p{margin-bottom:18px}small,.small{font-size:14px}svg{width:21px;height:21px;vertical-align:middle;flex:none;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}button{border:0}.demo-bar{background:#eaf0db;color:#395333;min-height:34px;padding:7px 24px;font-size:12px;text-align:center;letter-spacing:.4px}.demo-bar strong{font-weight:700}.header{background:var(--cream);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.header-in{max-width:1280px;margin:auto;min-height:88px;display:flex;align-items:center;gap:30px;padding:14px 40px}.brand{font-size:32px;font-weight:800;letter-spacing:-1.8px;line-height:1;color:#087536;display:block;white-space:nowrap}.brand small{display:block;font-size:9px;letter-spacing:1.7px;color:#526348;font-weight:600;margin-top:8px}.desktop-nav{display:flex;gap:23px;margin:auto;font-size:14px;font-weight:500}.desktop-nav a{padding:9px 0;position:relative}.desktop-nav a.active:after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--green)}.header-actions{display:flex;gap:12px;align-items:center}.lang{background:none;color:var(--muted);font-size:13px;padding:8px}.cart-button,.icon-button{width:43px;height:43px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--green);color:white;position:relative}.count{position:absolute;right:-4px;top:-4px;background:var(--lime);color:var(--ink);border-radius:20px;font-size:11px;min-width:19px;padding:1px 4px}.menu-button{display:none;background:none;color:var(--ink)}.wrap{max-width:1200px;margin:auto;padding:0 40px}.hero{background:var(--green);color:var(--cream);position:relative;overflow:hidden}.hero-in{max-width:1280px;margin:auto;display:grid;grid-template-columns:1.13fr 1fr;min-height:570px}.hero-copy{padding:70px 50px 40px 80px;position:relative;z-index:1}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:600;display:block;margin-bottom:23px}.hero .eyebrow{color:var(--lime)}.hero p{color:#d7dfcd;max-width:390px;font-size:17px}.hero h1 em{font-weight:400;color:var(--lime)}.actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.btn{padding:13px 22px;border-radius:7px;font-weight:600;font-size:14px;display:inline-flex;gap:10px;align-items:center;justify-content:center;background:var(--green);color:white;min-height:48px}.btn.lime{background:var(--lime);color:var(--deep)}.btn.outline{background:transparent;border:1px solid var(--line);color:var(--ink)}.hero .btn.outline{border-color:#517047;color:#f4f3e7}.btn.subtle{background:#edf0e4;color:var(--ink)}.btn.danger{background:#ad442e;color:white}.btn.full{width:100%}.hero-link{display:inline-block;margin-top:28px;color:#e6ebdc;font-size:14px;text-decoration:underline;text-underline-offset:5px}.hero-photo{position:relative;min-height:480px;padding:28px 38px 28px 0;display:flex;align-items:stretch}.hero-photo img{height:100%;width:100%;object-fit:cover;border-radius:200px 200px 12px 12px;filter:saturate(.9);position:absolute;inset:35px 36px 35px 0;width:calc(100% - 36px);height:calc(100% - 70px)}.photo-label{position:absolute;bottom:65px;left:24px;background:var(--cream);color:var(--green);padding:13px 20px;border-radius:5px;box-shadow:0 6px 20px #0002;font-size:14px}.photo-label strong{display:block;font-family:var(--serif);font-size:25px;font-weight:400}.strip{border-bottom:1px solid var(--line);background:#f0f1e4}.strip-in{display:flex;justify-content:space-between;align-items:center;gap:24px;max-width:1120px;margin:auto;padding:21px 0}.strip-item{display:flex;gap:13px;align-items:center}.strip-item svg{color:#567b27}.strip-item strong{display:block;font-size:14px}.strip-item span{font-size:12px;color:var(--muted)}.section{padding:64px 0}.section-top{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section-top h2{margin-bottom:9px}.section-top p{margin:0;color:var(--muted)}.text-link{font-size:14px;font-weight:600;white-space:nowrap;border-bottom:1px solid var(--green);padding-bottom:5px}.grid-products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{background:var(--paper);border:1px solid var(--line);border-radius:11px;overflow:hidden}.product-image{height:170px;overflow:hidden;position:relative;background:#e7e5d9}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product:hover .product-image img{transform:scale(1.04)}.product-body{padding:19px}.product h3{font-family:var(--serif);font-size:28px;font-weight:400;margin:0 0 8px}.product-tag{font-size:11px;letter-spacing:1.1px;text-transform:uppercase;color:#6b735a;display:block;margin-bottom:7px}.pack-select{width:100%;padding:9px 10px;border:1px solid var(--line);border-radius:5px;background:var(--cream);margin:8px 0 15px;color:var(--ink);font-size:14px}.price-row{display:flex;align-items:center;justify-content:space-between;gap:6px}.price{font-size:23px;font-weight:600}.add{width:37px;height:37px;border-radius:50%;background:var(--green);color:var(--cream);display:grid;place-items:center}.product-note{font-size:12px;color:var(--muted);margin:20px 0 0}.story-mini{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;align-items:center}.story-photo{height:420px;object-fit:cover;width:100%;border-radius:10px}.story-copy p{color:var(--muted)}.story-copy .eyebrow{color:#65813c}.story-bg{background:#edf0e2}.quote{font-family:var(--serif);font-size:30px;line-height:1.3;border-left:3px solid #a4ca57;padding-left:23px;margin:25px 0;color:var(--green)}.pre-box{background:var(--green);color:var(--cream);border-radius:14px;padding:43px;display:flex;align-items:center;justify-content:space-between;gap:25px}.pre-box p{color:#d7dfcd;margin:0}.pre-box h2{font-size:37px}.pre-box .eyebrow{color:var(--lime);margin-bottom:12px}.footer{background:var(--deep);color:#e8ebdf;padding:42px 0 30px}.footer-top{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:35px}.footer .brand{color:var(--lime);margin-bottom:20px}.footer .brand small{color:#c1cdb6}.footer p,.footer a:not(.brand){font-size:14px;color:#c7d1be}.footer h3{font-size:14px;margin-bottom:12px}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-bottom{border-top:1px solid #35513a;margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#a9b9a0;font-size:12px}.footer-bottom button{background:none;color:var(--lime);font-size:13px;text-decoration:underline}.mobile-bottom{display:none}.whatsapp{position:fixed;right:24px;bottom:26px;width:53px;height:53px;background:#bce85e;color:var(--green);border-radius:50%;box-shadow:0 3px 15px #102b2430;z-index:25;display:grid;place-items:center}.page-title{padding:52px 0 34px}.page-title h1{font-size:56px;margin-bottom:16px}.page-title p{color:var(--muted);max-width:670px}.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:26px}.chips{display:flex;flex-wrap:wrap;gap:10px;margin:25px 0}.chip{padding:8px 16px;border:1px solid var(--line);background:transparent;border-radius:30px;font-size:14px;color:var(--muted)}.chip.active{background:var(--green);color:white;border-color:var(--green)}.callout{background:#edf1df;padding:20px 24px;border-radius:8px;margin:22px 0;font-size:14px}.cols{display:grid;grid-template-columns:1.15fr 1fr;gap:45px}.box{background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:27px}.box h3{font-family:var(--serif);font-size:30px;font-weight:400}.field{margin:0 0 17px}.field label{display:block;font-size:14px;font-weight:500;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;padding:12px;border:1px solid #d4dccd;border-radius:6px;background:var(--paper);color:var(--ink);min-width:0}.field textarea{resize:vertical;min-height:105px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.muted{color:var(--muted)}.detail-list{display:grid;gap:20px}.detail-row{display:flex;gap:16px}.detail-row strong{display:block;font-size:14px}.detail-row span{font-size:14px;color:var(--muted)}.faq{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{font-size:17px;font-weight:500;cursor:pointer}.faq p{margin:15px 0 0;color:var(--muted);max-width:760px}.event{display:grid;grid-template-columns:160px 1fr;gap:30px;align-items:center;margin-bottom:20px}.event img{height:150px;width:160px;object-fit:cover;border-radius:6px}.status{font-size:12px;background:#edf1df;color:#527131;padding:5px 10px;border-radius:25px;display:inline-block}.status.orange{background:#faead5;color:#936224}.status.grey{background:#ecede8;color:#6b7269}.status.red{background:#f8e5dd;color:#983f2e}.modal-bg{position:fixed;inset:0;z-index:100;background:#0b201a99;display:flex;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(3px)}.modal{background:var(--cream);border-radius:14px;width:530px;max-width:100%;max-height:90dvh;overflow:auto;padding:30px;box-shadow:0 20px 70px #0003}.modal.wide{width:690px}.modal-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}.modal-head h2{font-size:34px;margin:0}.close{background:#e8eddf;color:var(--ink);border-radius:50%;width:34px;height:34px;display:grid;place-items:center}.cart-line{display:grid;grid-template-columns:66px 1fr auto;gap:14px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-line img{width:66px;height:66px;object-fit:cover;border-radius:6px}.cart-line h3{font-size:16px;margin:0 0 4px}.qty{display:flex;align-items:center;gap:9px;margin-top:8px;font-size:14px}.qty button{background:#e9eddf;color:var(--ink);width:27px;height:27px;border-radius:4px}.remove{background:none;color:#895141;font-size:12px}.total{display:flex;justify-content:space-between;align-items:center;margin:23px 0;font-size:19px;font-weight:600}.empty{text-align:center;padding:35px 10px}.empty svg{width:40px;height:40px;margin-bottom:17px}.empty h3{font-family:var(--serif);font-size:30px;font-weight:400}.step-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.step-number{font-family:var(--serif);font-size:35px;color:#8ba74f;margin-bottom:10px}.step-list p{color:var(--muted);font-size:14px}.demo-label{font-size:12px;color:#765728;background:#fbefd7;padding:9px 12px;border-radius:5px;margin-bottom:20px}.center-page{max-width:600px;margin:auto;padding:60px 25px}.access-options{display:grid;gap:15px;margin-top:30px}.access-card{padding:22px;text-align:left;display:flex;align-items:center;gap:18px;border:1px solid var(--line);background:var(--paper);border-radius:10px;color:var(--ink)}.access-card strong{font-size:18px;display:block}.access-card small{color:var(--muted)}.dash{display:grid;grid-template-columns:215px 1fr;min-height:75vh}.sidebar{border-right:1px solid var(--line);background:#f1f2e7;padding:34px 23px}.sidebar .eyebrow{font-size:11px;letter-spacing:1.3px;margin-bottom:22px}.side-btn{display:flex;align-items:center;gap:10px;background:none;color:var(--muted);padding:12px;width:100%;text-align:left;border-radius:6px;font-size:14px;margin-bottom:5px}.side-btn.active{background:var(--green);color:white}.dash-main{padding:35px;min-width:0;max-width:1300px;width:100%;margin:auto}.dash-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:27px}.dash-heading h1{font-size:41px;margin:0 0 9px}.dash-heading p{margin:0;font-size:14px;color:var(--muted)}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:26px}.metric{padding:20px 23px;background:var(--paper);border:1px solid var(--line);border-radius:9px}.metric small{color:var(--muted);font-size:12px}.metric strong{display:block;font-family:var(--serif);font-size:36px;font-weight:400;margin:5px 0}.metric span{font-size:12px;color:#708060}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:8px;background:var(--paper)}table{border-collapse:collapse;width:100%;font-size:14px;white-space:nowrap}th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);background:#f0f2e9;padding:16px}td{padding:19px 16px;border-top:1px solid var(--line)}td button{background:transparent;color:var(--green);font-size:13px;font-weight:600;text-decoration:underline;text-underline-offset:4px}td small{display:block;color:var(--muted);font-size:12px}.dash .chips{margin-top:0}.inventory{display:grid;gap:12px}.inventory-item{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--paper);border:1px solid var(--line);padding:18px;border-radius:7px}.inventory-item img{width:64px;height:58px;border-radius:4px;object-fit:cover}.inventory-title{display:flex;align-items:center;gap:16px}.switch{border:0;padding:8px 14px;border-radius:30px;background:#dfedc6;color:#365a22;min-width:105px;font-size:13px}.switch.off{background:#f2dfd8;color:#934b33}.order-items{list-style:none;padding:0;margin:20px 0}.order-items li{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:12px 0;gap:20px}.success-icon{background:#dceec0;border-radius:50%;width:66px;height:66px;display:grid;place-items:center;margin:0 auto 18px}.success-icon svg{height:31px;width:31px}#toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%) translateY(150px);background:var(--deep);color:white;padding:13px 23px;max-width:90vw;z-index:150;border-radius:8px;box-shadow:0 5px 20px #0002;font-size:14px;transition:transform .25s}#toast.show{transform:translateX(-50%) translateY(0)}.menu-mobile{display:none}.fine{font-size:12px;color:var(--muted);line-height:1.5}.gap-top{margin-top:24px}.wide-copy{max-width:750px}.form-feedback{color:#477322;font-size:14px}.check{display:flex;gap:10px;font-size:14px;align-items:flex-start}.check input{margin-top:6px}.stock-badge{position:absolute;top:12px;left:12px;background:#faf8efed;padding:4px 10px;border-radius:4px;font-size:11px}.edit-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;align-items:end}.edit-grid .field{margin:0}.edit-grid+.edit-grid{margin-top:18px}.mobile-only{display:none}
@media(min-width:1450px){.hero-in{min-height:610px}.hero-copy{padding-top:90px}}
@media(max-width:1100px){.header-in{padding:15px 26px;gap:22px}.desktop-nav{gap:15px}.desktop-nav a{font-size:12px}.hero-copy{padding:55px 30px 45px 40px}.hero-photo{min-height:470px}.strip-in{padding:20px 40px}.wrap{padding:0 30px}.grid-products{gap:14px}.product-body{padding:15px}.product h3{font-size:25px}.dash{grid-template-columns:190px 1fr}.dash-main{padding:25px}}
@media(max-width:800px){.desktop-nav{display:none}.header-in{min-height:76px}.header-actions{margin-left:auto}.menu-button{display:grid;place-items:center}.menu-mobile.open{display:flex;flex-direction:column;gap:0;padding:10px 28px 22px;border-top:1px solid var(--line)}.menu-mobile a{padding:11px 0}.hero-in{grid-template-columns:1fr 1fr;min-height:470px}.hero-copy{padding:40px 25px}.hero h1{font-size:49px}.hero-photo{min-height:440px}.hero-photo img{inset:30px 20px 30px 0;width:calc(100% - 20px);height:calc(100% - 60px)}.hero-copy p{font-size:15px}.hero .actions{gap:10px}.hero .btn{padding:12px 16px}.grid-products{grid-template-columns:repeat(2,1fr)}.product-image{height:200px}.strip-in{gap:20px;padding:20px 30px}.strip-item:last-child{display:none}.story-mini{gap:30px}.story-photo{height:360px}.cols{gap:25px}.footer-top{gap:25px}.dash{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line);padding:12px 20px;display:flex;gap:8px;overflow:auto}.sidebar .eyebrow{display:none}.side-btn{width:auto;white-space:nowrap;margin:0}.metrics{gap:10px}.dash-main{padding:25px 20px}.metric{padding:16px}.event{grid-template-columns:140px 1fr}.event img{width:140px}}
@media(max-width:560px){body{padding-bottom:67px}.demo-bar{padding:6px 12px;font-size:10px}.header-in{padding:13px 20px;min-height:73px}.brand{font-size:29px}.brand small{font-size:8px;letter-spacing:1.3px}.header-actions{gap:7px}.lang{font-size:12px;padding:6px}.hero-in{display:flex;flex-direction:column}.hero-copy{padding:37px 25px 27px}.hero h1{font-size:52px;letter-spacing:-1.4px;max-width:350px;margin-bottom:20px}.hero p{font-size:16px;max-width:350px}.eyebrow{font-size:11px;letter-spacing:1.8px;margin-bottom:19px}.hero-link{margin-top:21px}.hero-photo{min-height:300px;padding:0 25px 25px}.hero-photo img{position:relative;inset:auto;width:100%;height:285px;border-radius:110px 110px 10px 10px;object-position:center}.photo-label{bottom:44px;left:43px;padding:9px 14px;font-size:12px}.photo-label strong{font-size:22px}.strip-in{padding:17px 24px;align-items:flex-start;gap:15px}.strip-item{gap:9px}.strip-item strong{font-size:12px}.strip-item span{font-size:10px}.strip-item svg{width:20px}.wrap{padding:0 22px}.section{padding:43px 0}.section-top{display:block;margin-bottom:23px}.section-top .text-link{display:inline-block;margin-top:17px}.section-top p{font-size:14px}.product-image{height:140px}.product-body{padding:13px 12px}.product h3{font-size:24px;line-height:1.05;min-height:50px}.product-tag{font-size:9px;letter-spacing:.7px}.pack-select{font-size:12px;padding:8px 6px;margin:4px 0 11px}.price{font-size:21px}.add{height:33px;width:33px}.grid-products{gap:12px}.product-note{font-size:11px}.story-mini{grid-template-columns:1fr;gap:28px}.story-photo{height:350px;object-position:center 35%}.story-copy p{font-size:15px}.pre-box{display:block;padding:29px}.pre-box .btn{margin-top:22px}.pre-box h2{font-size:33px}.footer-top{grid-template-columns:1fr 1fr;gap:28px}.footer-top>div:first-child{grid-column:1/-1}.footer-bottom{display:block;font-size:11px}.footer-bottom button{margin-top:14px;padding:0}.footer{padding-bottom:35px}.mobile-bottom{position:fixed;bottom:0;left:0;right:0;z-index:40;background:var(--cream);border-top:1px solid var(--line);display:flex;justify-content:space-around;min-height:66px;padding:9px 4px max(8px,env(safe-area-inset-bottom))}.mobile-bottom a,.mobile-bottom button{display:flex;flex-direction:column;align-items:center;gap:3px;background:none;color:#68735f;font-size:10px;width:20%;padding:0}.mobile-bottom a.active{color:var(--green);font-weight:700}.mobile-bottom svg{width:21px;height:21px}.whatsapp{bottom:83px;right:17px;width:49px;height:49px}.page-title{padding-top:35px}.page-title h1{font-size:43px}.page-title p{font-size:15px}.cols{grid-template-columns:1fr}.box{padding:22px}.form-row{grid-template-columns:1fr;gap:0}.event{grid-template-columns:1fr;gap:18px}.event img{width:100%;height:230px}.step-list{grid-template-columns:1fr;gap:8px}.step-number{font-size:28px;margin:0}.step-list h3{margin:3px 0 7px;font-size:18px}.step-list p{margin-bottom:20px}.modal-bg{padding:12px;align-items:flex-end}.modal{max-height:90dvh;padding:22px;border-radius:13px 13px 9px 9px}.modal-head h2{font-size:29px}.modal-head{margin-bottom:17px}.cart-line{grid-template-columns:53px 1fr auto;gap:10px}.cart-line img{height:53px;width:53px}.dash-heading{display:block}.dash-heading .btn{margin-top:18px}.dash-heading h1{font-size:36px}.metrics{grid-template-columns:1fr 1fr}.metric:last-child{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between}.metric:last-child strong{font-size:26px}.metric:last-child span{display:none}.metric strong{font-size:31px}.metric small{font-size:11px}.side-btn{font-size:12px;padding:9px}.side-btn svg{width:18px}.dash-main{padding:26px 16px}.inventory-item{padding:14px;gap:10px}.inventory-title{gap:10px}.inventory-title img{width:45px;height:48px}.inventory-title strong{font-size:14px}.switch{font-size:11px;min-width:89px;padding:8px}.inventory-title small{font-size:11px}.edit-grid{grid-template-columns:1fr 1fr}.edit-grid>strong{grid-column:1/-1}.mobile-only{display:block}#toast{bottom:84px;font-size:12px;padding:12px 17px}.fine{font-size:11px}.center-page{padding-top:35px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.brand-logo{display:block;width:174px;height:auto;border-radius:3px}.header .brand small{display:none}

.team-entry{display:flex;align-items:center;justify-content:center;min-width:40px;min-height:44px;color:var(--green)}.team-entry svg{width:22px;height:22px}.order-table .order-next{display:block;margin-top:10px;background:var(--green);color:var(--cream);border-radius:8px;padding:10px 14px;min-height:44px;font-size:14px}.order-table td button{min-height:44px}.order-table td small{font-size:14px}.side-btn{min-height:44px}
@media(max-width:560px){.header-in{padding-left:12px;padding-right:12px;gap:8px}.header .brand-logo{width:132px}.header-actions{gap:2px}.team-entry{min-width:36px}.order-table{overflow:visible;border:0;background:transparent}.order-table table,.order-table tbody{display:block;width:100%}.order-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.order-table tr{display:grid;grid-template-columns:1fr 1fr;background:var(--paper);border:1px solid var(--line);border-radius:12px;margin-bottom:14px;padding:16px;gap:12px}.order-table td{display:block;border:0;padding:0;white-space:normal;font-size:16px}.order-table td:first-child,.order-table td:nth-child(2),.order-table td:last-child{grid-column:1/-1}.order-table td[data-label]::before{content:attr(data-label);display:block;font-size:14px;color:var(--muted);margin-bottom:4px}.order-table td:last-child{display:flex;align-items:center;flex-wrap:wrap;gap:12px;border-top:1px solid var(--line);padding-top:12px}.order-table .order-next{margin:0}.order-table .status{font-size:14px;white-space:normal}.order-table td small{white-space:normal}.side-btn{font-size:14px}.switch{font-size:14px;min-height:44px}.demo-bar{font-size:12px}.fine{font-size:12px}.mobile-bottom a,.mobile-bottom button{font-size:12px}.pack-select{font-size:14px}.add{width:44px;height:44px}}

/* Vainarico: light culinary editorial direction. */
:root{--green:#194a33;--deep:#183729;--cream:#ffffff;--paper:#ffffff;--ink:#263d30;--muted:#626d63;--line:#d9dfd7}
body{background:#f1f4ee}#app{max-width:1440px;margin:auto;background:white;min-height:100vh}.demo-bar{background:#f1f4ee;color:#445c47;border-bottom:1px solid var(--line);font-size:12px;letter-spacing:.2px}.header{position:relative;top:auto;background:white;border:0}.header-in{max-width:1200px;display:grid;grid-template-columns:1fr auto 1fr;gap:24px;padding:45px 40px 0;min-height:0}.header .brand{grid-column:2;grid-row:1;justify-self:center}.header .brand-logo{width:300px;border-radius:0}.header-actions{grid-column:3;grid-row:1;justify-self:end;gap:10px}.desktop-nav{grid-column:1/-1;grid-row:2;display:flex;justify-content:center;flex-wrap:wrap;gap:28px;width:100%;margin:10px 0 0;padding:15px 0;border-top:1px solid #879785;border-bottom:1px solid #879785}.desktop-nav a{font-size:14px;text-transform:uppercase;letter-spacing:1.3px;font-weight:400;padding:9px 0}.desktop-nav a.active{font-weight:700}.cart-button{background:#f0f4ec;color:var(--green)}.count{background:var(--green);color:white}.lang{font-size:14px}.wrap{max-width:1200px;padding:0 40px}.btn{border-radius:0;letter-spacing:.7px;font-size:14px;min-height:48px}.btn.lime{background:var(--green);color:white}.editorial-home .hero{max-width:1120px;margin:38px auto 0;background:#29452e;color:white}.editorial-home .hero-in{display:grid;place-items:center;position:relative;min-height:480px;max-width:none}.editorial-home .hero-copy{position:relative;z-index:2;text-align:center;padding:45px 30px;max-width:800px}.editorial-home .hero h1{font-family:var(--sans);font-size:clamp(32px,3.7vw,52px);font-weight:400;letter-spacing:2px;text-transform:uppercase;line-height:1.2;margin:0 auto 22px;max-width:760px;color:white}.editorial-home .hero .eyebrow{font-size:13px;letter-spacing:2.5px;font-weight:500;color:white;margin-bottom:20px}.editorial-home .hero p{font-size:17px;line-height:1.65;max-width:540px;margin:0 auto 25px;color:white}.editorial-home .hero .actions{justify-content:center;gap:14px}.editorial-home .hero .btn.lime{background:white;color:var(--green);border:1px solid white}.editorial-home .hero .btn.outline{border:1px solid white;color:white;background:#10291a30}.editorial-home .hero-link{margin-top:22px;color:white}.editorial-home .hero-photo{position:absolute;inset:0;padding:0;min-height:0;display:block}.editorial-home .hero-photo img{position:absolute;inset:0;width:100%;height:100%;border-radius:0;object-fit:cover;object-position:center 38%;filter:none}.editorial-home .hero-photo::after{content:'';position:absolute;inset:0;background:#12261891}.editorial-home .photo-label{display:none}.editorial-home .strip{background:white;max-width:1120px;margin:auto}.editorial-home .strip-in{padding:26px 0;gap:20px}.editorial-home .strip-item strong{font-size:14px;font-weight:500}.editorial-home .strip-item span{font-size:13px}.editorial-home .section{padding:58px 0}.editorial-home .section-top{align-items:center;border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:30px}.editorial-home .section-top h2{font-family:var(--sans);font-size:30px;font-weight:400;letter-spacing:1.4px}.editorial-home .section-top p{font-size:16px}.grid-products{gap:26px}.product{border:0;border-radius:0;background:white}.product-image{height:205px;border-radius:0}.product-body{padding:20px 0;border-bottom:1px solid var(--line)}.product h3{font-family:var(--serif);font-size:32px}.product-tag{font-size:12px;letter-spacing:1.5px}.pack-select{border-radius:0;background:white;font-size:14px}.add{width:44px;height:44px}.price{font-size:22px;font-weight:500}.product-note{font-size:13px}.editorial-home .story-bg{background:#f5f7f2;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.editorial-home .story-mini{grid-template-columns:1fr 1fr;gap:65px}.editorial-home .story-photo{height:450px;border-radius:0;object-position:center 65%}.editorial-home .story-copy .eyebrow{font-size:13px;color:var(--green)}.editorial-home .story-copy h2{font-size:47px;line-height:1.15}.editorial-home .story-copy h2 em{color:#577744}.editorial-home .story-copy p{font-size:16px;line-height:1.8}.editorial-home .pre-box{background:white;color:var(--green);border:1px solid #95a58d;border-radius:0;padding:40px}.editorial-home .pre-box .eyebrow{color:#577744}.editorial-home .pre-box p{color:var(--muted)}.footer{background:#edf2e8;color:var(--green);border-top:1px solid #b8c6b0}.footer .brand,.footer .brand small,.footer h3,.footer-bottom button{color:var(--green)}.footer p,.footer a:not(.brand),.footer-bottom,.footer .small{color:#4b604d}.footer .fine{color:#4b604d!important}.footer-bottom{border-top:1px solid #bdcbb7}.page-title{padding-top:42px}.menu-mobile{background:white}
@media(max-width:1200px){.editorial-home .hero,.editorial-home .strip{margin-left:40px;margin-right:40px}.desktop-nav{gap:20px}.desktop-nav a{font-size:14px;letter-spacing:.5px}.header-in{padding-top:35px;gap:20px}.header .brand-logo{width:245px}.header-actions{gap:6px}}
@media(max-width:800px){.header-in{grid-template-columns:1fr auto;padding:24px 25px;gap:15px;border-bottom:1px solid var(--line)}.header .brand{grid-column:1;justify-self:start}.header .brand-logo{width:210px}.header-actions{grid-column:2;margin:0}.desktop-nav{display:none}.menu-button{display:grid;place-items:center;min-width:40px;min-height:44px}.menu-mobile.open{border-top:0}.editorial-home .hero{margin:25px 25px 0}.editorial-home .strip{margin:0 25px}.editorial-home .hero-in{min-height:460px}.editorial-home .hero-copy{padding:40px 25px}.editorial-home .hero h1{font-size:38px}.editorial-home .strip-in{padding:23px 0}.product-image{height:235px}.editorial-home .story-mini{gap:32px}.editorial-home .story-copy h2{font-size:38px}.editorial-home .story-photo{height:430px}.grid-products{gap:24px}}
@media(max-width:560px){.header-in{padding:18px 12px;gap:8px}.header .brand-logo{width:145px}.header-actions{gap:2px}.team-entry{min-width:32px}.lang{padding:6px;font-size:12px}.cart-button{width:38px;height:40px}.menu-button{min-width:30px;padding:3px}.editorial-home .hero{margin:20px 16px 0}.editorial-home .hero-in{min-height:490px}.editorial-home .hero-copy{padding:35px 18px}.editorial-home .hero h1{font-size:32px;line-height:1.25;letter-spacing:.8px;max-width:100%;margin-bottom:20px}.editorial-home .hero .eyebrow{font-size:12px;line-height:1.7;letter-spacing:1.2px;margin-bottom:18px}.editorial-home .hero p{font-size:16px;max-width:320px}.editorial-home .hero .actions{display:flex;flex-direction:column;align-items:stretch;max-width:280px;margin:auto}.editorial-home .hero .btn{width:100%;padding:12px}.editorial-home .hero-photo img{inset:0;width:100%;height:100%;object-position:60% center}.editorial-home .strip{margin:0 22px}.editorial-home .strip-in{display:block;padding:16px 0}.editorial-home .strip-item,.editorial-home .strip-item:last-child{display:flex;padding:9px 0}.editorial-home .strip-item span{font-size:13px}.editorial-home .section{padding:42px 0}.editorial-home .section-top{display:block;padding-bottom:20px}.editorial-home .section-top h2{font-size:28px;letter-spacing:.6px}.editorial-home .section-top p{font-size:15px}.grid-products{gap:16px}.product-image{height:145px}.product-body{padding:15px 0}.product h3{font-size:27px;min-height:56px}.product-tag{font-size:12px;letter-spacing:.3px}.editorial-home .story-mini{grid-template-columns:1fr;gap:28px}.editorial-home .story-photo{height:370px}.editorial-home .story-copy h2{font-size:39px}.editorial-home .pre-box{padding:26px}.editorial-home .pre-box h2{font-size:33px}.footer{padding-top:35px}.wrap{padding:0 22px}}

.reference-badge{position:absolute;bottom:8px;left:8px;background:#ffffffed;color:#304632;padding:4px 8px;font-size:12px;line-height:1.5}.reference-caption{text-align:center;font-size:12px;color:var(--muted);margin:10px 22px 18px}.reference-gallery{padding-bottom:36px}.reference-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.reference-gallery-grid img{width:100%;height:290px;object-fit:cover}.editorial-home .hero-photo img{object-position:center 48%}.product-image img{object-position:center}.editorial-home .hero-photo::after{background:#10221780}@media(max-width:560px){.reference-gallery-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.reference-gallery-grid img{height:190px}.reference-gallery-grid img:first-child{grid-column:1/-1;height:270px}.reference-badge{font-size:12px;left:4px;bottom:4px;padding:3px 5px}.reference-gallery{padding-bottom:22px}}

.chef-film{margin:0;max-width:420px;width:100%;justify-self:center}.chef-film video{display:block;width:100%;height:auto;aspect-ratio:7/10;background:#183729;object-fit:contain}.chef-film figcaption{font-size:13px;color:var(--muted);margin-top:10px;line-height:1.5}

.wa-button{background:#196a44;color:white}.wa-preview{background:#eef3e9;border:1px solid #cbd9c8;margin-bottom:22px}.wa-preview-heading{background:#195b3c;color:white;padding:14px 18px;font-weight:600}.wa-message{font:15px/1.7 var(--sans);white-space:pre-wrap;overflow-wrap:anywhere;margin:16px;padding:18px;background:white;border-radius:8px;user-select:text}.wa-demo{margin-top:24px;border-top:1px solid var(--line);padding-top:16px}.wa-demo summary{cursor:pointer;font-size:14px}.wa-demo p{margin-top:14px}

.social-links{display:flex;flex-wrap:wrap;gap:12px}.social-links a{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:8px 10px;border:1px solid var(--line);background:#ffffffa6;color:var(--green)!important;font-size:14px;border-radius:5px}.social-links a:hover{background:#e3eddc;border-color:#78926e}.social-links .social-icon{width:23px;height:23px}.facebook-icon{fill:currentColor;stroke:none}.instagram-icon{fill:none;stroke:currentColor;stroke-width:1.8}.instagram-dot{fill:currentColor;stroke:none}

/* Original logo supplied by the business; frame trims only outer whitespace. */
.original-logo-frame{display:block;position:relative;width:180px;height:180px;overflow:hidden;border-radius:50%;background:#fff}
.header .brand-logo.original-logo,.footer .brand-logo.original-logo{position:absolute;max-width:none;width:100%;height:100%;object-fit:contain;left:0;top:0;margin:0}
.footer .original-logo-frame{width:112px;height:112px;margin-bottom:12px}
@media(max-width:560px){.header .original-logo-frame{width:90px;height:90px}}

.chef-portrait img{width:100%;height:auto;display:block}.wide-copy>.chef-film{max-width:420px;margin:0 auto 40px}

/* Warm food palette, retaining Vainarico's original green identity. */
:root{--cream:#fff9ef;--paper:#fffdf7;--line:#e5dac6;--orange:#b4481b;--orange-hover:#913713;--gold:#e7b44d;--muted:#686456}
body{background:#f0e7d8}
#app,.header,.menu-mobile{background:var(--cream)}
.header-in,.desktop-nav{border-color:var(--line)}
.demo-bar{background:#f6e4bd;color:#4c442e}
.desktop-nav a.active:after{background:var(--orange)}
.cart-button{background:#f5e5c7;color:var(--green)}
.count{background:var(--orange);color:#fff}
.btn:not(.outline):not(.subtle):not(.danger):not(.wa-button){background:var(--orange);color:white}
.btn:not(.outline):not(.subtle):not(.danger):not(.wa-button):not(:disabled):hover{background:var(--orange-hover)}
.editorial-home .hero .btn.lime{background:var(--orange);color:white;border-color:var(--orange)}
.editorial-home .hero .btn.lime:hover{background:var(--orange-hover);border-color:var(--orange-hover)}
.btn.outline{border-color:#a58d67}
.editorial-home .hero .btn.outline{border-color:#fff;color:#fff}
.btn.subtle{background:#f6e9d1;color:var(--green)}
.editorial-home .strip{background:var(--cream);border-bottom-color:#dcb269}
.strip-item svg,.product-tag{color:#97501f}
.story-bg,.editorial-home .story-bg{background:#f7ecd8;border-color:#e7d5b3}
.editorial-home .pre-box{background:#fff3d9;border-color:#ce9d45;border-top:4px solid var(--gold)}
.editorial-home .pre-box .eyebrow{color:#92501e}
.footer{background:#f2e5ca;border-top-color:#d7bb86}
.footer-bottom{border-top-color:#d7bb86}
.social-links a{background:#fff9ef;border-color:#d8c7a7}
.social-links a:hover{background:#faedce;border-color:#b78b3e}
