/* Base */
body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#333;line-height:1.4}
img{border:0}

/* Logo */
.logo-muray{margin:20px 0;text-align:center}
.logo-muray img{max-width:320px;height:auto;display:block;margin:0 auto;border:1px dashed #ccc}

/* Textos base */
.text_petit,.text_normal_vea,.text,.text2,.normal,.normal-centre,.normal_formularis,.detall-centre{font-family:inherit;color:inherit;text-decoration:none}

/* Variants de text */
.text_petit{font-size:.7rem;line-height:1.2;white-space:nowrap}
.text_normal_vea{font-size:.8rem;line-height:1.3}
.text{font-size:.8rem}
.text2{font-size:.7rem;line-height:1.3}
.text2 a{text-decoration:none}
.text2 a:hover{color:#a66c00;text-decoration:underline}

/* Títols */
.titol_Producte{font-size:1.375rem;line-height:1.3;font-weight:700;color:#666}
.Titol_tronja2{font-size:1.3125rem;line-height:1.05;color:#D9A333;text-transform:uppercase}
.Titol_tronja4{font-size:1.625rem;line-height:1.15;color:#D9A333}

/* Menú */
.menu{font-size:.75rem;color:#999;text-decoration:none}

/* Centrat */
.normal-centre{font-size:.9rem;line-height:1.5;text-align:center}
.detall-centre{font-size:.7rem;line-height:1.3;text-align:center}

/* Formularis */
.normal_formularis{font-size:.8rem;line-height:1.4;border:1px dashed #ccc;padding:1px;margin:1px}

/* Links dins .normal */
.normal a{color:inherit;text-decoration:none}
.normal a:hover{text-decoration:underline}

/* Imatges responsives */
.intro-presentacio img,.normal img.responsive{max-width:100%;height:auto;display:block;margin:0 auto 1.5rem}

/* Paràgrafs */
.intro-presentacio p{margin:0 0 1.5rem}

/* WhatsApp */
.whatsapp-float{position:fixed;right:5%;bottom:20px;z-index:1000;cursor:pointer;transition:transform .3s ease}
.whatsapp-float img{width:60px;height:60px;border-radius:50%;box-shadow:none;background:none}
.whatsapp-float:hover{transform:scale(1.1)}

/* Text flotant */
.text-float{position:fixed;top:20px;left:20px;z-index:1000;background:#fff;padding:10px;box-shadow:0 2px 8px rgba(0,0,0,.1)}

/* Espai */
.espai{margin-bottom:2rem}

/* Títol 3 blau */
.titol_3_blau{font-size:2.25rem;line-height:1;color:#999;font-weight:700;text-align:center}

/* Responsive */
@media (max-width:480px){.normal{font-size:clamp(.7rem,4vw + .25rem,.85rem)}}


/* Projectes */
.projectes-wrap{max-width:700px;margin:0 auto;padding:10px 6px}
.projectes-titol{text-align:left;margin-bottom:10px}
.projectes-grid{display:grid;grid-template-columns:repeat(15,minmax(0,1fr));gap:6px}
.projecte-item{display:flex;align-items:center;justify-content:center;min-height:34px;text-decoration:none;cursor:pointer;border-radius:3px}
.projecte-item:hover{filter:brightness(.95)}
@media (max-width:900px){.projectes-grid{grid-template-columns:repeat(10,minmax(0,1fr))}}
@media (max-width:700px){.projectes-grid{grid-template-columns:repeat(8,minmax(0,1fr))}}
@media (max-width:520px){.projectes-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media (max-width:360px){.projectes-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
