@font-face{font-family:Peyda;src:url(/ar/pizza/assets/PeydaWeb-Regular-B3txTpWh.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Peyda;src:url(/ar/pizza/assets/PeydaWeb-Medium-DX0pye1g.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Peyda;src:url(/ar/pizza/assets/PeydaWeb-SemiBold-DXPsRYIB.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Peyda;src:url(/ar/pizza/assets/PeydaWeb-Bold-DcRWG63T.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f5f5f7;--stage:#fff;--text:#1d1d1f;--text-secondary:#6e6e73;--eyebrow:#bf4800;--link:#06c;--accent:#0071e3;--accent-hover:#0077ed;--on-accent:#fff;--focus-ring:#0071e399;--hairline:#0000001a;--bar-bg:#f5f5f7c7;--surface:#fff;--disabled-bg:#e8e8ed;--disabled-text:#515154;--shadow-soft:0 4px 24px #0000001f;--font:"Peyda", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, sans-serif;--ease-out:cubic-bezier(.22, 1, .36, 1);--radius-stage:28px;--cta-height:50px;--bar-pad:12px;--cta-bar-height:calc(var(--cta-height) + 2 * var(--bar-pad) + env(safe-area-inset-bottom))}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#000;--stage:#1d1d1f;--text:#f5f5f7;--text-secondary:#a1a1a6;--eyebrow:#f56300;--link:#2997ff;--hairline:#ffffff24;--bar-bg:#161617c7;--surface:#1d1d1f;--disabled-bg:#2c2c2e;--disabled-text:#a1a1a6;--shadow-soft:0 4px 24px #00000080}}html,body{margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:17px;font-weight:400;line-height:1.7}canvas{display:block}.landing{box-sizing:border-box;min-height:100dvh;padding-top:max(32px, calc(env(safe-area-inset-top) + 20px));padding-bottom:calc(var(--cta-bar-height) + 24px);padding-left:max(20px, env(safe-area-inset-left));padding-right:max(20px, env(safe-area-inset-right));text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;display:flex}.hero{max-width:34rem}.eyebrow{color:var(--eyebrow);margin:0 0 8px;font-size:17px;font-weight:600;line-height:1.5}.hero-title{letter-spacing:0;text-wrap:balance;margin:0;font-size:clamp(28px,7.2vw,44px);font-weight:700;line-height:1.4}.hero-subtitle{max-width:22em;color:var(--text-secondary);text-wrap:balance;margin:12px auto 0;font-size:clamp(17px,4.4vw,19px);line-height:1.7}.stage{border-radius:var(--radius-stage);background:var(--stage);isolation:isolate;flex:1 1 0;width:100%;max-width:520px;min-height:280px;max-height:min(62vh,560px);position:relative;overflow:hidden}.stage canvas{opacity:0;width:100%;height:100%;transition:opacity .7s var(--ease-out);cursor:grab;position:absolute;inset:0}.stage canvas:active{cursor:grabbing}.stage.is-ready canvas{opacity:1}.stage-status{flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:24px;transition:opacity .3s,visibility linear;display:flex;position:absolute;inset:0}.stage.is-ready .stage-status{opacity:0;visibility:hidden;transition:opacity .3s,visibility 0s linear .3s}.stage-status-text{color:var(--text-secondary);margin:0;font-size:15px}.progress{background:var(--hairline);border-radius:3px;width:140px;height:3px;overflow:hidden}.progress-bar{background:var(--text);transform-origin:100%;height:100%;transition:transform .2s linear;transform:scaleX(0)}.progress.is-indeterminate .progress-bar{width:40%;animation:1.2s ease-in-out infinite progress-indeterminate;transform:none}.progress[hidden]{display:none}@keyframes progress-indeterminate{0%{transform:translate(150%)}to{transform:translate(-250%)}}.retry-button{min-height:44px;color:var(--link);font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:980px;padding:0 16px;font-size:17px}.retry-button:hover{text-decoration:underline}.retry-button:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.stage-hint{inset-inline:0;color:var(--text-secondary);opacity:0;pointer-events:none;justify-content:center;align-items:center;gap:6px;margin:0;font-size:13px;transition:opacity .4s;display:flex;position:absolute;bottom:16px}.stage-hint svg{flex-shrink:0;width:16px;height:16px}.stage.is-ready .stage-hint{opacity:1}.stage.is-ready.has-interacted .stage-hint{opacity:0}.specs{grid-template-columns:1fr 1fr;width:100%;max-width:520px;margin:0;padding:0;list-style:none;display:grid}.spec{flex-direction:column;align-items:center;gap:2px;padding:0 12px;display:flex}.spec+.spec{border-inline-start:1px solid var(--hairline)}.spec svg{width:28px;height:28px;color:var(--text);margin-bottom:6px}.spec-value{font-variant-numeric:tabular-nums;font-size:15px;font-weight:600;line-height:1.6}.spec-number{white-space:nowrap}.spec-unit{color:var(--text-secondary);white-space:nowrap;font-size:13px;font-weight:500}.spec-label{color:var(--text-secondary);font-size:13px;line-height:1.6}.powered{color:var(--text-secondary);direction:ltr;margin:0;font-size:12px}.cta-bar{height:var(--cta-bar-height);background:var(--bar-bg);-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);border-top:1px solid var(--hairline);z-index:900;position:fixed;bottom:0;left:0;right:0}.start-ar-button{-webkit-tap-highlight-color:transparent;touch-action:manipulation;outline:none;top:auto!important;left:50%!important;right:auto!important;bottom:calc(var(--bar-pad) + env(safe-area-inset-bottom))!important;box-sizing:border-box!important;width:min(100% - 40px,360px)!important;height:var(--cta-height)!important;background:var(--accent)!important;color:#0000!important;opacity:1!important;cursor:pointer!important;z-index:1000!important;transition:background-color .2s ease, transform .2s var(--ease-out), opacity .3s ease!important;border:0!important;border-radius:980px!important;justify-content:center!important;align-items:center!important;gap:8px!important;margin:0!important;padding:0 20px!important;font-size:0!important;text-decoration:none!important;display:flex!important;position:fixed!important;overflow:hidden!important;transform:translate(-50%)!important}.start-ar-button:before{content:"";background-color:var(--on-accent);flex-shrink:0;width:20px;height:20px;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z'/%3E%3Cpath d='m3.3 7 8.7 5 8.7-5'/%3E%3Cpath d='M12 22V12'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z'/%3E%3Cpath d='m3.3 7 8.7 5 8.7-5'/%3E%3Cpath d='M12 22V12'/%3E%3C/svg%3E") 50%/contain no-repeat}.start-ar-button:after{content:attr(data-label);color:var(--on-accent);font-family:var(--font);white-space:nowrap;font-size:17px;font-weight:600;line-height:1}.start-ar-button:hover{background:var(--accent-hover)!important}.start-ar-button:active{transform:translate(-50%)scale(.97)!important}.start-ar-button:focus-visible{outline:3px solid var(--focus-ring)!important;outline-offset:3px!important}.start-ar-button[data-state=checking]{opacity:0!important;pointer-events:none!important}.start-ar-button[data-state=unsupported]{background:var(--disabled-bg)!important;cursor:default!important;pointer-events:none!important}.start-ar-button[data-state=unsupported]:before{display:none}.start-ar-button[data-state=unsupported]:after{color:var(--disabled-text);font-size:15px;font-weight:500}.ios-ar-button img{opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;position:absolute!important}.xr-active,.xr-active body{background:0 0!important}.xr-active .landing,.xr-active .cta-bar{display:none!important}.start-ar-button.ar-exit-icon{top:calc(16px + env(safe-area-inset-top))!important;z-index:10000!important;background:#0009!important;border-radius:50%!important;width:44px!important;height:44px!important;padding:0!important;bottom:auto!important;left:auto!important;right:16px!important;transform:none!important}.start-ar-button.ar-exit-icon:before{background-color:#fff;width:18px;height:18px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E")}.start-ar-button.ar-exit-icon:after{content:none}.start-ar-button.ar-exit-icon:active{transform:scale(.94)!important}.powered-badge{display:none}.xr-active .powered-badge{display:block}.ar-message{left:50%;bottom:calc(var(--cta-bar-height) + 12px);box-sizing:border-box;background:var(--surface);width:max-content;max-width:min(100vw - 40px,360px);color:var(--text);box-shadow:var(--shadow-soft);text-align:center;z-index:1001;border-radius:14px;margin:0;padding:10px 16px;font-size:14px;line-height:1.6;position:fixed;transform:translate(-50%)}.ar-message[hidden]{display:none}.start-ar-button.phone-handoff-button:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='14' height='20' x='5' y='2' rx='2'/%3E%3Cpath d='M12 18h.01'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='14' height='20' x='5' y='2' rx='2'/%3E%3Cpath d='M12 18h.01'/%3E%3C/svg%3E")}.qr-dialog{box-sizing:border-box;border-radius:var(--radius-stage);background:var(--surface);width:min(100vw - 40px,380px);max-width:none;max-height:calc(100dvh - 40px);color:var(--text);font-family:var(--font);border:0;margin:auto;padding:0;box-shadow:0 24px 80px #00000047}.qr-dialog::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006}.qr-dialog[open]{animation:qr-dialog-in .35s var(--ease-out)}.qr-dialog[open]::backdrop{animation:.35s qr-backdrop-in}@keyframes qr-dialog-in{0%{opacity:0;transform:scale(.96)}}@keyframes qr-backdrop-in{0%{opacity:0}}.qr-dialog-panel{text-align:center;padding:44px 32px 32px;position:relative}.qr-dialog-close{top:16px;background:var(--disabled-bg);cursor:pointer;border:0;border-radius:50%;place-items:center;width:32px;height:32px;padding:0;display:grid;position:absolute;inset-inline-end:16px}.qr-dialog-close:before{content:"";background-color:var(--text-secondary);width:12px;height:12px;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E") 50%/contain no-repeat}.qr-dialog-close:hover:before{background-color:var(--text)}.qr-dialog-close:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.qr-dialog-title{letter-spacing:0;margin:0;font-size:24px;font-weight:700;line-height:1.4}.qr-dialog-text{max-width:18em;color:var(--text-secondary);text-wrap:balance;margin:6px auto 0;font-size:15px;line-height:1.7}.qr-dialog-code{border:1px solid var(--hairline);background:#fff;border-radius:16px;width:220px;max-width:100%;margin:24px auto 0;overflow:hidden}.qr-dialog-code svg{width:100%;height:auto;display:block}@media (height<=700px) and (width<=959px){.landing{padding-top:max(20px, calc(env(safe-area-inset-top) + 12px));padding-bottom:calc(var(--cta-bar-height) + 16px);gap:16px}.eyebrow{margin-bottom:4px;font-size:15px}.hero-title{font-size:clamp(24px,6.8vw,28px)}.hero-subtitle{margin-top:6px;font-size:16px}.stage{min-height:200px}.spec svg{width:24px;height:24px;margin-bottom:2px}}@media (width>=960px){.landing{text-align:start;grid-template:"hero stage"1fr"specs stage""powered stage"1fr/minmax(0,420px) minmax(0,640px);place-content:center;gap:36px 80px;display:grid}.hero{grid-area:hero;align-self:end}.hero-subtitle{margin-inline:0}.stage{grid-area:stage;align-self:center;max-width:none;height:min(72vh,640px);max-height:none}.specs{grid-area:specs;max-width:none}.spec{align-items:flex-start;padding:0 24px}.spec:first-child{padding-inline-start:0}.powered{grid-area:powered;place-self:start}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.ar-probe-readout{top:calc(16px + env(safe-area-inset-top,0px));z-index:10003;color:#fff;text-align:left;white-space:pre-wrap;pointer-events:none;direction:ltr;background:#000000c7;border-radius:10px;margin:0;padding:10px 12px;font-family:ui-monospace,monospace;font-size:10px;line-height:1.45;position:fixed;left:16px;right:16px}.ar-probe-compare{left:12px;right:12px;bottom:calc(112px + env(safe-area-inset-bottom,0px));z-index:10003;pointer-events:none;direction:ltr;justify-content:space-between;display:flex;position:fixed}.ar-probe-compare[hidden]{display:none}.ar-probe-compare figure{width:30vw;margin:0}.ar-probe-compare img{background:#000;border:2px solid #fff;border-radius:8px;width:100%;height:auto;display:block}.ar-probe-compare figcaption{text-align:center;color:#fff;text-shadow:0 1px 2px #000;margin-top:4px;font-size:11px}.ar-photo-bar{z-index:9999;padding:14px 20px calc(14px + env(safe-area-inset-bottom,0px));pointer-events:none;direction:ltr;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:12px;display:none;position:fixed;bottom:0;left:0;right:0}.ar-photo-bar.is-visible{display:grid}.ar-photo-slot{pointer-events:none;align-items:center;display:flex}.ar-photo-slot>*{pointer-events:auto}.ar-photo-slot-left{grid-column:1;justify-self:start}.ar-photo-slot-right{grid-column:3;justify-self:end}.ar-photo-shutter{box-sizing:border-box;cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:transparent;background:0 0;border:3px solid #fffffff2;border-radius:50%;grid-column:2;place-items:center;width:68px;height:68px;padding:0;transition:opacity .15s ease-out;display:grid;box-shadow:0 2px 10px #00000047}.ar-photo-shutter[hidden]{display:none}.ar-photo-shutter:disabled{opacity:.45;cursor:default}.ar-photo-shutter-inner{background:#fff;border-radius:50%;width:56px;height:56px;transition:transform .2s cubic-bezier(.34,1.56,.64,1),opacity .2s ease-out;box-shadow:0 1px 4px #0003}.ar-photo-shutter.is-pressed .ar-photo-shutter-inner{opacity:.65;transition:transform .1s ease-out,opacity .1s ease-out;transform:scale(.86)}.ar-photo-flash{z-index:10002;opacity:0;pointer-events:none;background:#fff;position:fixed;inset:0}.ar-photo-flash.is-firing{animation:.16s ease-out forwards ar-photo-flash-fire}@keyframes ar-photo-flash-fire{0%{opacity:0}25%{opacity:.8}to{opacity:0}}.ar-photo-thumb{box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;width:44px;height:44px;padding:0;position:relative}.ar-photo-thumb[hidden]{display:none}.ar-photo-thumb-face,.ar-photo-thumb-edge{box-sizing:border-box;border-radius:8px;position:absolute;inset:0}.ar-photo-thumb-face{background:#00000059;border:1.5px solid #ffffffe6;overflow:hidden;box-shadow:0 2px 8px #00000040}.ar-photo-thumb-face img{object-fit:cover;width:100%;height:100%;display:block}.ar-photo-thumb-edge{background:#0000004d;border:1.5px solid #ffffff8c;display:none}.ar-photo-thumb-edge[data-depth="1"]{transform:translate(2px,-2px)}.ar-photo-thumb-edge[data-depth="2"]{transform:translate(4px,-4px)}.ar-photo-thumb[data-stack="1"] .ar-photo-thumb-edge[data-depth="1"],.ar-photo-thumb[data-stack="2"] .ar-photo-thumb-edge[data-depth="1"],.ar-photo-thumb[data-stack="2"] .ar-photo-thumb-edge[data-depth="2"]{display:block}.ar-photo-fly{z-index:10001;object-fit:cover;opacity:1;pointer-events:none;will-change:left, top, width, height;border-radius:0;width:100vw;height:100vh;transition:left .35s cubic-bezier(.32,.72,0,1),top .35s cubic-bezier(.32,.72,0,1),width .35s cubic-bezier(.32,.72,0,1),height .35s cubic-bezier(.32,.72,0,1),border-radius .35s cubic-bezier(.32,.72,0,1),opacity .35s cubic-bezier(.32,.72,0,1);position:fixed;top:0;left:0}.ar-photo-sheet{z-index:10004;box-sizing:border-box;padding:calc(16px + env(safe-area-inset-top,0px)) 16px calc(16px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);touch-action:pan-y;background:#000000eb;flex-direction:column;gap:12px;display:flex;position:fixed;inset:0}.ar-photo-sheet[hidden]{display:none}.ar-photo-sheet-stage{flex:1;min-height:0;position:relative}.ar-photo-sheet-image{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;position:absolute;inset:0}.ar-photo-sheet-counter{text-align:center;color:#ffffffb3;margin:0;font-size:13px}.ar-photo-sheet-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.ar-photo-action{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff26;border:none;border-radius:22px;padding:11px 20px;font-family:inherit;font-size:15px}.ar-photo-action[data-action=share]{color:#000;background:#fff;font-weight:600}.ar-reset-button{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;direction:rtl;background:#000000bf;border:none;border-radius:24px;padding:10px 18px;font-family:inherit;font-size:14px}@media (prefers-reduced-motion:reduce){.ar-photo-shutter-inner{transition-duration:1ms}.ar-photo-flash.is-firing{animation-duration:1ms}.ar-photo-fly{transition-duration:1ms}}
