/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--paper:#f7f2e8;--cream:#fffdf8;--ink:#102d34;--teal:#0b4247;--teal-2:#126168;--orange:#f07437;--sand:#f1d7a0;--muted:#687173;--line:#102d3424;--serif:Georgia,"Times New Roman",serif;--sans:var(--font-geist),Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}svg{width:20px;height:20px}:focus-visible{outline:3px solid var(--orange);outline-offset:4px}::selection{background:var(--sand);color:var(--ink)}.site-header{grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;width:min(1380px,100% - 64px);height:92px;margin:auto;display:grid}.brand{width:max-content;font:700 1.25rem/1 var(--serif);letter-spacing:-.03em;align-items:center;gap:10px;display:flex}.brand img{object-fit:contain;width:52px;height:52px}.desktop-nav{gap:36px;font-size:.82rem;font-weight:700;display:flex}.desktop-nav a{padding:12px 0;position:relative}.desktop-nav a:after{content:"";background:var(--orange);height:2px;transition:all .22s;position:absolute;bottom:5px;left:0;right:100%}.desktop-nav a:hover:after{right:0}.header-socials{justify-self:end;gap:8px;display:flex}.round-link{border:1px solid var(--line);border-radius:50%;place-items:center;width:44px;height:44px;transition:all .2s;display:grid}.round-link:hover{background:var(--teal);color:#fff;transform:translateY(-2px)}.round-link.whatsapp:hover{background:#168c53;border-color:#168c53}.hero{grid-template-rows:1fr auto;grid-template-columns:.82fr 1.18fr;align-items:center;gap:34px 56px;width:min(1380px,100% - 64px);min-height:calc(100vh - 92px);margin:auto;padding:36px 0 40px;display:grid}.hero-copy{padding:28px 0 32px;animation:.55s both rise}.eyebrow{color:var(--teal-2);letter-spacing:.2em;text-transform:uppercase;margin:0 0 18px;font-size:.7rem;font-weight:800}.eyebrow.orange{color:var(--orange)}.eyebrow.warm{color:var(--sand)}.hero h1{font:700 clamp(4.5rem,7vw,7.6rem)/.79 var(--serif);letter-spacing:-.075em;color:var(--teal);margin:0}.hero h1 em{color:var(--orange);font-weight:700}.hero-text{color:#445256;max-width:470px;margin:31px 0 0;font-size:clamp(1.04rem,1.4vw,1.22rem);line-height:1.6}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:29px;display:flex}.button{border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 23px;font-size:.86rem;font-weight:800;transition:all .2s;display:inline-flex}.button svg,.text-link svg,.quick-links svg{transition:all .2s}.button:hover{transform:translateY(-2px)}.button:hover svg,.text-link:hover svg,.quick-links a:hover svg{transform:translate(4px)}.primary{background:var(--teal);color:#fff;box-shadow:0 14px 32px #0b42472e}.primary:hover{background:#07363a}.ghost{border:1px solid var(--line);background:#ffffff5c}.ghost:hover{background:#fff}.hero-gallery{height:min(670px,68vh);min-height:510px;animation:.72s 80ms both fade;position:relative}.hero-main-photo{border-radius:34px 8px 34px 34px;margin:0;position:absolute;inset:0 16% 0 0;overflow:hidden;box-shadow:0 30px 80px #172c292e}.hero-main-photo img,.hero-side-photo img{object-fit:cover}.hero-main-photo img{object-position:center 63%}.hero-side-photo{border:8px solid var(--paper);border-radius:26px 6px 26px 26px;width:29%;height:48%;margin:0;position:absolute;bottom:0;right:0;overflow:hidden;box-shadow:0 25px 45px #172c2924}.hero-side-photo img{object-position:center 56%}.hero-badge{background:var(--orange);color:#fff;border-radius:50%;flex-direction:column;justify-content:center;width:128px;height:128px;padding:22px;display:flex;position:absolute;top:7%;right:7%;transform:rotate(6deg);box-shadow:0 18px 40px #f074373d}.hero-badge strong{font:700 1.75rem/1 var(--serif)}.hero-badge span{margin-top:5px;font-size:.66rem;line-height:1.25}.quick-links{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-column:1/-1;grid-template-columns:repeat(4,1fr);display:grid}.quick-links a{grid-template-rows:auto auto;grid-template-columns:auto 1fr auto;align-content:center;column-gap:14px;min-height:90px;padding:17px 22px;transition:all .2s;display:grid}.quick-links a+a{border-left:1px solid var(--line)}.quick-links a:hover{background:#ffffff8f}.quick-links span{color:var(--orange);font:700 1rem var(--serif);grid-row:1/3;align-self:center}.quick-links strong{font:700 1rem var(--serif)}.quick-links small{color:var(--muted);font-size:.7rem}.quick-links svg{grid-area:1/3/3;align-self:center}.section{padding:118px max(32px,50% - 640px)}.section-intro{max-width:680px;margin-bottom:50px}.section-intro.compact{margin-bottom:42px}.section h2,.business h2{color:var(--teal);font:700 clamp(3rem,5.4vw,5.4rem)/.93 var(--serif);letter-spacing:-.055em;margin:0}.section-intro>p:last-child{max-width:570px;color:var(--muted);margin:22px 0 0;line-height:1.65}.paintball-section{background:var(--cream)}.kit-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.kit-card{border:1px solid var(--line);background:#f8f3e9;border-radius:26px;grid-template-rows:1fr auto;grid-template-columns:1fr auto;gap:24px;min-height:280px;padding:30px;transition:all .25s;display:grid}.kit-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px #14363b1a}.kit-card.featured{background:var(--teal);color:#fff;transform:translateY(-12px)}.kit-card.featured:hover{transform:translateY(-17px)}.kit-card>div{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.kit-card span{width:100%;color:var(--orange);letter-spacing:.16em;text-transform:uppercase;font-size:.67rem;font-weight:800}.kit-card.featured span{color:var(--sand)}.kit-card strong{font:700 5.6rem/.85 var(--serif);letter-spacing:-.08em}.kit-card small{color:var(--muted);font-size:.72rem;font-weight:700}.kit-card.featured small,.kit-card.featured p{color:#ffffff9e}.kit-card p{color:var(--muted);align-self:end;margin:0;font-size:.83rem;line-height:1.55}.kit-card>b{color:var(--orange);font:700 2.25rem var(--serif);align-self:end}.kit-card.featured>b{color:var(--sand)}.section-foot{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;margin-top:30px;padding-top:24px;display:flex}.section-foot p{color:var(--muted);margin:0;font-size:.76rem}.section-foot a,.text-link{color:var(--teal);align-items:center;gap:9px;font-size:.8rem;font-weight:800;display:inline-flex}.section-foot a svg,.text-link svg{width:18px}.menu-section{grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(54px,8vw,110px);display:grid}.menu-photo{border-radius:34px 8px 34px 34px;height:680px;position:relative;overflow:hidden}.menu-photo img{object-fit:cover;object-position:center 57%}.menu-photo>span{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf8e6;border-radius:999px;padding:11px 16px;font-size:.68rem;font-weight:800;position:absolute;bottom:24px;left:24px}.menu-content h2{font-size:clamp(3.2rem,5vw,5rem)}.menu-list{border-top:1px solid var(--line);margin:38px 0 30px}.menu-list>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;padding:20px 0;display:flex}.menu-list span{gap:4px;display:grid}.menu-list strong{font:700 1.15rem var(--serif)}.menu-list small{color:var(--muted);font-size:.72rem}.menu-list b{color:var(--orange);font:700 1.05rem var(--serif);white-space:nowrap}.shop-section{background:#e7ddcd}.product-row{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.product-row article{background:#fffdf894;border:1px solid #102d3421;border-radius:22px;flex-direction:column;justify-content:flex-end;min-height:250px;padding:25px;transition:all .22s;display:flex}.product-row article:hover{background:var(--cream);transform:translateY(-4px)}.product-row strong{font:700 1.3rem var(--serif);margin-top:25px}.product-row small{color:var(--muted);margin-top:5px;font-size:.72rem}.product-icon{background:var(--teal);border-radius:50%;width:84px;height:84px;position:relative}.product-icon:before,.product-icon:after{content:"";border:3px solid var(--sand);position:absolute}.product-icon.mask:before{border-radius:18px 18px 10px 10px;width:45px;height:32px;top:22px;left:20px}.product-icon.mask:after{border-top:0;border-radius:0 0 12px 12px;width:24px;height:10px;top:50px;left:31px}.product-icon.marker:before{border-radius:3px;width:47px;height:14px;top:27px;left:18px;transform:rotate(-10deg)}.product-icon.marker:after{border-top:0;width:15px;height:26px;top:38px;left:40px;transform:skew(-8deg)}.product-icon.tank:before{border-radius:14px;width:31px;height:51px;top:19px;left:27px}.product-icon.tank:after{border-bottom:0;width:13px;height:8px;top:12px;left:36px}.product-icon.vest:before{border-radius:9px 9px 16px 16px;width:48px;height:54px;top:16px;left:18px}.product-icon.vest:after{border-top:0;border-radius:0 0 10px 10px;width:15px;height:13px;top:13px;left:35px}.dark-outline{border:1px solid var(--teal);color:var(--teal);margin-top:30px}.dark-outline:hover{background:var(--teal);color:#fff}.business{background:var(--teal);color:#fff;grid-template-columns:1.04fr .96fr;align-items:center;gap:80px;padding:100px max(32px,50% - 640px);display:grid}.business h2{color:#fff}.business-copy>p:not(.eyebrow){color:#ffffffad;max-width:600px;margin:25px 0 0;line-height:1.7}.business-points{flex-wrap:wrap;gap:9px;margin:30px 0 34px;display:flex}.business-points span{border:1px solid #ffffff2e;border-radius:999px;padding:9px 12px;font-size:.69rem;font-weight:700}.sand{background:var(--sand);color:var(--teal)}.sand:hover{background:#f8e3b8}.business-image{border-radius:30px 7px 30px 30px;height:590px;position:relative;overflow:hidden}.business-image img{object-fit:cover}.business-image>div{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#072d31c7;border-radius:17px;gap:4px;padding:18px 20px;display:grid;position:absolute;bottom:20px;left:20px;right:20px}.business-image span{color:var(--sand);letter-spacing:.14em;text-transform:uppercase;font-size:.65rem;font-weight:800}.business-image strong{font:700 1.25rem var(--serif)}.social-callout{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:30px;width:min(1280px,100% - 64px);margin:90px auto;padding:25px 34px;display:grid}.social-callout>div:first-child{background:var(--cream);border-radius:50%;place-items:center;width:108px;height:108px;display:grid}.social-callout img{object-fit:contain;width:100px;height:100px}.social-callout p{gap:4px;margin:0;display:grid}.social-callout p span{color:var(--orange);letter-spacing:.14em;text-transform:uppercase;font-size:.7rem;font-weight:800}.social-callout p strong{font:700 clamp(1.4rem,3vw,2.3rem) var(--serif)}.social-actions{gap:10px;display:flex}.whatsapp-button{color:#fff;background:#168c53;box-shadow:0 14px 32px #168c532e}.whatsapp-button:hover{background:#107542}footer{border-top:1px solid var(--line);width:min(1280px,100% - 64px);min-height:120px;color:var(--muted);grid-template-columns:1fr 1fr 1fr;align-items:center;gap:30px;margin:auto;font-size:.74rem;display:grid}.footer-brand{color:var(--teal);font:700 1rem var(--serif);align-items:center;gap:9px;display:flex}.footer-brand img{object-fit:contain;width:44px;height:44px}footer>p{text-align:center}footer>div:last-child{color:var(--teal);flex-wrap:wrap;justify-self:end;gap:14px 22px;font-weight:700;display:flex}.mobile-cta{display:none}@keyframes rise{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}@keyframes fade{0%{opacity:0}to{opacity:1}}@media (width<=1000px){.site-header,.hero{width:calc(100% - 40px)}.desktop-nav{gap:21px}.hero{grid-template-columns:.8fr 1.2fr;gap:30px}.hero h1{font-size:clamp(4rem,9vw,6rem)}.hero-gallery{min-height:470px}.quick-links a{padding:15px 13px}.menu-section,.business{gap:50px}.product-row{grid-template-columns:repeat(2,1fr)}}@media (width<=800px){.site-header{grid-template-columns:1fr auto;height:78px}.desktop-nav{display:none}.brand img{width:44px;height:44px}.hero{grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:38px;min-height:auto;padding:28px 0 60px}.hero-copy{padding:15px 0 0}.hero h1{font-size:clamp(4.2rem,17vw,6.4rem)}.hero-gallery{height:620px;min-height:0}.quick-links{grid-template-columns:repeat(2,1fr)}.quick-links a:nth-child(3){border-left:0;border-top:1px solid var(--line)}.quick-links a:nth-child(4){border-top:1px solid var(--line)}.kit-grid{grid-template-columns:1fr}.kit-card{min-height:230px}.kit-card.featured,.kit-card.featured:hover{transform:none}.menu-section,.business{grid-template-columns:1fr}.menu-photo{height:610px}.menu-content{order:-1}.business-image{height:520px}.social-callout{grid-template-columns:auto 1fr}.social-actions{grid-column:1/-1}.social-actions .button{flex:1}footer{grid-template-columns:1fr 1fr;padding:30px 0 92px}footer>p{display:none}}@media (width<=560px){html{scroll-padding-top:70px}.site-header,.hero{width:calc(100% - 32px)}.site-header{height:70px}.brand{font-size:1rem}.brand img{width:40px;height:40px}.header-socials{gap:5px}.round-link{width:38px;height:38px}.hero{padding-top:20px}.hero h1{font-size:clamp(3.8rem,20vw,5.2rem)}.hero-text{font-size:.96rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.hero-gallery{height:450px}.hero-main-photo{border-radius:25px 7px 25px 25px;right:11%}.hero-side-photo{border-width:5px;width:39%;height:42%}.hero-badge{width:100px;height:100px;padding:17px;top:5%;right:2%}.hero-badge strong{font-size:1.35rem}.quick-links a{column-gap:8px;min-height:81px;padding:13px 9px}.quick-links strong{font-size:.9rem}.quick-links small{font-size:.62rem}.quick-links span{font-size:.8rem}.quick-links svg{width:16px}.section{padding:82px 16px}.section-intro{margin-bottom:34px}.section h2,.business h2{font-size:clamp(2.85rem,15vw,4rem)}.kit-card{min-height:215px;padding:24px}.kit-card strong{font-size:4.7rem}.section-foot{flex-direction:column;align-items:flex-start}.menu-photo{border-radius:25px 7px 25px 25px;height:470px}.menu-list>div{align-items:flex-start}.menu-list strong{font-size:1rem}.menu-list b{font-size:.92rem}.product-row{grid-template-columns:1fr 1fr;gap:8px}.product-row article{min-height:205px;padding:17px}.product-icon{transform-origin:0 100%;width:70px;height:70px;transform:scale(.85)}.business{gap:45px;padding:80px 16px}.business-image{height:420px}.social-callout{grid-template-columns:72px 1fr;gap:18px;width:calc(100% - 32px);margin:60px auto 80px;padding:21px 0}.social-callout>div:first-child{width:72px;height:72px}.social-callout img{width:68px;height:68px}.social-actions{flex-direction:column}.social-actions .button{width:100%}footer{grid-template-columns:1fr;width:calc(100% - 32px);padding:25px 0 92px}footer>div:last-child{justify-self:start}.mobile-cta{z-index:20;color:#fff;background:#168c53;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:52px;font-size:.82rem;font-weight:800;display:flex;position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 14px 35px #168c5342}.mobile-cta svg{width:18px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.hero-main-photo img,.hero-side-photo img,.menu-photo img,.business-image img{object-fit:cover;width:100%;height:100%}.order-app{--order-bg:#f5f1e8;--order-surface:#fffdfa;--order-ink:#14383a;--order-muted:#687675;--order-green:#0b4b4c;--order-green-2:#176565;--order-orange:#ef7739;--order-gold:#f2d49e;--order-line:#14383a21;background:var(--order-bg);min-height:100vh;color:var(--order-ink);font-family:var(--font-geist),Arial,sans-serif;padding-bottom:110px}.order-app button,.order-app input,.order-app textarea{font:inherit}.order-header{background:var(--order-green);color:#fff;justify-content:space-between;align-items:center;gap:24px;padding:22px max(18px,50% - 560px);display:flex;position:relative}.order-header:after{content:"";background:linear-gradient(135deg,var(--order-green) 25%,transparent 25%) -12px 0/24px 24px,linear-gradient(225deg,var(--order-green) 25%,transparent 25%) -12px 0/24px 24px;height:12px;position:absolute;bottom:-12px;left:0;right:0}.order-header p{color:#ffffffb8;text-align:right;max-width:370px;margin:0;font-size:.8rem;line-height:1.45}.order-brand{align-items:center;gap:12px;display:flex}.order-brand img{object-fit:contain;background:#f8f1df;border-radius:50%;width:55px;height:55px}.order-brand>div{gap:4px;display:grid}.order-brand span{font:700 1.12rem Georgia,serif}.order-brand strong{color:var(--order-gold);letter-spacing:.1em;text-transform:uppercase;font-size:.76rem}.menu-tools{z-index:10;background:linear-gradient(var(--order-bg) 82%,#f5f1e8eb);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:28px max(18px,50% - 560px) 13px;position:sticky;top:0}.menu-search{border:1px solid var(--order-line);background:#fff;border-radius:17px;align-items:center;gap:10px;height:54px;padding:0 17px;display:flex;box-shadow:0 8px 26px #213e3a0f}.menu-search input{min-width:0;color:var(--order-ink);background:0 0;border:0;outline:0;flex:1;font-size:1rem}.menu-search>span:last-child{color:var(--order-green);font-size:1.65rem;line-height:1}.category-strip{scrollbar-width:none;overscroll-behavior-x:contain;gap:8px;padding:13px 1px 5px;display:flex;overflow-x:auto}.category-strip::-webkit-scrollbar{display:none}.category-strip button{border:1px solid var(--order-line);min-height:38px;color:var(--order-green);cursor:pointer;background:#ffffffa8;border-radius:999px;flex:none;padding:0 15px;font-size:.76rem;font-weight:750}.category-strip button.active{background:var(--order-green);border-color:var(--order-green);color:#fff}.product-section,.order-panel{width:min(1120px,100% - 36px);margin:20px auto 0}.section-heading{justify-content:space-between;align-items:end;gap:20px;margin:24px 0;display:flex}.order-kicker{color:var(--order-orange);letter-spacing:.16em;text-transform:uppercase;margin:0 0 7px;font-size:.65rem;font-weight:850}.section-heading h1,.order-panel>h1,.status-card h1,.invalid-card h1{letter-spacing:-.045em;color:var(--order-green);margin:0;font:700 clamp(2rem,5vw,3.5rem)/1 Georgia,serif}.section-heading>span{color:var(--order-muted);padding-bottom:4px;font-size:.72rem}.order-product-grid{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.order-product-card{border:1px solid var(--order-line);background:var(--order-surface);border-radius:19px;grid-template-columns:1fr auto;align-items:end;gap:18px;min-height:142px;padding:19px;display:grid;box-shadow:0 8px 25px #24433e0b}.product-copy{align-self:start}.product-copy h2{margin:0 0 9px;font:700 1.05rem/1.25 Georgia,serif}.product-copy strong{color:var(--order-orange);font-size:.96rem}.quantity-control{justify-content:flex-end;align-items:center;gap:7px;min-height:42px;display:flex}.quantity-control button{border:1px solid var(--order-line);width:42px;height:42px;color:var(--order-green);cursor:pointer;background:#fff;border-radius:50%;font-size:1.5rem;line-height:1}.quantity-control button.add{background:var(--order-green);border-color:var(--order-green);color:#fff}.quantity-control button:disabled{opacity:.3;cursor:not-allowed}.quantity-control span{text-align:center;min-width:22px;font-size:.88rem;font-weight:850}.variant-options{border:0;flex-wrap:wrap;grid-column:1/-1;gap:7px;margin:0;padding:0;display:flex}.variant-options legend{width:100%;color:var(--order-muted);margin-bottom:3px;font-size:.66rem;font-weight:750}.variant-options label{border:1px solid var(--order-line);color:var(--order-muted);cursor:pointer;background:#fff;border-radius:9px;padding:8px 10px;font-size:.7rem;position:relative}.variant-options label.selected{border-color:var(--order-green-2);color:var(--order-green);background:#eaf4f0;font-weight:800}.variant-options input{opacity:0;pointer-events:none;position:absolute}.floating-cart{z-index:30;background:var(--order-orange);color:#fff;cursor:pointer;border:0;border-radius:18px;justify-content:space-between;align-items:center;gap:15px;width:min(680px,100% - 24px);min-height:60px;padding:0 21px;font-weight:800;display:flex;position:fixed;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 17px 40px #a2461e4d}.floating-cart strong{font-size:1.05rem}.empty-search{border:1px dashed var(--order-line);text-align:center;min-height:200px;color:var(--order-muted);border-radius:20px;place-content:center;gap:6px;display:grid}.empty-search strong{color:var(--order-green)}.order-panel{max-width:780px;margin-top:42px}.back-button,.change-choice{color:var(--order-green);cursor:pointer;background:0 0;border:0;margin:0 0 27px;padding:0;font-size:.76rem;font-weight:800}.back-button:disabled{opacity:.5}.cart-list{border-top:1px solid var(--order-line);margin:28px 0 20px}.cart-item{border-bottom:1px solid var(--order-line);grid-template-columns:1fr auto;align-items:center;gap:16px;padding:18px 0;display:grid}.cart-item h2{margin:0 0 3px;font:700 1.03rem/1.25 Georgia,serif}.cart-item>div:first-child{gap:3px;display:grid}.cart-item>div:first-child span{color:var(--order-orange);font-size:.71rem;font-weight:750}.cart-item small{color:var(--order-muted);font-size:.68rem}.cart-actions{grid-template-rows:auto auto;grid-template-columns:auto minmax(65px,auto);place-items:center end;column-gap:14px;display:grid}.cart-actions .quantity-control{grid-row:1/3}.cart-actions>strong{font-size:.85rem}.remove-button{color:#a74b3b;cursor:pointer;background:0 0;border:0;padding:3px 0;font-size:.64rem;text-decoration:underline}.order-fields{gap:14px;margin:25px 0;display:grid}.order-fields label{color:var(--order-green);gap:8px;font-size:.75rem;font-weight:800;display:grid;position:relative}.order-fields label>span small{color:var(--order-muted);font-weight:500}.order-fields input,.order-fields textarea{border:1px solid var(--order-line);width:100%;color:var(--order-ink);background:#fff;border-radius:14px;outline:0}.order-fields input{height:51px;padding:0 15px}.order-fields textarea{resize:vertical;min-height:96px;padding:14px 15px}.order-fields input:focus,.order-fields textarea:focus,.phone-input:focus-within{border-color:var(--order-green-2);box-shadow:0 0 0 3px #1765651a}.char-count{color:var(--order-muted);background:#fff;padding:2px 4px;font-size:.6rem;position:absolute;bottom:9px;right:11px}.cart-total{border-top:1px solid var(--order-line);border-bottom:1px solid var(--order-line);justify-content:space-between;align-items:center;margin:24px 0 17px;padding:19px 0;display:flex}.cart-total span{color:var(--order-muted);font-size:.78rem}.cart-total strong{color:var(--order-green);font:700 1.75rem Georgia,serif}.order-button{cursor:pointer;border-radius:15px;width:100%;min-height:55px;padding:0 21px;font-weight:850}.primary-action{background:var(--order-green);color:#fff;border:0;box-shadow:0 12px 28px #0b4b4c26}.primary-action:disabled{opacity:.55;cursor:not-allowed}.secondary-action{border:1px solid var(--order-green);color:var(--order-green);background:#fff}.panel-intro{color:var(--order-muted);margin:12px 0 25px;line-height:1.55}.choice-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.choice-grid>button{border:1px solid var(--order-line);min-height:180px;color:var(--order-green);text-align:left;cursor:pointer;background:#fff;border-radius:19px;flex-direction:column;align-items:flex-start;padding:23px;display:flex}.choice-grid>button:hover{border-color:var(--order-green-2);box-shadow:0 12px 28px #1e403d14}.choice-grid>button>span{font-size:1.7rem}.choice-grid strong{margin-top:auto;font:700 1.15rem Georgia,serif}.choice-grid small{color:var(--order-muted);margin-top:6px;line-height:1.35}.text-button{color:var(--order-green);cursor:pointer;background:0 0;border:0;margin:15px auto 0;padding:8px;font-size:.76rem;font-weight:800;text-decoration:underline;display:block}.skip-points{margin-top:24px}.points-card{border:1px solid var(--order-line);background:#fff;border-radius:21px;margin-top:22px;padding:25px}.points-card h2{max-width:500px;color:var(--order-green);margin:0 0 16px;font:700 1.45rem/1.2 Georgia,serif}.change-choice{float:right;color:var(--order-muted);margin:2px 0 10px;font-size:.67rem;text-decoration:underline}.phone-input{border:1px solid var(--order-line);border-radius:14px;align-items:center;height:55px;margin:16px 0;display:flex;overflow:hidden}.phone-input>span{border-right:1px solid var(--order-line);height:100%;color:var(--order-green);background:#f3efe5;place-items:center;padding:0 14px;font-weight:800;display:grid}.phone-input input{min-width:0;height:100%;color:var(--order-ink);letter-spacing:.08em;border:0;outline:0;flex:1;padding:0 15px;font-size:1.08rem}.inline-message{color:#a74b3b;margin:0 0 13px;font-size:.72rem}.verified-box,.missing-box{color:var(--order-green);background:#eaf5ef;border-radius:14px;gap:6px;margin:15px 0;padding:17px;display:grid}.verified-box span{font-weight:800}.verified-box p,.missing-box p{color:var(--order-muted);margin:0;font-size:.76rem;line-height:1.45}.missing-box{background:#fff8e9}.missing-box>strong{font-size:.86rem}.missing-box>small{color:var(--order-muted);margin:2px 0 7px;font-size:.67rem;line-height:1.45}.whatsapp-register{color:#fff;background:#168c53;border-radius:14px;justify-content:center;align-items:center;min-height:52px;margin:8px 0;padding:0 17px;font-size:.8rem;font-weight:850;display:flex}.join-card{text-align:center}.join-card h2{margin-left:auto;margin-right:auto}.join-card>p{max-width:510px;color:var(--order-muted);margin:0 auto 16px;font-size:.82rem;line-height:1.55}.join-star{margin:4px 0 10px;font-size:2rem;display:block}.confirm-table{background:var(--order-green);color:#fff;border-radius:13px;justify-content:space-between;margin:27px 0 13px;padding:15px 17px;display:flex}.confirm-table span{color:var(--order-gold);text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:800}.confirm-items{border-top:1px solid var(--order-line)}.confirm-items>div{border-bottom:1px solid var(--order-line);justify-content:space-between;gap:18px;padding:13px 2px;font-size:.78rem;display:flex}.confirm-items b{color:var(--order-orange)}.confirm-items strong{white-space:nowrap}.confirm-notes{background:#fff;border-radius:13px;margin:15px 0;padding:14px 16px}.confirm-notes p{gap:3px;margin:0;display:grid}.confirm-notes p+p{margin-top:11px}.confirm-notes span{color:var(--order-muted);font-size:.65rem}.confirm-notes strong{font-size:.76rem;line-height:1.45}.points-summary{color:var(--order-green);background:#eaf5ef;border:1px solid #cde5d8;border-radius:12px;margin:15px 0;padding:13px 15px;font-size:.75rem;font-weight:800}.send-button{justify-content:center;align-items:center;gap:9px;display:flex}.send-note{text-align:center;max-width:530px;color:var(--order-muted);margin:12px auto;font-size:.68rem;line-height:1.45}.status-screen,.invalid-table,.order-loading{place-items:center;padding:24px;display:grid}.status-card,.invalid-card{border:1px solid var(--order-line);text-align:center;background:#fff;border-radius:25px;width:min(520px,100%);padding:40px;box-shadow:0 24px 70px #25433c1c}.status-icon{color:#168c53;background:#e4f3ea;border-radius:50%;place-items:center;width:68px;height:68px;margin:0 auto 20px;font-size:2rem;font-weight:900;display:grid}.error-card .status-icon{color:#d46537;background:#fff0e9}.status-card>p:not(.order-kicker):not(.table-pill):not(.points-earned){color:var(--order-muted);font-size:.84rem;line-height:1.55}.order-number{margin:18px 0 10px;font:700 1.45rem Georgia,serif;display:block}.table-pill{background:var(--order-green);color:#fff;border-radius:999px;margin:0 0 10px;padding:7px 13px;font-size:.75rem;font-weight:800;display:inline-flex}.points-earned{color:#7a581b;background:#fff8e7;border-radius:12px;margin:13px 0;padding:12px;font-size:.78rem;font-weight:800}.status-card .order-button{margin-top:18px}.next-points{border-top:1px solid var(--order-line);color:var(--order-muted);gap:5px;margin-top:21px;padding-top:17px;font-size:.68rem;display:grid}.next-points a{color:#168c53;font-weight:850}.invalid-card img{object-fit:contain;width:100px;height:100px;margin:0 auto 15px}.invalid-card>p:last-child{max-width:360px;color:var(--order-muted);margin:18px auto 0;font-size:.84rem;line-height:1.55}.spinner{border:3px solid #0b4b4c33;border-top-color:var(--order-green);border-radius:50%;width:38px;height:38px;animation:.7s linear infinite order-spin}.spinner.small{border-width:2px;border-color:#fff #fff6 #fff6;width:18px;height:18px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}@keyframes order-spin{to{transform:rotate(360deg)}}@media (width<=820px){.order-product-grid{grid-template-columns:repeat(2,1fr)}.order-header,.menu-tools{padding-left:18px;padding-right:18px}}@media (width<=560px){.order-app{padding-bottom:96px}.order-header{align-items:flex-start;padding-top:16px;padding-bottom:17px}.order-header p{display:none}.order-brand img{width:48px;height:48px}.menu-tools{padding-top:23px}.product-section,.order-panel{width:calc(100% - 28px)}.product-section{margin-top:9px}.section-heading{margin:18px 2px}.section-heading>span{font-size:.66rem}.order-product-grid{grid-template-columns:1fr;gap:9px}.order-product-card{grid-template-columns:1fr auto;min-height:118px;padding:16px}.product-copy h2{font-size:1rem}.quantity-control button{width:40px;height:40px}.floating-cart{border-radius:16px;min-height:58px;font-size:.76rem}.order-panel{margin-top:28px}.cart-item{grid-template-columns:1fr;gap:9px}.cart-actions{grid-template-rows:1fr;grid-template-columns:auto 1fr auto;justify-items:end}.cart-actions .quantity-control{grid-row:auto}.remove-button{grid-column:auto}.choice-grid{grid-template-columns:1fr}.choice-grid>button{min-height:145px}.status-card,.invalid-card{border-radius:22px;padding:32px 21px}.points-card{padding:20px 16px}.confirm-items>div{font-size:.74rem}}@media (prefers-reduced-motion:reduce){.order-app *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.cart-head{border-bottom:1px solid var(--order-line);color:var(--order-muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;padding:10px 2px;font-size:.62rem;font-weight:800;display:flex}
