@charset "UTF-8";
:root{--cream:#fbf6ed;--paper:#fffdf9;--red:#7b3028;--red-dark:#57221e;--ink:#302924;--muted:#71655b;--line:#ded4c6;--gold:#b18041;--blue:#1262b1;--radius:6px;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--cream);font-size:16px;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:115px}body{margin:0}button,a,input,select{touch-action:manipulation}button,input,select,textarea{font:inherit}button,a{ -webkit-tap-highlight-color:transparent}a{color:inherit}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--gold);outline-offset:4px}img{display:block;max-width:100%;height:auto}h1,h2,h3,p,figure{margin:0}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:500;letter-spacing:-.04em}h2{font-size:clamp(2.1rem,4vw,3.25rem);line-height:1.12}a{text-decoration:none}.wrap{width:min(1240px,calc(100% - 96px));margin-inline:auto}.topline{background:var(--red);color:#fff5e6;text-align:center;letter-spacing:.18em;font-size:.75rem;padding:12px 20px}.topline span{margin:0 12px}.header{height:109px;padding:10px max(48px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--cream);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.brand{width:128px;flex-shrink:0}.brand img{width:128px;height:86px;object-fit:contain;mix-blend-mode:multiply}.header nav{display:flex;gap:36px;font-size:.9rem}.header nav a:hover{color:var(--red);text-decoration:underline;text-underline-offset:6px}.button{border:1px solid var(--red);border-radius:var(--radius);background:var(--red);color:white;min-height:50px;padding:15px 23px;display:inline-flex;align-items:center;justify-content:center;gap:20px;font-size:.9rem;font-weight:600;transition:background .2s}.button:hover{background:var(--red-dark)}.button.small{min-height:45px;padding:11px 17px;gap:12px}.button span#cart-count{border-radius:50%;background:#fff2e5;color:var(--red);min-width:23px;height:23px;display:grid;place-items:center}.hero{padding-top:46px;padding-bottom:56px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.eyebrow{font-size:.75rem;letter-spacing:.17em;color:var(--red);font-weight:700;margin-bottom:22px;line-height:1.7}h1{font-size:clamp(3rem,5.3vw,5rem);line-height:1.035}h1 em{color:var(--red);font-weight:500}.intro{max-width:430px;line-height:1.8;color:var(--muted);margin-top:25px}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:30px}.text-link{font-size:.9rem;text-decoration:underline;text-underline-offset:5px;line-height:1.5}.hero-hours{font-size:.75rem;color:var(--muted);margin-top:30px;line-height:1.6}.hero-hours span{margin:0 6px}.hero-photo{position:relative;min-width:0}.hero-photo>img{width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;object-position:center;border-radius:6px 6px 0 0}.hero-photo figcaption{position:relative;background:var(--paper);border:1px solid var(--line);padding:18px 24px;margin:-2px 0 0;border-radius:0 0 6px 6px}.hero-photo figcaption>span{font-size:.75rem;letter-spacing:.14em;color:var(--muted)}.hero-photo strong{display:flex;justify-content:space-between;gap:10px;font-family:Georgia,serif;font-size:1.35rem;margin-top:7px;font-weight:500}.hero-photo b{color:var(--red);font-weight:500}.tradition-strip{border-block:1px solid var(--line);padding:25px 36px;display:flex;justify-content:center;align-items:center;gap:65px;font-size:.75rem;letter-spacing:.14em;color:var(--red)}.tradition-strip i{font-size:1.2rem;font-style:normal}.menu-section{padding-block:78px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}.section-heading .eyebrow{margin-bottom:13px}.section-heading>p{font-size:.9rem;line-height:1.8;color:var(--muted)}.filters{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:18px}.filter{border:1px solid var(--line);color:var(--ink);border-radius:30px;background:transparent;padding:11px 19px;min-height:44px;font-size:.875rem}.filter[aria-pressed=true]{background:var(--red);color:white;border-color:var(--red)}.menu-note{font-size:.8rem;color:var(--muted);margin-bottom:26px;line-height:1.6}.catalog{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.product{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);overflow:hidden;display:flex;flex-direction:column}.product>img{width:100%;aspect-ratio:1;object-fit:contain}.product-body{padding:22px;display:flex;flex-direction:column;flex:1}.product h3{font:500 1.4rem/1.25 Georgia,serif;display:flex;gap:12px;justify-content:space-between}.product h3 span{color:var(--red);white-space:nowrap}.product p{font-size:.875rem;line-height:1.7;color:var(--muted);margin-top:12px}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:12px}.skip:focus{top:10px}
@media(min-width:1600px){.hero{padding-block:60px}}@media(max-width:1000px){.wrap{width:calc(100% - 48px)}.header{padding-inline:24px}.hero{gap:32px}.hero-actions{gap:16px;flex-wrap:wrap}.tradition-strip{gap:28px}.catalog{gap:20px}.section-heading>p{max-width:235px}}
@media(max-width:700px){html{scroll-padding-top:90px}.topline{font-size:.75rem;letter-spacing:.11em;padding:10px 8px}.topline span{margin:0 4px}.header{height:84px;padding:8px 20px;gap:12px}.brand,.brand img{width:94px;height:66px}.header nav{display:none}.wrap{width:calc(100% - 40px)}.hero{grid-template-columns:1fr;gap:32px;padding-top:35px;padding-bottom:35px}h1{font-size:3.35rem}.eyebrow{font-size:.75rem;margin-bottom:17px}.intro{font-size:.95rem;margin-top:22px}.hero-hours{margin-top:20px}.hero-actions{margin-top:23px;gap:20px}.hero-photo{max-width:480px;width:100%;margin:auto}.hero-photo>img{border-radius:6px 6px 0 0}.tradition-strip{padding:18px 12px;gap:12px;flex-wrap:wrap;font-size:.75rem;letter-spacing:.05em}.tradition-strip i{font-size:.8rem}.menu-section{padding-block:48px}.section-heading{display:block}.section-heading>p{margin-top:16px;max-width:none}.catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-body{padding:16px}.product h3{font-size:1.2rem;flex-direction:column;gap:6px}.product p{font-size:.85rem}.filter{padding-inline:15px}.hero-photo strong{font-size:1.3rem}}
@media(max-width:430px){.catalog{grid-template-columns:1fr}.product h3{flex-direction:row}.hero-actions .button{gap:10px;padding-inline:16px}h1{font-size:3.1rem}}
.product-image{position:relative;background:#f0e9de}.product-image img{width:100%;aspect-ratio:1;object-fit:contain}.brand-image{aspect-ratio:1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:40px 30px;background:#f1e9db}.brand-image img{aspect-ratio:auto;mix-blend-mode:multiply;opacity:.75;max-width:240px}.brand-image>span{margin-top:30px;font-size:.75rem;color:var(--muted);text-align:center}.portion{text-transform:uppercase;color:var(--red);font-size:.75rem;font-weight:700;letter-spacing:.08em;margin-bottom:12px;line-height:1.5}.product p.image-note{font-size:.75rem;line-height:1.5;font-style:italic}.product p.product-condition{color:var(--red);font-size:.8rem}.add-button{border:1px solid var(--line);border-radius:4px;background:transparent;display:flex;align-items:center;justify-content:space-between;padding:11px 14px;min-height:46px;width:100%;margin-top:auto;color:var(--red);font-size:.875rem;font-weight:600}.product p:last-of-type{margin-bottom:22px}.add-button span{font-size:1.4rem;font-weight:400}.add-button:hover{background:var(--red);border-color:var(--red);color:white}.story{background:#ece2d2;padding-block:64px}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.story-photo img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:5px}.story-copy>p:not(.eyebrow){color:var(--muted);line-height:1.85;margin-top:22px}.story-copy>.text-link{display:inline-block;margin-top:28px;color:var(--red)}.special{padding-block:65px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:40px}.special h2{font-size:2.25rem}.special .eyebrow{margin-bottom:15px}.special p:not(.eyebrow){color:var(--muted);line-height:1.8;max-width:570px;margin-top:16px}.outline{background:transparent;color:var(--red)}.outline:hover{background:var(--red);color:white}.special>.button{flex-shrink:0}.visit{padding-block:85px;display:grid;grid-template-columns:1.1fr 1fr;gap:90px}.visit-heading>p:not(.eyebrow){margin-block:25px;line-height:1.8;color:var(--muted)}.visit-details>div{display:flex;gap:25px;padding:0 0 28px;margin-bottom:25px;border-bottom:1px solid var(--line)}.visit-details>div:last-child{border:0;margin-bottom:0;padding-bottom:0}.detail-number{font-size:.8rem;color:var(--gold);padding-top:7px}.visit-details h3{font:1.5rem Georgia,serif;margin-bottom:12px}.visit-details p{font-size:.95rem;line-height:1.8;color:var(--muted)}.visit-details .text-link{display:inline-block;margin-top:13px;color:var(--red)}.visit-details p.closed-day{color:var(--red);font-size:.8rem;margin-top:5px}.phone{display:inline-block;font-size:1.2rem;color:var(--red);margin-bottom:8px}.final-cta{background:var(--red);color:var(--cream);text-align:center;padding:55px 20px}.final-cta .eyebrow{color:#ebcdb0;margin-bottom:15px}.final-cta h2{font-size:clamp(2rem,4vw,3.2rem)}.final-cta .button{margin-top:26px}.button.light{background:var(--cream);color:var(--red);border-color:var(--cream)}footer{background:#efe6d8;padding-top:45px}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;padding-bottom:36px}.footer-brand{font:bold 1.5rem Georgia,serif;color:var(--red);letter-spacing:.04em}.footer-main p{font-size:.85rem;color:var(--muted);line-height:1.8;margin-top:10px}.footer-main p.footer-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;margin:0 0 10px;color:var(--red)}.footer-main>div:not(:first-child)>a{display:block;font-size:.85rem;margin-top:12px}.footer-main a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid #d8cbbb;padding-block:20px;display:flex;justify-content:space-between;font-size:.75rem;color:var(--muted)}.footer-bottom a{text-decoration:underline;text-underline-offset:4px}
.modal-open{overflow:hidden}dialog{color:var(--ink);background:var(--paper);border:0;border-radius:12px;padding:0;width:min(600px,calc(100% - 30px));max-height:90dvh;overscroll-behavior:contain;box-shadow:0 20px 100px #0004}dialog::backdrop{background:#241a14b8;backdrop-filter:blur(4px)}.dialog-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:27px 30px 20px;border-bottom:1px solid var(--line)}.dialog-header h2{font-size:2.3rem}.dialog-header .eyebrow{font-size:.75rem;margin-bottom:8px}.icon-button{border:1px solid var(--line);border-radius:50%;background:transparent;color:inherit;flex-shrink:0;font-size:1.7rem;line-height:1;width:44px;height:44px;display:grid;place-items:center}.icon-button:hover{background:#0001}.cart-lines{padding:0 30px}.cart-line{padding:22px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px}.cart-line h3{font:1.15rem/1.4 Georgia,serif}.cart-line p{font-size:.8rem;color:var(--muted);margin-top:6px}.cart-line-right{text-align:right;flex-shrink:0}.cart-line-right>strong{color:var(--red);font-weight:600}.remove{border:0;background:none;color:var(--red);text-decoration:underline;padding:10px 0;font-size:.8rem;min-height:40px}.quantity{display:flex;align-items:center;border:1px solid var(--line);border-radius:4px;margin-top:10px}.quantity button{width:40px;height:42px;font-size:1.3rem;background:transparent;color:var(--red);border:0}.quantity span{width:29px;text-align:center;font-size:.9rem}.cart-summary{padding:25px 30px 30px}.total-row{display:flex;justify-content:space-between;align-items:center;gap:15px;font-size:1rem}.total-row>strong{color:var(--red);font-size:1.6rem}.total-row small{font-size:.75rem}.fees{font-size:.8rem!important;line-height:1.7;color:var(--muted);margin-top:15px}.confirmation-note{font-size:.8rem;line-height:1.65;padding:13px;background:var(--cream);border-left:3px solid var(--gold);margin-block:18px}.cart-summary>.button{width:100%;margin-top:10px}.whatsapp-button{background:#236042;border-color:#236042}.whatsapp-button:hover{background:#16472e}.payment-button{background:var(--blue);border-color:var(--blue);color:white}.payment-button:hover{background:#104f8d;border-color:#104f8d}.demo-footnote{font-size:.75rem;color:var(--muted);text-align:center;line-height:1.65;margin-top:12px}.empty-cart{text-align:center;padding:45px 30px}.empty-cart>span{font-size:3rem;color:var(--gold)}.empty-cart h3{font:1.6rem Georgia,serif;margin-top:20px}.empty-cart p{color:var(--muted);line-height:1.7;margin-block:15px 25px}.mobile-cart{display:none}#toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%,20px);opacity:0;pointer-events:none;transition:.2s;z-index:20;background:var(--ink);color:white;padding:13px 24px;border-radius:6px;font-size:.9rem;max-width:calc(100% - 35px);text-align:center;box-shadow:0 5px 25px #0002}#toast.visible{opacity:1;transform:translate(-50%,0)}
.payment-dialog{width:min(650px,calc(100% - 30px))}.payment-top{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#e6f2ff;padding:23px 28px;color:#174771}.payment-kicker{font-size:.75rem;font-weight:700;letter-spacing:.12em;margin-bottom:9px}.payment-top h2{font-size:1.85rem;letter-spacing:-.03em}.demo-warning{background:#fff1cb;color:#684e14;padding:16px 28px;border-block:1px solid #ead9a8;line-height:1.6;position:sticky;top:0;z-index:2}.demo-warning strong{font-size:.875rem}.demo-warning p{font-size:.75rem;margin-top:3px}#payment-content{padding:25px 28px 30px}.step-label{font-size:.75rem;letter-spacing:.1em;color:#46719a;font-weight:700;margin-bottom:17px}#payment-content>h3{font:1.5rem Georgia,serif;margin-bottom:17px}.branch-box{background:#edf4fb;border:1px solid #c9ddef;padding:17px;border-radius:6px;font-size:.9rem}.branch-box p{line-height:1.65;color:var(--muted);margin-top:7px}.demo-items{margin-top:22px}.demo-items>div{display:flex;justify-content:space-between;gap:20px;font-size:.875rem;line-height:1.6;padding:10px 0;border-bottom:1px solid #e4e6e9}.demo-items b{white-space:nowrap;font-weight:500}.demo-items .demo-total{padding-top:20px;border:0;color:#174771}.demo-actions{display:flex;gap:12px;margin-top:25px;flex-wrap:wrap}.demo-actions>.button{flex:1;font-size:.85rem;padding-inline:14px;gap:9px}.payment-intro{font-size:.875rem;line-height:1.75;color:var(--muted)}.fake-card{background:#174771;color:white;border-radius:12px;padding:25px;margin-top:20px}.fake-card>span{font-size:.75rem;letter-spacing:.12em}.fake-card>strong{display:block;font-size:1.6rem;letter-spacing:.08em;margin-block:27px}.fake-card>div{display:flex;gap:36px;font-size:.75rem;color:#bdd4ed}.fake-card b{display:block;color:white;margin-top:6px}.demo-email{padding-block:20px;font-size:.85rem;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.demo-email>span{color:var(--muted)}.demo-email strong{font-weight:500}#payment-content>.total-row{border-block:1px solid var(--line);padding-block:17px;margin-bottom:25px}#payment-content>.total-row strong{font-size:1.2rem;color:#174771}.result-options{margin:0;padding:0;border:0;display:flex;flex-direction:column;gap:10px}.result-options legend{font-size:.9rem;font-weight:600;margin-bottom:15px}.result-button{border:1px solid;border-radius:5px;min-height:46px;font-size:.875rem;padding:12px}.result-button.approved{color:#1d6544;border-color:#afd2bd;background:#e9f5ed}.result-button.pending{color:#785815;border-color:#e5ce91;background:#fff6da}.result-button.rejected{color:#943b39;border-color:#e6b3b2;background:#fbeceb}.back-button{border:0;background:none;color:var(--blue);padding:15px 0 0;font-size:.875rem;min-height:44px}.result-state{text-align:center;border-radius:7px;padding:22px;background:#f2f5f9}.result-state>span{font-size:2rem}.result-state.approved{color:#236042;background:#e9f5ed}.result-state.pending{color:#785815;background:#fff6da}.result-state.rejected{color:#943b39;background:#fbeceb}.result-state h3{font:1.65rem Georgia,serif;margin-top:9px}.result-state p{font-size:.85rem;line-height:1.7;margin-top:10px}.receipt-meta{margin-top:20px;font-size:.875rem}.receipt-meta>div{display:flex;justify-content:space-between;gap:20px;padding-block:8px}.receipt-meta span{color:var(--muted)}.receipt-meta>p{line-height:1.7;margin-top:10px}.invalid-receipt{font-size:.75rem;color:#684e14;line-height:1.7;padding:13px;border:1px dashed #c7af70;margin-top:20px}.branch-preview{border:1px solid #c9ddef;border-radius:6px;padding:15px;margin-top:20px}.branch-preview summary{cursor:pointer;font-size:.875rem;font-weight:600;color:#174771;line-height:1.6}.branch-preview>p{font-size:.75rem;font-weight:700;color:var(--muted);letter-spacing:.05em;margin-top:15px}.branch-preview pre{white-space:pre-wrap;overflow-wrap:anywhere;font: .8rem/1.7 Arial,sans-serif;margin-bottom:0;color:var(--muted)}
@media(max-width:1000px){.story-grid{gap:40px}.visit{gap:40px}.special{gap:25px}.special>.button{flex-shrink:1;min-width:220px}.product h3{font-size:1.22rem}}
@media(max-width:700px){.story{padding-block:40px}.story-grid,.visit{grid-template-columns:1fr;gap:35px}.story-copy h2{font-size:2.2rem}.special{padding-block:42px;display:block}.special>.button{margin-top:23px}.special h2{font-size:2rem}.visit{padding-block:48px}.visit-details>div{gap:18px}.final-cta{padding-block:42px}.footer-main{grid-template-columns:1fr 1fr;gap:28px}.footer-main>div:first-child{grid-column:1/-1}.footer-bottom{gap:20px;line-height:1.6;padding-bottom:95px}.mobile-cart:not([hidden]){position:fixed;display:flex;bottom:14px;left:20px;right:20px;z-index:9;box-shadow:0 4px 20px #0003;gap:8px}.mobile-cart strong{margin-left:auto}.dialog-header{padding:20px}.dialog-header h2{font-size:2rem}.cart-lines{padding-inline:20px}.cart-summary{padding:22px 20px}.cart-line{gap:12px}.cart-line h3{font-size:1.05rem}.quantity button{width:36px}.quantity span{width:24px}dialog{width:calc(100% - 20px);max-height:94dvh;border-radius:10px}.payment-top{padding:20px}.payment-top h2{font-size:1.6rem}.demo-warning{padding:13px 20px}.demo-warning strong{font-size:.8rem}.demo-warning p{font-size:.75rem}#payment-content{padding:22px 20px}.demo-actions{flex-direction:column}.fake-card>strong{font-size:1.4rem}.demo-total{flex-wrap:wrap}#toast{bottom:85px;font-size:.8rem}.brand-image{padding:30px 25px}.brand-image>span{font-size:.75rem}.image-note{font-size:.75rem!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
