:root{--blue:#0143BE;--lime:#9AD102;--cyan:#31C3D0;--orange:#FC6303;--yellow:#F9C802;--soft:#F4FAFF;--line:#D8E8F7;--shadow:0 14px 36px rgba(1,67,190,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Archivo Narrow',Arial,sans-serif;color:#07387E;background:#fff;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button,input{font:inherit}.menu-header{height:88px;display:grid;grid-template-columns:250px 1fr auto auto;align-items:center;gap:18px;padding:0 clamp(22px,5vw,76px);position:sticky;top:0;z-index:100;background:rgba(255,255,255,.98);border-bottom:1px solid #E4EEF6}.menu-brand img{width:210px;height:68px;object-fit:contain;object-position:left center}.menu-header nav{display:flex;justify-content:center;gap:clamp(13px,1.8vw,28px);font-weight:700;color:#003B91}.menu-header nav a{padding:12px 0;position:relative}.menu-header nav a.active:after{content:"";position:absolute;left:15%;right:15%;bottom:4px;height:3px;background:var(--lime);border-radius:3px}.menu-lang{border:1px solid #D7E6F3;background:#fff;color:var(--blue);border-radius:999px;padding:9px 12px;font-weight:800}.visit{background:linear-gradient(135deg,#B7EE00,var(--lime));color:#073B8E;border-radius:999px;padding:14px 23px;font-weight:900;white-space:nowrap}.menu-toggle{display:none;border:0;background:transparent;color:var(--blue);font-size:30px}.menu-hero{min-height:300px;background:linear-gradient(180deg,#F4FBFF,#fff);position:relative;overflow:hidden;display:grid;grid-template-columns:1fr minmax(440px,760px) 1fr;align-items:center;padding:40px clamp(18px,5vw,70px)}.corner-palm{position:absolute;width:112px;top:-16px;pointer-events:none;opacity:.54}.corner-palm.left{left:-36px}.corner-palm.right{right:-36px;transform:scaleX(-1)}.hero-center{text-align:center;position:relative;z-index:2}.hero-center>img{width:76px;height:70px;object-fit:contain;margin:0 auto 4px}.hero-center h1{font:900 clamp(48px,5.5vw,78px)/.95 'Archivo Black',sans-serif;letter-spacing:-.05em;margin:0;color:var(--blue)}.hero-center h1 em{font-style:normal;color:var(--lime)}.hero-center p{font-size:18px;margin:13px 0 0;color:#214F8B}.scribble{font:700 29px/1.05 'Kalam',cursive;color:var(--blue);position:relative;z-index:2}.scribble-left{justify-self:start;transform:rotate(-5deg)}.scribble-right{justify-self:end;text-align:right;transform:rotate(4deg)}.toolbar-wrap{max-width:1450px;margin:0 auto;padding:24px clamp(20px,5vw,70px);display:grid;grid-template-columns:1fr minmax(230px,320px);gap:20px;align-items:center;border-bottom:1px solid #EDF3F8}.filters{display:flex;gap:9px;flex-wrap:wrap}.filter{border:0;background:#EAF6FE;color:#034493;border-radius:999px;padding:10px 17px;font-weight:800;cursor:pointer}.filter.active{background:var(--lime);box-shadow:0 8px 20px rgba(154,209,2,.22)}.search{height:44px;border:1px solid #C8DFF1;border-radius:999px;display:flex;align-items:center;gap:8px;padding:0 15px;color:var(--blue)}.search input{border:0;outline:0;width:100%;color:#174B86;background:transparent}.menu-section{max-width:1450px;margin:auto;padding:58px clamp(20px,5vw,70px)}.menu-section.alt{background:#F5FBFF;max-width:none}.menu-section.alt>.section-title,.menu-section.alt>.product-grid{max-width:1310px;margin-left:auto;margin-right:auto}.section-title{margin-bottom:24px}.section-title>div{display:flex;align-items:center;gap:12px}.section-title h2{font:900 clamp(36px,4vw,58px)/.92 'Barlow Condensed',sans-serif;color:var(--blue);margin:0}.section-title h2 em{font-style:normal;color:var(--lime)}.section-title p{margin:8px 0 0 52px;text-transform:uppercase;letter-spacing:.18em;font-size:13px;font-weight:800}.category-icon{width:40px;height:40px;border-radius:50%;background:#E8F6FF;display:grid;place-items:center;color:var(--blue);font-size:23px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{background:#fff;border:1px solid #D8E8F7;border-radius:22px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;min-width:0}.product-photo{position:relative;aspect-ratio:1.35/1;overflow:hidden;background:#EEF7FC}.product-photo img{width:100%;height:100%;object-fit:cover}.plus{position:absolute;right:12px;bottom:-1px;width:38px;height:38px;border:0;border-radius:50%;background:var(--lime);color:#06418A;font-size:27px;font-weight:900;cursor:pointer}.product-copy{padding:14px 14px 12px;display:flex;flex-direction:column;flex:1}.product-copy h3{font:900 27px/.95 'Barlow Condensed';color:var(--blue);margin:0}.price{font:900 21px 'Barlow Condensed';color:var(--blue);margin-top:4px}.product-copy p{font-size:15px;line-height:1.28;margin:8px 0 14px;min-height:38px}.tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:auto}.tag{font-size:11px;background:#EAF6FE;color:#0752A6;border-radius:999px;padding:6px 8px;font-weight:800}.tag.green{background:#E6FAF5;color:#078D78}.tag.orange{background:#FFF0E5;color:#C64C00}.modal{position:fixed;inset:0;background:rgba(0,35,83,.58);display:none;place-items:center;z-index:200;padding:20px}.modal.open{display:grid}.modal-card{width:min(760px,95vw);background:#fff;border-radius:26px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;position:relative;box-shadow:0 30px 90px rgba(0,0,0,.25)}.close{position:absolute;right:14px;top:14px;z-index:3;border:0;width:40px;height:40px;border-radius:50%;background:#fff;color:var(--blue);font-size:28px;cursor:pointer}.modal-photo img{width:100%;height:100%;min-height:390px;object-fit:cover}.modal-copy{padding:50px 34px 34px}.modal-copy>span{font-weight:800;letter-spacing:.14em;font-size:12px;color:#3B6EA8}.modal-copy h3{font:900 43px/.95 'Barlow Condensed';color:var(--blue);margin:10px 0}.modalPrice{font:900 27px 'Barlow Condensed';color:var(--blue)}footer{padding:32px clamp(20px,5vw,70px);display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:25px;border-top:1px solid #E3EDF6}footer img{width:200px}footer span{font-weight:700}footer a{font-weight:900;color:var(--blue)}.mobile-dock{display:none}
@media(max-width:1180px){.menu-header{grid-template-columns:220px 1fr auto;padding:0 22px}.menu-toggle{display:block;grid-column:3;grid-row:1}.menu-brand{grid-column:1;grid-row:1}.menu-lang,.visit{display:none}.menu-header nav{display:none;position:absolute;top:88px;left:16px;right:16px;background:#fff;border:1px solid #E0ECF6;border-radius:20px;box-shadow:var(--shadow);padding:18px;flex-direction:column;align-items:stretch}.menu-header nav.open{display:flex}.menu-hero{grid-template-columns:1fr minmax(400px,650px) 1fr}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){body{padding-bottom:70px}.menu-header{height:78px;grid-template-columns:54px 1fr 54px;padding:0 12px}.menu-toggle{grid-column:1;justify-self:start}.menu-brand{grid-column:2;justify-self:center}.menu-brand img{width:185px;height:60px;object-position:center}.menu-header nav{top:78px}.menu-hero{min-height:265px;display:block;padding:28px 15px 24px;text-align:center}.corner-palm{width:70px;top:-5px;opacity:.36}.corner-palm.left{left:-30px}.corner-palm.right{right:-30px}.scribble{display:none}.hero-center>img{width:62px;height:58px}.hero-center h1{font-size:46px;letter-spacing:-.04em}.hero-center p{font-size:15px;max-width:520px;margin:10px auto 0}.toolbar-wrap{grid-template-columns:1fr;padding:16px 14px}.filters{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.filter{padding:9px 7px;font-size:13px}.search{grid-row:2}.menu-section{padding:42px 14px}.section-title h2{font-size:38px}.section-title p{margin-left:0;font-size:11px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{border-radius:17px}.product-photo{aspect-ratio:1.05/1}.product-copy{padding:10px 10px 9px}.product-copy h3{font-size:22px}.price{font-size:18px}.product-copy p{font-size:12.5px;min-height:0;margin:7px 0 10px}.tag{font-size:9px;padding:5px 6px}.plus{width:34px;height:34px;font-size:23px;right:8px}.modal-card{grid-template-columns:1fr;max-height:90vh;overflow:auto}.modal-photo img{min-height:260px;height:300px}.modal-copy{padding:26px 22px}.mobile-dock{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;z-index:150;background:rgba(255,255,255,.96);border-top:1px solid #DDEAF5;backdrop-filter:blur(12px);padding-bottom:env(safe-area-inset-bottom)}.mobile-dock a{min-height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--blue);font-size:20px}.mobile-dock span{font-size:11px;font-weight:800}footer{grid-template-columns:1fr;text-align:center;padding-bottom:88px}footer img{margin:auto}}
@media(max-width:430px){.filters{grid-template-columns:repeat(2,1fr)}.filter:first-child{grid-column:span 2}.hero-center h1{font-size:42px}.product-copy h3{font-size:20px}.product-copy p{font-size:12px}.menu-section{padding-left:10px;padding-right:10px}.product-grid{gap:8px}}

/* Mobile nav: remove active underline inside dropdown only */
@media(max-width:1180px){.menu-header nav a.active:after{display:none!important}}

/* v5: Frecura neon accents */
.hero-center h1 em,.section-title h2 em{ text-shadow:0 0 7px rgba(154,209,2,.38),0 0 18px rgba(154,209,2,.18); }
.filter.active,.visit,.plus{box-shadow:0 0 10px rgba(154,209,2,.34),0 0 24px rgba(154,209,2,.14)}
.product-card{transition:transform .18s ease,box-shadow .18s ease}
.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(1,67,190,.16),0 0 20px rgba(49,195,208,.10)}
.special-section{background:radial-gradient(circle at 50% 0,rgba(49,195,208,.08),transparent 34%)}
.special-card .product-photo{background:#10131d}
