@charset "UTF-8";*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;font-size:16px;line-height:1.6;color:#000;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600;margin-bottom:1rem}h1{font-size:2.5rem}@media(min-width:768px){h1{font-size:3rem}}@media(min-width:1024px){h1{font-size:3.5rem}}h2{font-size:2rem}@media(min-width:768px){h2{font-size:2.5rem}}h3{font-size:1.5rem}@media(min-width:768px){h3{font-size:1.75rem}}p{margin-bottom:1rem}a{color:#f60;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#ff8533}a:focus{outline:2px solid #f60;outline-offset:2px}ul,ol{margin-bottom:1rem;padding-left:2rem}img{max-width:100%;height:auto;display:block}:focus-visible{outline:2px solid #f60;outline-offset:2px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}@media(min-width:768px){.container{padding:0 3rem}}.content-wrapper{max-width:700px;margin:0 auto}section{padding:3rem 0}@media(min-width:768px){section{padding:4rem 0}}@media(min-width:1024px){section{padding:5rem 0}}.grid{display:grid;gap:2rem}@media(min-width:768px){.grid--2-cols{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid--3-cols{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid--3-cols{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.grid--4-cols{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid--4-cols{grid-template-columns:repeat(3,1fr)}}@media(min-width:1920px){.grid--4-cols{grid-template-columns:repeat(4,1fr)}}.flex{display:flex}.flex--center{justify-content:center;align-items:center}.flex--between{justify-content:space-between;align-items:center}.flex--column{flex-direction:column}.skip-link{position:absolute;top:-40px;left:0;background:#f60;color:#fff;padding:.5rem 1rem;z-index:100}.skip-link:focus{top:0}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#000;color:#fff;text-align:center;padding:3rem 2rem}.hero-section .hero-content{max-width:900px;margin:0 auto}.hero-section .hero-name{font-size:2.5rem;margin-bottom:1rem;color:#fff}@media(min-width:768px){.hero-section .hero-name{font-size:3.5rem}}@media(min-width:1024px){.hero-section .hero-name{font-size:4rem}}.hero-section .hero-role{font-size:1.5rem;color:#f60;margin-bottom:2rem;font-weight:500}@media(min-width:768px){.hero-section .hero-role{font-size:2rem}}.hero-section .hero-tagline{font-size:1.125rem;line-height:1.7;margin-bottom:2rem;color:rgba(255,255,255,.9)}@media(min-width:768px){.hero-section .hero-tagline{font-size:1.25rem}}.hero-section .hero-meta{font-size:1rem;margin-bottom:3rem;color:rgba(255,255,255,.7)}.hero-section .hero-meta .separator{margin:0 .5rem}.hero-section .hero-cta{display:inline-block;background-color:#f60;color:#fff;padding:1rem 3rem;font-size:1.125rem;font-weight:600;border-radius:4px;transition:background-color .3s ease-in-out,transform .3s ease-in-out}.hero-section .hero-cta:hover{background-color:#ff8533;transform:translateY(-2px)}.hero-section .hero-cta:focus{outline:2px solid #fff;outline-offset:4px}.site-header{position:fixed;top:0;left:0;right:0;background-color:rgba(0,0,0,.95);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;box-shadow:0 2px 8px rgba(0,0,0,.1)}.site-header .header-container{display:flex;justify-content:space-between;align-items:center}.site-header .site-logo{font-size:1.25rem;font-weight:700;color:#f60}.site-header .site-logo:hover{color:#ff8533}.site-header .site-nav ul{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.site-header .site-nav a{color:#fff;font-weight:500;transition:color .3s ease-in-out}.site-header .site-nav a:hover{color:#f60}.site-header .menu-toggle{display:none;background:0 0;border:none;color:#fff;font-size:1.5rem;cursor:pointer}@media(max-width:767px){.site-header .menu-toggle{display:block}}@media(max-width:767px){.site-header .site-nav{position:absolute;top:100%;left:0;right:0;background-color:#000;padding:2rem;display:none}.site-header .site-nav.is-open{display:block}.site-header .site-nav ul{flex-direction:column;gap:1rem}}.about-section{background-color:#fff}.about-section .section-title{text-align:center;margin-bottom:3rem;color:#000}.about-section .section-title::after{content:'';display:block;width:60px;height:4px;background-color:#f60;margin:1rem auto 0}.about-section .about-summary{max-width:700px;margin:0 auto 3rem;text-align:center;font-size:1.125rem;line-height:1.7}.about-section .expertise-grid{display:grid;gap:2rem}@media(min-width:768px){.about-section .expertise-grid{grid-template-columns:repeat(2,1fr)}}.about-section .expertise-card{padding:2rem;background-color:#fff;border:2px solid rgba(0,0,0,.1);border-radius:8px;transition:border-color .3s ease-in-out,transform .3s ease-in-out}.about-section .expertise-card:hover{border-color:#f60;transform:translateY(-4px)}.about-section .expertise-card h3{color:#f60;margin-bottom:.5rem}.about-section .expertise-card p{color:rgba(0,0,0,.8);margin-bottom:0}.skills-section{background-color:rgba(0,0,0,2%)}.skills-section .section-title{text-align:center;margin-bottom:3rem;color:#000}.skills-section .section-title::after{content:'';display:block;width:60px;height:4px;background-color:#f60;margin:1rem auto 0}.skills-section .skills-grid{display:grid;gap:2rem}@media(min-width:768px){.skills-section .skills-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.skills-section .skills-grid{grid-template-columns:repeat(3,1fr)}}.skills-section .skill-category{background-color:#fff;padding:2rem;border-radius:8px;border:2px solid rgba(0,0,0,.1);transition:border-color .3s ease-in-out,transform .3s ease-in-out}.skills-section .skill-category:hover{border-color:#f60;transform:translateY(-4px)}.skills-section .skill-category .category-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.skills-section .skill-category .category-header svg{width:24px;height:24px;stroke:#f60}.skills-section .skill-category .category-header h3{color:#f60;margin-bottom:0}.skills-section .skill-category .skill-list{list-style:none;padding:0;margin:0}.skills-section .skill-category .skill-list li{padding:.5rem 0;color:#000;font-size:.95rem}.skills-section .skill-category .skill-list li::before{content:'▸';color:#f60;margin-right:.5rem}.experience-section{background-color:#fff}.experience-section .section-title{text-align:center;margin-bottom:3rem;color:#000}.experience-section .section-title::after{content:'';display:block;width:60px;height:4px;background-color:#f60;margin:1rem auto 0}.experience-section .experience-timeline{max-width:900px;margin:0 auto;position:relative}.experience-section .experience-timeline::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background-color:#f60}@media(min-width:768px){.experience-section .experience-timeline::before{left:20px}}.experience-section .experience-item{position:relative;padding-left:2rem;margin-bottom:3rem}@media(min-width:768px){.experience-section .experience-item{padding-left:60px}}.experience-section .experience-item::before{content:'';position:absolute;left:-6px;top:6px;width:15px;height:15px;background-color:#f60;border-radius:50%;box-shadow:0 0 0 4px #FFFFFF}@media(min-width:768px){.experience-section .experience-item::before{left:14px}}.experience-section .experience-item .experience-header{margin-bottom:1rem}.experience-section .experience-item .experience-header h3{color:#000;margin-bottom:.25rem}.experience-section .experience-item .experience-header .company{color:#f60;font-weight:600;font-size:1.125rem}.experience-section .experience-item .experience-header .period{color:rgba(0,0,0,.6);font-size:.9rem;margin-top:.25rem}.experience-section .experience-item .highlights{list-style:none;padding:0;margin-bottom:1rem}.experience-section .experience-item .highlights li{padding:.25rem 0;padding-left:2rem;position:relative}.experience-section .experience-item .highlights li::before{content:'•';position:absolute;left:0;color:#f60;font-weight:700}.experience-section .experience-item .technologies{display:flex;flex-wrap:wrap;gap:.5rem}.experience-section .experience-item .technologies .tech-tag{background-color:rgba(255,102,0,.1);color:#000;padding:.25rem .5rem;border-radius:4px;font-size:.85rem;font-weight:500}.contact-section{background-color:#000;color:#fff}.contact-section .section-title{text-align:center;margin-bottom:2rem;color:#fff}.contact-section .section-title::after{content:'';display:block;width:60px;height:4px;background-color:#f60;margin:1rem auto 0}.contact-section .contact-description{text-align:center;max-width:700px;margin:0 auto 3rem;font-size:1.125rem;color:rgba(255,255,255,.9)}.contact-section .contact-methods{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-section .contact-methods .contact-link{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;background-color:rgba(255,255,255,.1);border:2px solid #f60;border-radius:8px;color:#fff;font-weight:600;transition:background-color .3s ease-in-out,transform .3s ease-in-out}.contact-section .contact-methods .contact-link svg{width:24px;height:24px;stroke:#f60}.contact-section .contact-methods .contact-link:hover{background-color:#f60;transform:translateY(-2px)}.contact-section .contact-methods .contact-link:hover svg{stroke:#fff}.contact-section .contact-methods .contact-link:focus{outline:2px solid #fff;outline-offset:4px}.education-section{padding:4rem 0;background-color:#fff}.education-section h2{text-align:center;font-size:2rem;margin-bottom:3rem;color:#000}.education-section h2::after{content:'';display:block;width:60px;height:3px;background-color:#f60;margin:1rem auto 0}.education-section .education-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.education-section .education-item{background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:2rem;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.education-section .education-item:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(255,102,0,.15)}.education-section .education-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}@media(max-width:768px){.education-section .education-header{flex-direction:column}}.education-section .education-header h3{font-size:1.25rem;color:#000;margin:0}.education-section .education-header .education-period{color:#f60;font-weight:500;white-space:nowrap}.education-section .education-details .education-field{font-size:1rem;color:#000;margin-bottom:.5rem;font-weight:500}.education-section .education-details .education-institution{font-size:.9rem;color:rgba(0,0,0,.7);margin:0}.site-footer{background-color:rgba(0,0,0,.98);color:rgba(255,255,255,.7);padding:2rem 0;text-align:center}.site-footer p{margin:0;font-size:.9rem}.site-footer a{color:#f60}.site-footer a:hover{color:#ff8533}