@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-15px) rotate(5deg)}50%{transform:translateY(-25px) rotate(-5deg)}75%{transform:translateY(-10px) rotate(3deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@keyframes glow{0%,to{box-shadow:0 0 20px rgba(139,92,246,.3)}50%{box-shadow:0 0 40px rgba(139,92,246,.6)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes drawLine{0%{width:0}to{width:100%}}*{margin:0;padding:0;box-sizing:border-box}.chefs-blog-container{min-height:100vh;background:linear-gradient(135deg,#ffffff,#ffffff,#ffffff);color:white;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255),rgba(255,255,255));z-index:1}.hero-background{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(139,92,246,.1) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(239,68,68,.1) 0,transparent 50%),radial-gradient(circle at 40% 80%,rgba(245,158,11,.1) 0,transparent 50%);background-size:100% 100%}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:2rem;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(0,0,0,);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.2);border-radius:50px;padding:.75rem 1.5rem;margin-bottom:2rem;animation:fadeInUp 1s ease-out .2s both;color:#000000}.badge-icon{width:1.25rem;height:1.25rem;color:#8B5CF6}.hero-title{color:#000000;font-size:clamp(3rem,4.5vw,6rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out .4s both}.hero-title-accent{background:linear-gradient(135deg,#8B5CF6,#EC4899,#F59E0B);background-clip:text;-webkit-background-clip:text;color:transparent;background-size:200% 200%;animation:shimmer 3s ease-in-out infinite}.hero-subtitle{font-size:1.25rem;color:rgba(0,0,0,.8);max-width:600px;margin:0 auto 3rem;line-height:1.6;animation:fadeInUp 1s ease-out .6s both}.hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;animation:fadeInUp 1s ease-out .8s both}.stat-item{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgb(0,0,0,.25);border-radius:1rem;padding:1.5rem 2rem;transition:all .3s ease}.stat-item:hover{transform:translateY(-5px);background:rgba(255,255,255,.1);box-shadow:0 20px 40px rgba(0,0,0,.2)}.stat-icon{width:2rem;height:2rem;color:#8B5CF6}.stat-content{display:flex;flex-direction:column;text-align:left;color:#000000}.stat-number{font-size:2rem;font-weight:700;color:rgb(0,0,0)}.stat-label{font-size:.875rem;color:rgba(0,0,0)}.spotlight-section{padding:8rem 2rem;background:linear-gradient(180deg,rgba(15,15,35,.9),rgba(26,26,62,.9))}.spotlight-container{max-width:1400px}.spotlight-header{text-align:center;margin-bottom:4rem}.sec-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#ffffff,#8B5CF6);background-clip:text;-webkit-background-clip:text;color:transparent}.sec-subtitle{font-size:1.25rem;color:rgba(255,255,255,.7);max-width:600px;margin:0 auto}.chef-showcase{display:grid;grid-template-columns:1fr 2fr;grid-gap:4rem;gap:4rem;align-items:start}@media (max-width:1024px){.chef-showcase{grid-template-columns:1fr;gap:2rem}}.chef-navigation{display:flex;flex-direction:column;gap:1rem}@media (max-width:1024px){.chef-navigation{flex-direction:row;overflow-x:auto;padding-bottom:1rem}}.nav-button{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.05);border:2px solid transparent;border-radius:1rem;padding:1.5rem;color:white;cursor:pointer;transition:all .3s ease;min-width:200px}.nav-button:hover{background:rgba(255,255,255,.1);transform:translateX(5px)}.nav-button.active{background:rgba(var(--accent-color),.2);border-color:var(--accent-color);box-shadow:0 0 30px rgba(var(--accent-color),.3)}.chef-emoji{font-size:2rem}.chef-name{font-weight:600;font-size:1.125rem}.chef-details{position:relative}.chef-card{background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:2rem;padding:2.5rem;animation:fadeInUp .8s ease-out}.chef-header{gap:2rem;margin-bottom:2rem}.chef-avatar,.chef-header{display:flex;align-items:center}.chef-avatar{position:relative;width:100px;height:100px;background:linear-gradient(135deg,var(--accent-color),rgba(255,255,255,.1));border-radius:50%;justify-content:center;animation:glow 2s ease-in-out infinite}.chef-emoji-large{font-size:3rem}.chef-status-indicator{position:absolute;bottom:5px;right:5px;width:20px;height:20px;background:#10B981;border:3px solid white;border-radius:50%;animation:pulse 2s infinite}.chef-info{flex:1 1}.chef-name-large{font-size:2rem;font-weight:700;margin-bottom:.5rem}.chef-position{font-size:1.25rem;color:var(--accent-color);margin-bottom:1rem;font-weight:600}.chef-location{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.7)}.location-icon{width:1rem;height:1rem}.chef-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.stat-card{background:rgba(255,255,255,.05);border-radius:1rem;padding:1.5rem;text-align:center;transition:all .3s ease}.stat-card:hover{background:rgba(255,255,255,.1);transform:translateY(-5px)}.stat-card-icon{width:2rem;height:2rem;color:var(--accent-color);margin-bottom:.5rem}.stat-card-number{display:block;font-size:1.5rem;font-weight:700;color:white;margin-bottom:.25rem}.stat-card-label{font-size:.875rem;color:rgba(255,255,255,.7)}.chef-bio{position:relative;background:rgba(255,255,255,.05);border-left:5px solid var(--accent-color);border-radius:1rem;padding:2rem;margin-bottom:2rem;font-style:italic;color:rgba(255,255,255,.85)}.quote-icon{position:absolute;top:0;left:1rem;width:1.5rem;height:1.5rem;color:var(--accent-color)}.chef-specialties{margin-bottom:2rem}.specialty-item{display:flex;justify-content:space-between;margin-bottom:.5rem}.specialty-label{font-weight:600;color:rgba(255,255,255,.8)}.specialty-value{color:white;font-weight:500}.timeline-section{padding:8rem 2rem;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,255,255,.9))}.timeline-container{max-width:1200px;margin:0 auto}.time-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#000000,#000000);background-clip:text;-webkit-background-clip:text;color:transparent}.timeline-header{text-align:center;margin-bottom:4rem;color:#000000}.timeline{position:relative;padding-left:2rem;border-left:2px solid rgb(0,0,0)}.timeline-item{position:relative;margin-bottom:3rem;animation:fadeInUp 1s ease-out both}.timeline-item.left .timeline-content{margin-left:1rem}.timeline-content{background:rgba(255,255,255,.8);border:1px solid rgb(0,0,0,.25);box-shadow:0 0 45px rgba(0,0,0,.08);border-radius:1rem;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.timeline-icon{position:absolute;top:0;left:-2.25rem;background:var(--accent-color,#8B5CF6);width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:1rem}.timeline-time{font-size:.875rem;color:rgba(0,0,0,.7);margin-bottom:.5rem}.timeline-title{font-size:1.25rem;font-weight:600;margin-bottom:.25rem;color:rgb(0,0,0)}.timeline-description{font-size:1rem;color:rgba(0,0,0,.8)}.timeline-connector{position:absolute;left:-2px;bottom:-3rem;width:2px;height:3rem;background:rgb(0,0,0)}.timeline-item:last-child .timeline-connector{display:none}.philosophy-section{padding:8rem 2rem;background:linear-gradient(180deg,rgba(15,15,35,.9),rgba(26,26,62,.9))}.philosophy-container{max-width:1200px;margin:0 auto}.philosophy-header{text-align:center;margin-bottom:4rem}.philosophy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.philosophy-card{background:rgba(255,255,255,.05);padding:2rem;border-radius:1.5rem;text-align:center;transition:transform .3s ease;animation:fadeInUp 1s ease-out both}.philosophy-card:hover{transform:translateY(-5px)}.philosophy-icon{margin-bottom:1rem;animation:pulse 2s infinite}.philosophy-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:white}.philosophy-description{font-size:1rem;color:rgba(255,255,255,.8)}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,#ffffff,#ffffff,#ffffff);color:white;text-align:center}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-subtitle{font-size:1.25rem;margin-bottom:2rem;color:#000000}.cta-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.cta-button{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:background .3s ease}.cta-button-primary{background:#0b862e;color:#ffffff}.cta-button-primary:hover{background:#0e9c37;color:#ffffff}.cta-button-secondary{background:rgba(255,255,255,.2);border:2px solid white;color:white}.cta-button-secondary:hover{background:rgba(255,255,255,.3)}.spotlight-section{padding:6rem 1rem}.spotlight-container{max-width:100%;padding:0 1rem;margin:0 auto}@media (max-width:768px){.chef-showcase{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){.chef-navigation{flex-direction:row;overflow-x:auto;padding-bottom:1rem;gap:.75rem}.chef-header{flex-direction:column;gap:1rem}.chef-avatar{width:80px;height:80px}.chef-emoji-large{font-size:2.5rem}.chef-name-large{font-size:1.5rem}.chef-position{font-size:1rem}.chef-stats-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem}.stat-card-number{font-size:1.25rem}}.sec-title{font-size:clamp(2rem,6vw,3.5rem)}.sec-subtitle{font-size:clamp(1rem,4vw,1.25rem)}.nav-button{white-space:nowrap;font-size:1rem}.chef-bio{font-size:clamp(.9rem,2.5vw,1rem);padding:1.5rem}@media (max-width:480px){.specialty-item{flex-direction:column;align-items:flex-start}.specialty-value{margin-top:.25rem}}