@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,700;1,700&display=swap');
:root{--red:#a71922;--dark:#211715;--cream:#fbf6ec;--paper:#fffdf8;--muted:#766b66;--line:#eadfd3;--green:#247a43}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--dark);font-family:'DM Sans',sans-serif}header{background:var(--cream);border-bottom:1px solid var(--line)}.top{max-width:1120px;margin:auto;display:flex;align-items:center;padding:14px 20px;gap:12px}.top img{width:52px;height:52px;border-radius:50%;object-fit:cover}.top h1{font-family:'Playfair Display';font-size:20px;margin:0}.top p,.top small{margin:2px 0;font-size:12px;color:var(--muted)}.status{color:var(--green);font-weight:700}.icon{margin-left:auto;border:1px solid var(--line);background:white;border-radius:50%;width:42px;height:42px;font-size:22px}.hero{max-width:1120px;margin:auto;min-height:250px;padding:40px 22px;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.eyebrow{color:var(--red);font-size:11px;font-weight:700;letter-spacing:2px}.hero h2{font:700 45px/1 'Playfair Display';margin:9px 0}.hero em{color:var(--red)}.hero p{color:var(--muted);max-width:390px}.pizza{font-size:125px;filter:drop-shadow(0 20px 20px #7b3b2828);transform:rotate(-12deg)}main{max-width:1120px;margin:auto;padding:0 20px 110px}.info{display:grid;grid-template-columns:repeat(3,1fr);background:white;box-shadow:0 8px 30px #3f21100e;border:1px solid var(--line);border-radius:15px;margin:-24px 0 24px;padding:15px}.info span{text-align:center;border-right:1px solid var(--line);font-size:14px}.info span:last-child{border:0}.info small{display:block;color:var(--muted);margin-top:3px}.search{display:flex;align-items:center;gap:9px;background:#f6f1e9;padding:13px 16px;border-radius:12px}.search input{border:0;outline:0;background:transparent;width:100%;font:inherit}nav{display:flex;gap:9px;overflow:auto;padding:20px 0;scrollbar-width:none}nav button{white-space:nowrap;border:1px solid var(--line);background:white;border-radius:30px;padding:10px 15px;font:600 13px inherit}nav button.active{background:var(--red);color:white;border-color:var(--red)}.category{margin:20px 0 36px}.category-head{display:flex;align-items:end;justify-content:space-between}.category h2{font:700 28px 'Playfair Display';margin:0 0 16px}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product{border:1px solid var(--line);border-radius:16px;background:white;padding:17px;display:flex;min-height:155px;position:relative;transition:.2s}.product:hover{transform:translateY(-2px);box-shadow:0 10px 24px #3f211010}.product .copy{padding-right:48px}.product h3{margin:0 0 7px;font:700 18px 'Playfair Display'}.product p{color:var(--muted);font-size:13px;line-height:1.4;margin:0 0 25px}.product strong{position:absolute;bottom:17px;color:var(--red)}.add{position:absolute;right:14px;bottom:14px;background:var(--red);color:white;border:0;border-radius:50%;width:38px;height:38px;font-size:24px}.tag{font-size:10px;padding:4px 7px;border-radius:8px;background:#ffe8b8;color:#754a00}.cartbar{position:fixed;z-index:10;bottom:18px;left:50%;transform:translateX(-50%);width:min(560px,calc(100% - 28px));border:0;border-radius:15px;background:var(--red);color:white;padding:17px;display:flex;justify-content:space-between;box-shadow:0 12px 35px #88182055}.cartbar.hidden{display:none}.cartbar b{background:white;color:var(--red);padding:2px 7px;border-radius:10px}dialog{border:0;border-radius:22px;padding:25px;width:min(560px,calc(100% - 24px));max-height:90vh;overflow:auto;box-shadow:0 20px 80px #25151155}dialog::backdrop{background:#21171599;backdrop-filter:blur(3px)}.close{float:right;border:0;background:#f3eee7;border-radius:50%;font-size:22px;width:35px;height:35px}dialog h2{font:700 29px 'Playfair Display';margin:10px 0}label{display:block;font-size:13px;font-weight:600;margin:13px 0}label input,label select,label textarea{display:block;width:100%;margin-top:6px;border:1px solid var(--line);border-radius:10px;padding:12px;font:inherit}.options{display:grid;gap:8px;margin:15px 0}.choice{border:1px solid var(--line);border-radius:11px;padding:11px;display:flex;align-items:center;gap:9px}.choice input{width:auto;margin:0}.primary{border:0;background:var(--red);color:white;border-radius:12px;padding:14px 18px;font-weight:700;width:100%}.muted{color:var(--muted);font-size:13px}.line{display:flex;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.qty button{border:1px solid var(--line);background:white;border-radius:8px;width:30px;height:30px}.error{background:#fff0ed;color:#9b241d;border-radius:10px;padding:12px;margin:12px 0}.success{text-align:center;padding:30px 0}.success .check{font-size:55px}.steps{border-left:2px solid var(--line);margin:20px;padding-left:20px}.steps div{margin:18px 0}.steps .current{color:var(--red);font-weight:700}
@media(max-width:650px){.hero{min-height:205px;padding-top:26px}.hero h2{font-size:38px}.pizza{font-size:78px;margin-right:-25px}.info{grid-template-columns:repeat(3,1fr);padding:12px 5px}.info span{font-size:11px}.grid{grid-template-columns:1fr}.product{min-height:140px}.top{padding:10px 16px}main{padding-left:14px;padding-right:14px}.category h2{font-size:25px}}

/* Two Love digital design system */
:root{--red:#a51d25;--red-dark:#7f1219;--charcoal:#241d1b;--surface:#fff;--soft:#f7f4ef;--gold:#b47a2a;--shadow:0 12px 36px rgba(55,31,24,.09);--radius:12px}body{background:#fcfbf8;color:var(--charcoal)}button,a,.product{touch-action:manipulation}.discover{position:sticky;top:0;z-index:8;background:rgba(252,251,248,.96);padding-top:10px;backdrop-filter:blur(14px);border-bottom:1px solid transparent}.search{background:#fff;border:1px solid #ded7ce;box-shadow:0 4px 18px rgba(55,31,24,.04);min-height:50px}.search:focus-within{border-color:var(--red);box-shadow:0 0 0 3px rgba(165,29,37,.1)}nav{padding:12px 0 14px}nav button{min-height:42px;border-radius:22px;transition:background .18s,color .18s,transform .18s}nav button:active{transform:scale(.96)}.section-kicker{display:block;color:var(--red);font-size:10px;font-weight:800;letter-spacing:1.5px;margin-bottom:5px}.category{scroll-margin-top:126px;margin-top:32px}.category-head{align-items:center}.category h2{margin:0 0 16px}.product{padding:0;min-height:180px;border-radius:var(--radius);overflow:hidden;cursor:pointer;box-shadow:0 3px 14px rgba(55,31,24,.04)}.product:focus-visible{outline:3px solid rgba(165,29,37,.35);outline-offset:2px}.product:hover{box-shadow:var(--shadow)}.product-visual{width:132px;min-width:132px;background:#f1ebe2;display:grid;place-content:center;text-align:center;color:#b7a79b}.product-visual span{font-size:48px;line-height:1;color:#c6b5a8}.product-visual small{display:block;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-top:10px}.product .copy{padding:17px 56px 17px 17px}.product-meta{display:flex;gap:7px;align-items:center;color:#8a7e78;font-size:10px;font-weight:700;text-transform:uppercase}.product h3{margin-top:8px}.product p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product strong{bottom:17px}.product.soldout{opacity:.58}.tag.sold{background:#eee;color:#555}.add{border-radius:10px;transition:transform .15s,background .15s}.add:hover{background:var(--red-dark);transform:scale(1.06)}.add:active{transform:scale(.9)}.add:disabled{background:#aaa}.whatsapp{position:fixed;right:20px;bottom:88px;z-index:9;background:#187b47;color:#fff;text-decoration:none;font-weight:700;padding:12px 16px;border-radius:24px;box-shadow:0 8px 24px rgba(18,100,57,.25)}.cartbar{border-radius:12px;min-height:58px;transition:transform .2s}.cartbar.pulse{animation:cartPulse .3s ease}.skeleton{background:linear-gradient(90deg,#eee8e0 25%,#f8f5f0 50%,#eee8e0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.skeleton-head{width:220px;height:30px;border-radius:7px;margin:36px 0 16px}.skeleton-card{height:180px;border-radius:var(--radius)}.empty{text-align:center;padding:70px 20px;color:var(--muted)}.empty b{font:700 24px 'Playfair Display';color:var(--charcoal)}.modal-visual{height:180px;margin:-25px -25px 22px;background:#f1ebe2;display:grid;place-content:center;text-align:center;color:#b7a79b}.modal-visual span{font-size:66px;line-height:1}.modal-visual small{margin-top:10px;text-transform:uppercase;font-size:9px;font-weight:700;letter-spacing:1px}.segmented{display:grid;grid-template-columns:1fr 1fr;padding:4px;background:#f1ede7;border-radius:10px;margin:12px 0}.segmented button{border:0;background:transparent;padding:11px;border-radius:7px;font-weight:700}.segmented button.active{background:white;color:var(--red);box-shadow:0 2px 8px rgba(55,31,24,.08)}.rule{padding:11px;border-left:3px solid var(--gold);background:#fff8e8;color:#6c5127;font-size:12px;border-radius:0 8px 8px 0}.modal-actions{position:sticky;bottom:-25px;background:white;border-top:1px solid var(--line);margin:22px -25px -25px;padding:13px 25px calc(13px + env(safe-area-inset-bottom));display:flex;gap:10px;align-items:center}.stepper{display:flex;align-items:center;gap:10px}.stepper button{width:40px;height:44px;border:1px solid var(--line);background:white;border-radius:9px;font-size:20px}.modal-actions .primary{flex:1}.choice:has(input:checked){border-color:var(--red);background:#fff7f7}.primary{min-height:48px;transition:background .15s,transform .15s}.primary:hover{background:var(--red-dark)}.primary:active{transform:scale(.985)}.primary:disabled{opacity:.58}.secondary-action{display:block;margin-top:10px;color:var(--red);font-weight:700;text-decoration:none;padding:12px}.added{animation:modalAdded .2s ease}.success .check{width:72px;height:72px;display:grid;place-content:center;margin:0 auto 18px;background:#e7f6ec;color:#187b47;border-radius:50%;animation:successPop .45s cubic-bezier(.2,.8,.3,1.3)}
@keyframes shimmer{to{background-position:-200% 0}}@keyframes cartPulse{50%{transform:translateX(-50%) scale(1.025)}}@keyframes modalAdded{50%{transform:scale(.985)}}@keyframes successPop{from{transform:scale(.4);opacity:0}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
@media(max-width:650px){.discover{margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}.product{min-height:154px}.product-visual{width:108px;min-width:108px}.product .copy{padding:14px 50px 14px 14px}.product h3{font-size:17px}.product p{font-size:12px}.whatsapp{right:14px;bottom:88px;font-size:0;width:48px;height:48px;border-radius:50%;padding:0}.whatsapp:after{content:'W';font-size:18px;display:grid;place-content:center;height:100%}.modal-actions{padding-left:14px;padding-right:14px}.modal-actions .primary{font-size:12px}.stepper{gap:5px}.stepper button{width:36px}dialog{padding:20px}.modal-visual{margin:-20px -20px 18px}.grid{gap:10px}}

/* Premium component tokens — preserves the official palette */
:root{--color-brand:#a51d25;--color-brand-strong:#7f1219;--color-canvas:#fcfbf8;--color-surface:#fff;--color-text:#241d1b;--color-muted:#766b66;--color-accent:#b47a2a;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--shadow-sm:0 3px 14px rgba(55,31,24,.05);--shadow-md:0 14px 40px rgba(55,31,24,.12);--overlay:rgba(36,29,27,.66);--z-sticky:20;--z-float:30;--z-modal:40;--duration-fast:150ms;--duration-normal:240ms}html{scroll-behavior:smooth}body{font-size:16px}.status{display:inline-flex;align-items:center;color:var(--green)}.status.closed{color:var(--red)}.hero{min-height:330px;gap:48px}.hero-copy{max-width:520px}.hero-copy h2 span{font-family:'DM Sans';font-size:.55em;color:var(--red)}.hero-media{width:min(380px,42vw);aspect-ratio:4/3;border:1px solid #e5dcd2;border-radius:var(--radius-lg);background:#f1ebe2;display:grid;place-content:center;text-align:center;color:#b5a499;box-shadow:var(--shadow-sm)}.hero-media span{font-size:82px;line-height:1}.hero-media small{margin-top:14px;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.discover.is-stuck{box-shadow:0 8px 18px rgba(55,31,24,.06)}nav{scroll-snap-type:x proximity}nav button{scroll-snap-align:start}.price-label{position:absolute;bottom:38px;color:var(--muted);font-size:10px}.product strong{font-variant-numeric:tabular-nums}.product-visual span{filter:grayscale(.18)}.featured-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.featured-grid .product{min-width:min(420px,85vw);scroll-snap-align:start}.toast{position:fixed;z-index:var(--z-modal);left:50%;bottom:96px;transform:translate(-50%,18px);background:var(--charcoal);color:white;padding:12px 18px;border-radius:10px;box-shadow:var(--shadow-md);font-weight:700;opacity:0;pointer-events:none;transition:opacity var(--duration-normal),transform var(--duration-normal);white-space:nowrap}.toast.show{opacity:1;transform:translate(-50%,0)}.line-end{text-align:right;min-width:110px}.qty{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:10px}.qty span{min-width:18px;text-align:center;font-variant-numeric:tabular-nums}.qty button{min-width:36px;min-height:36px}.text-action{border:0;background:transparent;color:var(--red);font-weight:700;padding:16px 0}.totals{border-top:1px solid var(--line);margin:12px 0 18px;padding-top:10px}.totals div{display:flex;justify-content:space-between;padding:7px 0}.checkout-block{border:0;border-top:1px solid var(--line);padding:18px 0;margin:0}.checkout-block legend{padding:0;font-size:16px}.checkout-block legend b{display:inline-grid;place-content:center;width:26px;height:26px;background:var(--soft);color:var(--red);border-radius:50%;margin-right:7px}.field-row{display:grid;grid-template-columns:1fr 2fr;gap:10px}.timeline{margin:22px 0}.timeline-step{position:relative;display:flex;gap:14px;min-height:64px;color:#aaa}.timeline-step:not(:last-child):before{content:'';position:absolute;left:12px;top:28px;bottom:0;width:2px;background:#e5ddd5}.timeline-step>span{position:relative;z-index:1;width:26px;height:26px;display:grid;place-content:center;background:white;border:2px solid #ddd4ca;border-radius:50%;font-weight:700}.timeline-step div{display:flex;flex-direction:column;gap:3px;padding-top:2px}.timeline-step small{color:var(--muted)}.timeline-step.done,.timeline-step.current{color:var(--red)}.timeline-step.done>span{background:var(--red);border-color:var(--red);color:white}.timeline-step.current>span{border-color:var(--red)}.tracking-head{padding-top:12px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=button]:focus-visible{outline:3px solid rgba(165,29,37,.32);outline-offset:2px}
@media(min-width:1000px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product{min-height:200px}.product-visual{width:44%;min-width:44%}.hero h2{font-size:56px}.hero p{font-size:17px}.cartbar{left:auto;right:28px;transform:none;width:360px}.cartbar.pulse{animation:cartPulseDesktop .3s ease}.whatsapp{bottom:92px}.featured-grid .product{min-width:480px}}
@media(max-width:650px){.hero{min-height:310px;padding:24px 16px 38px;align-items:start;position:relative}.hero-copy{position:relative;z-index:1;max-width:72%}.hero h2{font-size:36px}.hero p{font-size:14px;line-height:1.5}.hero-media{position:absolute;right:-18px;bottom:28px;width:43%;aspect-ratio:1;border-radius:50%;box-shadow:none}.hero-media span{font-size:48px}.hero-media small{font-size:7px}.info{margin-top:-20px;position:relative;z-index:2}.discover{top:0}.category{scroll-margin-top:116px}.product-visual small{font-size:7px}.toast{bottom:96px;max-width:calc(100% - 32px);white-space:normal;text-align:center}dialog{width:100%;max-width:none;margin:auto 0 0;border-radius:18px 18px 0 0;max-height:92dvh;padding-bottom:calc(20px + env(safe-area-inset-bottom))}dialog[open]{animation:sheetUp var(--duration-normal) ease}.cartbar{bottom:calc(12px + env(safe-area-inset-bottom));padding:14px}.cartbar strong{font-size:13px}.cartbar span{font-size:12px}.cart-line{align-items:start}.field-row{grid-template-columns:1fr}.modal-actions{bottom:calc(-20px - env(safe-area-inset-bottom))}}
@keyframes sheetUp{from{transform:translateY(30px);opacity:0}}@keyframes cartPulseDesktop{50%{transform:scale(1.025)}}
