:root{--espresso:#2b1d16;--cream:#f8f3e6;--red:#d63624;--gold:#e59f45;--green:#346b39;--white:#fff;--ink:#382b25}*{box-sizing:border-box}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}body{margin:0;max-width:100%;overflow-x:hidden;background:var(--cream);color:var(--ink);font-family:Poppins,Arial,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}.site-header{height:76px;padding:0 max(5vw,24px);background:#fffdf8;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10;border-bottom:1px solid #eadfce}.brand{color:var(--espresso);font-family:'Alfa Slab One',serif;font-size:20px;text-decoration:none;white-space:nowrap}.brand i{font-family:Poppins,sans-serif;font-size:10px;text-transform:uppercase;font-style:normal;letter-spacing:1px;display:block;margin-left:29px;margin-top:-3px}.site-header nav{display:flex;gap:26px}.site-header nav a{color:var(--espresso);font-size:13px;font-weight:600;text-decoration:none}.site-header nav a:hover{color:var(--red)}.cart-button{border:0;border-radius:30px;background:var(--espresso);color:#fff;padding:10px 14px;font-size:16px}.cart-button b{font-size:12px;background:var(--red);border-radius:50%;padding:1px 6px;margin-left:2px}.hero{min-height:500px;display:flex;align-items:center;overflow:hidden;padding:54px max(8vw,24px);background:radial-gradient(circle at 73% 45%,#f1d688 0 14%,transparent 14.2%),linear-gradient(110deg,#f8f3e6 0 56%,#e59f45 56%)}.hero-copy{max-width:550px;position:relative;z-index:2}.eyebrow{color:var(--red);text-transform:uppercase;letter-spacing:2px;font-weight:700;font-size:11px;margin:0 0 10px}.hero h2,.section-heading h2,.drawer-header h2,.checkout-modal h2{font-family:'Alfa Slab One',serif;color:var(--espresso);margin:0;line-height:1.12}.hero h2{font-size:clamp(38px,6vw,70px)}.hero h2 em{color:var(--red);font-style:normal}.hero-copy>p:not(.eyebrow){max-width:410px;font-size:15px;line-height:1.7;margin:20px 0 27px}.primary-button{border:0;text-decoration:none;background:var(--red);color:#fff;border-radius:4px;padding:13px 18px;font-weight:700;display:inline-flex;align-items:center;gap:16px;justify-content:space-between;box-shadow:4px 4px 0 var(--espresso)}.primary-button:hover{transform:translate(1px,1px);box-shadow:2px 2px 0 var(--espresso)}.hero-art{flex:1;min-width:330px;height:340px;position:relative}.pizza-plate{position:absolute;width:290px;height:290px;border-radius:50%;background:#fff4dc;border:12px solid #2b1d16;box-shadow:0 0 0 11px var(--red),14px 14px 0 #bf792c;right:7%;top:15px;display:grid;place-items:center;font-size:160px;transform:rotate(-9deg)}.hero-art p{position:absolute;right:0;bottom:0;font-family:'Alfa Slab One';font-size:14px;transform:rotate(-8deg);color:var(--espresso)}.hero-art b{font-size:26px}.leaf{color:var(--green);font-size:30px;position:absolute}.leaf-one{right:38%;top:0}.leaf-two{right:2%;top:55%}.menu-section{padding:72px max(7vw,24px)}.waffle-section{background:#f1dfbd}.drink-section{background:var(--espresso);color:#fff}.drink-section h2{color:#fff}.section-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:25px;margin-bottom:30px}.section-heading h2{font-size:clamp(27px,4vw,40px)}.section-heading>div>p:last-child{font-size:14px;margin:8px 0 0}.stamp{width:76px;height:76px;border:2px dashed var(--red);border-radius:50%;display:grid;place-items:center;text-align:center;color:var(--red);font-size:10px;font-weight:bold;line-height:1.15;transform:rotate(10deg)}.menu-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.single-grid{grid-template-columns:minmax(280px,430px) minmax(280px,430px)}.drink-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 3px 0 rgba(43,29,22,.13);display:flex;flex-direction:column}.card-visual{height:150px;display:grid;place-items:center;background:linear-gradient(135deg,#f5db9d,#d88233);font-size:76px;position:relative}.card-visual::after{content:'';position:absolute;inset:13px;border:1px dashed rgba(255,255,255,.55);border-radius:50%}.pizza-card:nth-child(3n) .card-visual{background:linear-gradient(135deg,#c7d398,#346b39)}.pizza-card:nth-child(3n + 2) .card-visual{background:linear-gradient(135deg,#f5d498,#d63624)}.waffle-card .card-visual{height:190px;font-size:98px;background:linear-gradient(135deg,#f8cf6d,#a94c22)}.upcoming .card-visual{background:#ead7b3;font-size:50px}.drink-card .card-visual{height:110px;background:#f6e4bd;font-size:55px}.card-body{padding:16px}.card h3{font-family:'Alfa Slab One';font-size:17px;line-height:1.2;margin:0;color:var(--espresso)}.card p{font-size:11px;line-height:1.55;color:#76665d;margin:8px 0 15px;min-height:50px}.card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.price{color:var(--red);font-weight:700;font-size:17px}.add-button{border:1px solid var(--espresso);background:#fff;color:var(--espresso);border-radius:3px;font-size:12px;font-weight:bold;padding:8px 10px}.add-button:hover{background:var(--espresso);color:#fff}.upcoming{border:2px dashed #be9c6d;background:transparent;box-shadow:none}.upcoming .card-body{background:#fff9e9}.welcome{position:fixed;z-index:100;inset:0;background:var(--cream);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px;transition:.35s}.welcome.out{opacity:0;pointer-events:none;visibility:hidden}.welcome h1{font-family:'Alfa Slab One';font-size:clamp(36px,5vw,56px);line-height:1.13;color:var(--espresso);margin:0}.welcome-copy{margin:13px 0 25px;color:#705e52;font-size:14px}.portal-options{display:flex;gap:16px;max-width:650px;width:100%;justify-content:center}.portal{width:280px;min-height:190px;border:0;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:5px 5px 0 var(--espresso);transition:.2s}.portal:hover{transform:translateY(-4px)}.portal span{font-size:50px}.portal strong{font-family:'Alfa Slab One';font-size:23px;line-height:1.2}.portal small{font-size:11px;margin-top:7px}.pizza-portal{background:var(--red)}.waffle-portal{background:var(--gold);color:var(--espresso)}.link-button{border:0;background:none;color:#7c6759;text-decoration:underline;margin-top:26px;font-size:12px}.overlay{position:fixed;z-index:30;inset:0;background:rgba(43,29,22,.64);display:grid;place-items:center;padding:20px}.hidden{display:none!important}.modal{width:min(100%,540px);max-height:90vh;overflow:auto;background:var(--cream);padding:28px;position:relative;border-radius:5px;box-shadow:7px 7px 0 var(--espresso)}.close{border:0;background:none;color:var(--espresso);font-size:30px;position:absolute;right:14px;top:8px;line-height:1}.product-modal .card-visual{height:145px;margin:-28px -28px 23px}.product-modal h2{font-family:'Alfa Slab One';color:var(--espresso);margin:0;font-size:27px}.product-modal .description{font-size:13px;line-height:1.6}.product-modal fieldset,.checkout-modal fieldset{border:0;padding:0;margin:20px 0}.product-modal legend,.checkout-modal legend{font-weight:700;font-size:14px;margin-bottom:8px}.extras{display:grid;grid-template-columns:1fr 1fr;gap:7px}.extras label{background:#fff;padding:8px;font-size:12px;display:flex;align-items:center;gap:6px;border:1px solid #eadfce}.quantity-row{display:flex;align-items:center;justify-content:space-between;margin:20px 0}.quantity{display:flex;align-items:center;gap:16px;border:1px solid #c8b8a8;border-radius:3px;padding:3px}.quantity button{border:0;background:var(--cream);color:var(--espresso);font-size:18px;width:30px}.quantity output{min-width:15px;text-align:center;font-weight:bold}.full{width:100%}.cart-drawer{position:fixed;z-index:25;right:0;top:0;bottom:0;background:var(--cream);width:min(100%,420px);padding:25px;transform:translateX(105%);transition:.3s;display:flex;flex-direction:column;box-shadow:-4px 0 18px #0002}.cart-drawer.open{transform:translateX(0)}.drawer-shade{position:fixed;z-index:20;inset:0;background:#2b1d1688;opacity:0;visibility:hidden;transition:.3s}.drawer-shade.open{opacity:1;visibility:visible}.drawer-header{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid #dfcdbc;padding-bottom:18px}.drawer-header h2{font-size:29px}.cart-items{overflow:auto;flex:1;padding:12px 0}.cart-item{padding:12px 0;border-bottom:1px solid #e3d3c0;display:flex;gap:10px}.cart-item-icon{font-size:27px}.cart-item-info{flex:1}.cart-item-info b{font-size:13px}.cart-item-info small{display:block;font-size:10px;color:#77665b}.cart-item-actions{display:flex;align-items:center;gap:7px;font-size:13px}.cart-item-actions button{border:0;background:transparent;color:var(--red);font-weight:bold}.cart-empty{text-align:center;padding:40px 14px;color:#806c5e}.cart-footer{border-top:1px solid #dfcdbc;padding-top:15px}.subtotal,.checkout-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.subtotal strong,.checkout-total strong{font-family:'Alfa Slab One';font-size:22px;color:var(--red)}.checkout-modal{padding:29px}.checkout-modal h2{font-size:29px;margin-bottom:19px}.checkout-modal>label,.checkout-modal #cashWrap>label{display:block;font-size:12px;font-weight:bold;margin:12px 0}.checkout-modal input,.checkout-modal textarea{width:100%;margin-top:5px;border:1px solid #cdbba8;border-radius:3px;background:#fff;padding:10px;outline-color:var(--gold);font-size:13px}.checkout-modal textarea{height:62px;resize:vertical}.choice{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid #e1d0bc;padding:10px;margin:6px 0;font-size:12px}.choice input{width:auto;margin:0}.choice span{display:flex;flex-direction:column;flex:1}.choice small{color:#806f64;font-size:10px}.choice strong{color:var(--red);font-size:12px}.bank-info{background:#fff6df;padding:12px;margin-top:-5px;font-size:11px}.bank-info p{line-height:1.65;margin:0 0 8px}.secondary-button{background:#fff;border:1px solid var(--espresso);padding:6px 9px;font-size:11px;font-weight:bold}.toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%,120px);z-index:105;background:var(--green);color:white;padding:11px 17px;border-radius:3px;font-size:13px;transition:.25s;box-shadow:3px 3px 0 var(--espresso)}.toast.show{transform:translate(-50%,0)}
@media(max-width:800px){.site-header{height:65px;padding:0 16px}.site-header nav{display:none}.brand{font-size:17px}.hero{min-height:470px;padding:47px 24px;background:linear-gradient(155deg,#f8f3e6 0 68%,#e59f45 68%)}.hero-art{position:absolute;opacity:.22;right:-90px;top:150px}.hero-copy{max-width:340px}.menu-section{padding:55px 20px}.menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.drink-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-visual{height:108px;font-size:53px}.card-body{padding:12px}.card h3{font-size:14px}.card p{font-size:10px;min-height:60px}.price{font-size:14px}.add-button{font-size:10px;padding:7px}.waffle-card .card-visual{height:145px}.portal-options{flex-direction:column;align-items:center}.portal{width:min(100%,310px);min-height:130px;flex-direction:row;gap:13px;text-align:left}.portal small{display:none}.portal span{font-size:43px}.welcome h1{font-size:38px}.extras{grid-template-columns:1fr}.modal{padding:23px}.product-modal .card-visual{margin:-23px -23px 20px}footer{padding:28px 20px!important;align-items:flex-start!important;flex-direction:column;gap:8px!important}}
footer{background:#1d130f;color:#eadfce;padding:30px max(7vw,24px);display:flex;gap:28px;align-items:center;font-size:12px}footer strong{font-family:'Alfa Slab One';font-size:21px;color:#fff}footer a{color:#e59f45;text-decoration:none;font-weight:bold}footer .staff-access{color:#a9998a;font-size:10px;margin-left:auto;font-weight:500}

/* Logos oficiales */
.brand{display:grid;grid-template-columns:44px auto;grid-template-rows:auto auto;align-items:center;column-gap:7px}.brand img{width:44px;height:44px;object-fit:cover;border-radius:50%;grid-row:1 / span 2}.brand i{margin-left:0}.portal{min-height:230px}.portal img{width:76px;height:76px;object-fit:cover;border-radius:50%;margin-bottom:9px;box-shadow:0 2px 0 #2b1d1644}.portal strong{font-family:Poppins,Arial,sans-serif;font-size:21px;font-weight:700;letter-spacing:.3px;text-shadow:0 1px 1px rgba(43,29,22,.35)}.portal small{font-weight:600;text-shadow:0 1px 1px rgba(43,29,22,.25)}.waffle-portal strong{color:var(--espresso);text-shadow:none}.waffle-portal small{color:var(--espresso);text-shadow:none}@media(max-width:800px){.portal img{width:70px;height:70px;margin:0}.portal{gap:13px}.portal strong{font-size:18px}.portal small{display:none}}

.header-actions{display:flex;align-items:center;gap:10px}.world-switch{border:1px solid var(--espresso);border-radius:20px;background:transparent;color:var(--espresso);font-size:11px;font-weight:700;padding:7px 10px}.world-switch:hover{background:var(--espresso);color:#fff}.pizza-world #waffles,.waffle-world #pizzas{display:none}.pizza-world .site-header nav a[data-category="waffles"],.waffle-world .site-header nav a[data-category="pizzas"]{display:none}.waffle-world .hero{background:radial-gradient(circle at 73% 45%,#ffe7a2 0 14%,transparent 14.2%),linear-gradient(110deg,#fff7e6 0 56%,#a75025 56%)}.waffle-world .hero h2 em{color:#a75025}.waffle-world .primary-button{background:#a75025}.waffle-world .pizza-plate{background:#fff5d7;border-color:#2b1d16;box-shadow:0 0 0 11px #e59f45,14px 14px 0 #7d351a}.waffle-world .leaf{color:#fff0c9}.waffle-world .eyebrow{color:#a75025}.waffle-world .menu-section{background:#fff1d2}.waffle-world .drink-section{background:#2b1d16}.waffle-world .brand span{color:#a75025}@media(max-width:800px){.world-switch{font-size:10px;padding:6px 8px}.header-actions{gap:6px}}
.product-modal>.close{display:none}.product-close{display:grid!important;place-items:center;width:36px;height:36px;border:2px solid var(--espresso);border-radius:50%;background:#fff;color:var(--espresso);font-size:28px;font-weight:600;line-height:1;right:12px;top:12px;z-index:2;box-shadow:2px 2px 0 var(--espresso)}.product-close:hover{background:var(--red);border-color:var(--red);color:#fff;box-shadow:none}

.combo-section{background:linear-gradient(110deg,#f1dfbd,#f8f3e6);padding:42px max(7vw,24px);display:flex;align-items:center;justify-content:space-between;gap:28px}.combo-section h2{font-family:'Alfa Slab One';color:var(--espresso);font-size:clamp(25px,3vw,35px);margin:0}.combo-section p:last-child{margin:9px 0 0;font-size:14px;color:#705e52}.waffle-world .combo-section{display:none}@media(max-width:800px){.combo-section{padding:36px 20px;align-items:flex-start;flex-direction:column;gap:18px}.combo-section .primary-button{width:100%}}

.availability-banner{display:flex;align-items:center;justify-content:center;gap:9px;padding:9px 20px;background:#e8f2e6;border-bottom:1px solid #c9ddc6;color:var(--green);font-size:12px}.availability-banner>span{font-size:19px;line-height:1}.availability-banner p{margin:0;display:flex;align-items:center;gap:8px}.availability-banner p span{color:#5d7660}.availability-banner.busy{background:#fff0d5;border-color:#efcc8d;color:#a75025}.availability-banner.closed{background:#f8e0db;border-color:#e9b4aa;color:#a5281a}.availability-modal h2{font-size:28px}.availability-intro{font-size:12px;line-height:1.55;color:#705e52}.availability-modal fieldset{border:0;padding:0;margin:18px 0}.availability-modal legend{font-size:13px;font-weight:700;margin-bottom:7px}.status-choice{display:grid;grid-template-columns:16px auto 1fr;column-gap:7px;align-items:center;background:#fff;border:1px solid #e1d0bc;margin:6px 0;padding:9px;font-size:12px}.status-choice input{grid-row:1 / span 2;margin:0}.status-choice span{font-size:18px;color:var(--green);line-height:1}.status-choice small{grid-column:2 / 4;color:#806f64;font-size:10px}.status-choice:has(input[value="busy"]) span{color:#a75025}.status-choice:has(input[value="closed"]) span{color:#a5281a}.availability-modal>label{display:block;font-weight:700;font-size:12px;margin:12px 0}.availability-modal input,.availability-modal select{display:block;width:100%;border:1px solid #cdbba8;border-radius:3px;background:#fff;padding:10px;margin-top:5px;font-size:13px}.availability-modal .primary-button{margin-top:8px}@media(max-width:800px){.availability-banner{justify-content:flex-start;padding:8px 16px}.availability-banner p{display:block}.availability-banner p span{display:block;font-size:10px}}
