/* About Page Styles adapted to site palette (black/white + #000000) */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}
.about-container{max-width:1200px;margin:0 auto;padding:2rem}
.breadcrumb{margin-bottom:2rem;font-size:.95rem;color:#666}
.breadcrumb a{color:#000000;text-decoration:none;transition:color .3s}
.breadcrumb a:hover{color:#000}
.breadcrumb .separator{margin:0 .5rem;color:#999}
.about-hero{text-align:center;margin-bottom:3rem;padding:2rem 0}
.chef-avatar{margin-bottom:2rem;display:flex;justify-content:center}
.chef-avatar img{width:200px;height:200px;border-radius:50%;border:5px solid #000000;box-shadow:0 5px 20px rgba(0, 0, 0,.25);transition:transform .3s,box-shadow .3s}
.chef-avatar img:hover{transform:scale(1.05);box-shadow:0 8px 30px rgba(0, 0, 0,.35)}
.about-hero h1{font-size:3rem;color:#2c3e50;margin-bottom:1rem;font-weight:700}
.intro-text{font-size:1.25rem;color:#555;max-width:800px;margin:0 auto;line-height:1.8}
.about-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}
.about-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s}
.about-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px rgba(0,0,0,.12)}
.about-card h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:3px solid #000000;display:inline-block}
.about-card ul{list-style:none;padding-left:0}
.about-card ul li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#555;line-height:1.6}
.about-card ul li::before{content:"✓";position:absolute;left:0;color:#000000;font-weight:700;font-size:1.2rem}
@media (max-width:768px){.about-hero h1{font-size:2rem}.intro-text{font-size:1.1rem}.about-sections{grid-template-columns:1fr}.about-card{padding:1.5rem}}
@media (max-width:480px){.about-container{padding:1rem}.about-hero h1{font-size:1.75rem}.intro-text{font-size:1rem}.about-card h2{font-size:1.25rem}}
