﻿.m-1{margin:1rem}.mt-1{margin-top:1rem}.mb-1{margin-bottom:1rem}.mx-1{margin-left:1rem;margin-right:1rem}.my-1{margin-top:1rem;margin-bottom:1rem}.m-2{margin:2rem}.mt-2{margin-top:2rem}.mb-2{margin-bottom:2rem}.mx-2{margin-left:2rem;margin-right:2rem}.my-2{margin-top:2rem;margin-bottom:2rem}.m-3{margin:3rem}.mt-3{margin-top:3rem}.mb-3{margin-bottom:3rem}.mx-3{margin-left:3rem;margin-right:3rem}.my-3{margin-top:3rem;margin-bottom:3rem}.m-4{margin:4rem}.mt-4{margin-top:4rem}.mb-4{margin-bottom:4rem}.mx-4{margin-left:4rem;margin-right:4rem}.my-4{margin-top:4rem;margin-bottom:4rem}.m-5{margin:5rem}.mt-5{margin-top:5rem}.mb-5{margin-bottom:5rem}.mx-5{margin-left:5rem;margin-right:5rem}.my-5{margin-top:5rem;margin-bottom:5rem}.bg-primary{background-color:#1a1918}.text-primary{color:#1a1918}.border-primary{border-color:#1a1918}.bg-secondary{background-color:#2c1b0e}.text-secondary{color:#2c1b0e}.border-secondary{border-color:#2c1b0e}.bg-accent{background-color:#111}.text-accent{color:#111}.border-accent{border-color:#111}.bg-dark{background-color:#1e1d1c}.text-dark{color:#1e1d1c}.border-dark{border-color:#1e1d1c}.bg-light{background-color:#26211e}.text-light{color:#26211e}.border-light{border-color:#26211e}.bg-tertiary{background-color:#8a7523}.text-tertiary{color:#8a7523}.border-tertiary{border-color:#8a7523}.bg-accent-bright{background-color:#f2be22}.text-accent-bright{color:#f2be22}.border-accent-bright{border-color:#f2be22}.bg-accent-soft{background-color:#d4a76a}.text-accent-soft{color:#d4a76a}.border-accent-soft{border-color:#d4a76a}.bg-success{background-color:#28a745}.text-success{color:#28a745}.border-success{border-color:#28a745}.bg-error{background-color:#dc3545}.text-error{color:#dc3545}.border-error{border-color:#dc3545}.bg-warning{background-color:#ffc107}.text-warning{color:#ffc107}.border-warning{border-color:#ffc107}.bg-info{background-color:#17a2b8}.text-info{color:#17a2b8}.border-info{border-color:#17a2b8}.fs-12{font-size:12px}.fs-14{font-size:14px}.fs-16{font-size:16px}.fs-18{font-size:18px}.fs-20{font-size:20px}.fs-22{font-size:22px}.fs-24{font-size:24px}.fs-26{font-size:26px}.fs-28{font-size:28px}.fs-30{font-size:30px}.fs-32{font-size:32px}.fs-34{font-size:34px}.fs-36{font-size:36px}.grid-responsive{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width: 768px){.grid-responsive{grid-template-columns:repeat(2, 1fr);gap:1.5rem}}@media(min-width: 1024px){.grid-responsive{grid-template-columns:repeat(3, 1fr);gap:2rem}}@media(min-width: 1440px){.grid-responsive{grid-template-columns:repeat(4, 1fr);gap:2.5rem}}.flex-responsive{display:flex;flex-direction:column;gap:1rem}@media(min-width: 768px){.flex-responsive{flex-direction:row;flex-wrap:wrap;gap:1.5rem}}.flex-responsive>*{flex:1 1 auto;min-width:0}.container-responsive{container-type:inline-size}.container-responsive .content-grid{display:grid;gap:1rem;grid-template-columns:1fr}@container (min-width: 400px){.container-responsive .content-grid{grid-template-columns:repeat(2, 1fr)}}@container (min-width: 600px){.container-responsive .content-grid{grid-template-columns:repeat(3, 1fr)}}@container (min-width: 900px){.container-responsive .content-grid{grid-template-columns:repeat(4, 1fr)}}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{font-size:100%;scroll-behavior:smooth;background-color:#1e1d1c}body{line-height:1.6;color:#fff}body.body-noscroll{overflow:hidden;height:100vh;position:fixed;width:100%;touch-action:none}main{background-color:#1e1d1c;padding:2rem}.skip-link{position:absolute;top:-40px;left:6px;background-color:#f2be22;color:#000;padding:8px 16px;border-radius:4px;text-decoration:none;font-weight:bold;z-index:9999;transition:top .3s}.skip-link:focus{top:6px}body{font-family:"Helvetica Neue",Arial,sans-serif;font-size:1rem;color:#fff}h1{font-family:Georgia,"Times New Roman",serif;font-size:2rem;margin-bottom:2rem}h2{font-family:Georgia,"Times New Roman",serif;font-size:1.5rem;margin-bottom:1.5rem}h3{font-family:Georgia,"Times New Roman",serif;font-size:1.25rem;margin-bottom:1rem}a{color:#fff;text-decoration:none}a:hover{opacity:.8}header{background-color:#1a1918;border-bottom:1px solid rgba(242,190,34,.2);position:relative;z-index:100}.nav{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:1rem;position:relative}.nav__logo{font-size:1.375rem;font-weight:bold;color:#fff;text-decoration:none;z-index:11;transition:color .3s ease}.nav__logo:hover{text-decoration:none;color:#f2be22}.nav__toggle{display:none}@media(max-width: 767px){.nav__toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:8px;z-index:11;border-radius:4px;transition:background-color .2s ease;gap:4px}.nav__toggle:hover{background-color:rgba(242,190,34,.1)}.nav__toggle:focus{outline:2px solid #f2be22;outline-offset:2px}.nav__toggle span{display:block;width:24px;height:2px;background-color:#f2be22;transition:all .2s ease;transform-origin:center}}.nav__toggle[aria-expanded=true] span:first-child{transform:rotate(45deg) translate(6px, 6px);background-color:#fff}.nav__toggle[aria-expanded=true] span:nth-child(2){opacity:0;transform:scale(0)}.nav__toggle[aria-expanded=true] span:nth-child(3){transform:rotate(-45deg) translate(6px, -6px);background-color:#fff}.nav__list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}@media(max-width: 767px){.nav__list{flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.95);padding:2rem;z-index:10;transform:translateY(-100%);transition:transform .25s cubic-bezier(0.4, 0, 0.2, 1);gap:2rem;backdrop-filter:blur(10px)}.nav__list--open{transform:translateY(0)}}@media(min-width: 768px){.nav__list{gap:2.5rem}}.nav__item{margin:0}@media(max-width: 767px){.nav__item{margin:0;width:100%;text-align:center}}.nav__link{color:#fff;text-decoration:none;font-size:1rem;padding:.5rem 1rem;border-radius:4px;transition:all .2s ease;position:relative;display:inline-block;min-height:44px;display:flex;align-items:center;justify-content:center}.nav__link:hover{color:#f2be22;background-color:rgba(242,190,34,.1)}.nav__link:focus{outline:2px solid #f2be22;outline-offset:2px}.nav__link--active{color:#f2be22 !important;font-weight:600;position:relative;background-color:rgba(242,190,34,.1)}.nav__link--active::after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:6px;height:6px;background:#f2be22;border-radius:50%}@media(max-width: 767px){.nav__link--active::after{bottom:-4px;width:8px;height:8px}}@media(max-width: 767px){.nav__link{display:block;font-size:1.25rem;padding:1rem 2rem;width:100%;min-height:48px;border-radius:8px}.nav__link:hover{background-color:rgba(242,190,34,.2);transform:translateY(-2px)}}.body-noscroll{overflow:hidden;height:100vh;position:fixed;width:100%;touch-action:none}.scroll-progress{position:fixed;top:0;left:0;width:var(--scroll-progress, 0%);height:3px;background:linear-gradient(90deg, #f2be22, #d4a76a);z-index:1000;transition:width .1s ease-out;opacity:.8}@media(max-width: 768px){.scroll-progress{height:2px}}.section-indicator{position:fixed;right:1rem;top:50%;transform:translateY(-50%);z-index:100;display:none}@media(min-width: 1024px){.section-indicator{display:block}}.section-indicator__dot{width:8px;height:8px;border-radius:50%;background-color:rgba(242,190,34,.3);margin:.5rem 0;cursor:pointer;transition:all .3s ease;border:1px solid rgba(0,0,0,0)}.section-indicator__dot:hover{background-color:rgba(242,190,34,.6);transform:scale(1.2)}.section-indicator__dot--active{background-color:#f2be22;border-color:#fff;transform:scale(1.3);box-shadow:0 0 10px rgba(242,190,34,.5)}.btn{font-family:"Helvetica Neue",Arial,sans-serif;font-weight:normal;font-style:normal;letter-spacing:.05em;display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:.75rem 1.5rem;border:1px solid rgba(0,0,0,0);border-radius:1.875rem;text-align:center;cursor:pointer;background-color:#f2be22;color:#000;transition:all .2s ease;text-decoration:none;font-weight:500;line-height:1.2}.btn:focus{outline:2px solid #f2be22;outline-offset:2px;box-shadow:0 0 0 4px rgba(242,190,34,.2)}.btn:active{transform:translateY(1px);box-shadow:0 2px 4px rgba(0,0,0,.2)}@media(max-width: 768px){.btn{min-width:48px;min-height:48px;padding:.875rem 1.75rem;font-size:1rem}}.btn:hover{background-color:rgb(212.5,162.5,12.5);transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.btn--download{background-color:rgba(0,0,0,0);border-color:#f2be22;color:#f2be22}.btn--download:hover{background-color:rgba(242,190,34,.1);border-color:#f2be22;transform:translateY(-1px);box-shadow:0 4px 8px rgba(242,190,34,.2)}.btn--download:focus{outline-color:#f2be22;box-shadow:0 0 0 4px rgba(242,190,34,.2)}.btn--outline{background-color:rgba(0,0,0,0);border-color:#d4a76a;color:#d4a76a}.btn--outline:hover{background-color:rgba(212,167,106,.15);border-color:#d4a76a;transform:translateY(-1px);box-shadow:0 4px 8px rgba(212,167,106,.2)}.btn--outline:focus{outline-color:#d4a76a;box-shadow:0 0 0 4px rgba(212,167,106,.2)}.btn--small{min-width:40px;min-height:40px;padding:.5rem 1rem;font-size:.875rem;border-radius:1.25rem}@media(max-width: 768px){.btn--small{min-width:44px;min-height:44px;padding:.625rem 1.25rem}}.btn--large{min-width:60px;min-height:60px;padding:1.125rem 2.25rem;font-size:1.125rem;font-weight:600}@media(max-width: 768px){.btn--large{min-width:56px;min-height:56px;padding:1rem 2rem;width:100%;max-width:300px}}.card{background-color:#26211e;border:1px solid rgb(9.5,8.25,7.5);border-radius:12px;padding:1.25rem;margin:.5rem;transition:all .3s ease;color:#fff;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15)}.card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.card__title{font-size:1.125rem;margin-bottom:.75rem;color:#fff;font-weight:600;line-height:1.3}.card__meta{font-size:.875rem;color:#d4a76a;font-style:italic;margin-bottom:.75rem;opacity:.9}@media(max-width: 414px){.card__meta{font-size:.75rem;margin-bottom:.5rem}}@media(min-width: 1024px){.card__meta{font-size:.9375rem}}.card__content{font-size:1rem;color:#fff;line-height:1.6;text-align:left;margin-top:.5rem}.card__content p{margin-bottom:.75rem}.card__content p:last-child{margin-bottom:0}.card__content:not(:has(p)){display:block;text-align:left;line-height:1.7;padding-top:.25rem}@media(max-width: 414px){.card__content{font-size:.875rem;line-height:1.5}}@media(min-width: 1024px){.card__content{font-size:1.0625rem;line-height:1.7}}.card__thumbnail{display:block;width:100%;aspect-ratio:16/9;max-height:15.625rem;object-fit:cover;object-position:center;border-top-left-radius:8px;border-top-right-radius:8px;margin-bottom:1rem;background-color:rgba(212,167,106,.1);transition:transform .3s ease}.card__thumbnail:hover{transform:scale(1.02)}@media(max-width: 414px){.card__thumbnail{max-height:11.25rem}}@media(min-width: 768px)and (max-width: 1023px){.card__thumbnail{max-height:12.5rem}}@media(min-width: 1440px){.card__thumbnail{max-height:17.5rem}}.card__links{margin-top:auto;padding-top:.75rem;display:flex;gap:.75rem;justify-content:center}@media(max-width: 414px){.card__links{padding-top:.5rem;gap:.5rem}}.card:focus-within{transform:scale(1.02);outline:2px solid #f2be22;outline-offset:3px}@media(max-width: 414px){.card{padding:.75rem;margin:.3rem}.card__title{font-size:1rem}.card__content{font-size:.875rem}}.card--project{border-color:#f2be22;border-left:4px solid #f2be22}.card--project:hover,.card--project:focus-within{box-shadow:0 8px 16px rgba(242,190,34,.3);transform:translateY(-3px) scale(1.01)}.card--project .card__title{color:#f2be22;font-weight:bold;margin-bottom:.75rem;border-bottom:2px solid rgba(242,190,34,.3);padding-bottom:.5rem}@media(max-width: 414px){.card--project .card__title{font-size:1rem;margin-bottom:.5rem}}@media(min-width: 1024px){.card--project .card__title{font-size:1.25rem}}.card--experience{border-color:#d4a76a;padding:1.25rem;border-left:4px solid #d4a76a}.card--experience:hover,.card--experience:focus-within{box-shadow:0 8px 16px rgba(212,167,106,.3);transform:translateY(-5px) scale(1.01)}.card--experience .card__title{color:#f2be22;font-weight:bold;margin-bottom:.75rem;border-bottom:2px solid rgba(212,167,106,.3);padding-bottom:.5rem}.card--experience .card__content{margin-top:1rem}.card--experience .card__content:not(:has(p)){text-align:justify;hyphens:auto;word-break:break-word}@media(max-width: 414px){.card--experience{padding:1rem}.card--experience .card__title{font-size:1rem;margin-bottom:.5rem}}@media(min-width: 1024px){.card--experience{padding:1.5rem}.card--experience .card__title{font-size:1.25rem}}h1,h2,h3,h4,h5,h6{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:100%;word-wrap:break-word;hyphens:auto}@media(max-width: 414px){h1,h2,h3,h4,h5,h6{padding-left:.75rem;padding-right:.75rem;line-height:1.3}}@media(min-width: 768px){h1,h2,h3,h4,h5,h6{padding-left:1.5rem;padding-right:1.5rem}}p{max-width:65ch;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;word-wrap:break-word;hyphens:auto}@media(max-width: 414px){p{padding-left:.75rem;padding-right:.75rem}}.about{text-align:center;padding:3rem 0;max-width:800px;margin:0 auto}@media(max-width: 414px){.about{padding:2rem 0}}@media(min-width: 1024px){.about{padding:4rem 0;max-width:900px}}@media(min-width: 1440px){.about{padding:5rem 0;max-width:1000px}}.about h2{margin-bottom:2rem;color:#fff}@media(min-width: 1024px){.about h2{margin-bottom:2.5rem;font-size:1.75rem}}@media(min-width: 1440px){.about h2{margin-bottom:3rem;font-size:2rem}}.about__content{text-align:left}.about__content p{margin-bottom:1.5rem;line-height:1.7;font-size:1rem;color:#fff}@media(max-width: 414px){.about__content p{font-size:.875rem;margin-bottom:1rem}}@media(min-width: 1024px){.about__content p{font-size:1.0625rem;line-height:1.8;margin-bottom:2rem}}@media(min-width: 1440px){.about__content p{font-size:1.125rem;line-height:1.9;margin-bottom:2.5rem}}.about__content p strong{color:#f2be22;font-weight:bold}.about__content p:last-child{margin-bottom:0}.skills{text-align:center;padding:3rem 0}@media(max-width: 414px){.skills{padding:2rem 0}}@media(min-width: 1024px){.skills{padding:4rem 0}}@media(min-width: 1440px){.skills{padding:5rem 0}}.skills h2{margin-bottom:2rem;color:#fff}@media(min-width: 1024px){.skills h2{margin-bottom:2.5rem;font-size:1.75rem}}@media(min-width: 1440px){.skills h2{margin-bottom:3rem;font-size:2rem}}.skills-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem;max-width:1200px;margin-left:auto;margin-right:auto}@media(max-width: 414px){.skills-grid{grid-template-columns:1fr;gap:1.5rem}}@media(min-width: 768px){.skills-grid{grid-template-columns:repeat(2, 1fr);gap:2.5rem}}@media(min-width: 1024px){.skills-grid{grid-template-columns:repeat(3, 1fr);gap:3rem;margin-top:3rem}}@media(min-width: 1440px){.skills-grid{grid-template-columns:repeat(3, 1fr);gap:3.5rem;margin-top:4rem;max-width:1400px}}.skill-category{background-color:#26211e;border:1px solid rgba(212,167,106,.3);border-radius:8px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.skill-category:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(242,190,34,.2)}.skill-category h3{color:#f2be22;margin-bottom:1rem;font-size:1.125rem}@media(max-width: 414px){.skill-category h3{font-size:1rem}}.skill-list{list-style:none;padding:0;margin:0}.skill-list li{padding:.5rem 0;color:#fff;font-size:.875rem;border-bottom:1px solid rgba(212,167,106,.2);transition:color .3s ease}.skill-list li:hover{color:#f2be22}.skill-list li:last-child{border-bottom:none}@media(max-width: 414px){.skill-list li{font-size:.8125rem;padding:.375rem 0}}.education{text-align:center;padding:3rem 0}@media(max-width: 414px){.education{padding:2rem 0}}@media(min-width: 1024px){.education{padding:4rem 0}}@media(min-width: 1440px){.education{padding:5rem 0}}.education h2{margin-bottom:2rem;color:#fff}@media(min-width: 1024px){.education h2{margin-bottom:2.5rem;font-size:1.75rem}}@media(min-width: 1440px){.education h2{margin-bottom:3rem;font-size:2rem}}.education .card--education{border-color:#8a7523;margin-bottom:1rem}.education .card--education:hover,.education .card--education:focus-within{box-shadow:0 8px 16px rgba(138,117,35,.3);transform:translateY(-5px) scale(1.01)}.education .card--education .card__meta{font-size:.875rem;color:#d4a76a;font-style:italic;margin-bottom:.5rem}@media(max-width: 414px){.education .card--education .card__meta{font-size:.75rem}}@media(min-width: 1024px){.education .card--education .card__meta{font-size:.9375rem}}@media(min-width: 1440px){.education .card--education .card__meta{font-size:1rem}}.portfolio-overview{padding:4rem 0;text-align:center}@media(min-width: 1024px){.portfolio-overview{padding:5rem 0}}.portfolio-overview h2{margin-bottom:1rem;color:#fff;font-size:1.75rem}@media(min-width: 1024px){.portfolio-overview h2{font-size:2rem}}.portfolio-overview .overview-description{max-width:600px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.6;color:#fff;opacity:.9}.overview-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}@media(min-width: 768px){.overview-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.overview-grid{grid-template-columns:repeat(4, 1fr);gap:2.5rem}}.overview-card{background:#26211e;border:1px solid rgba(242,190,34,.1);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.overview-card:hover{transform:translateY(-4px);border-color:rgba(242,190,34,.3);box-shadow:0 8px 25px rgba(242,190,34,.15)}.overview-card .overview-icon{font-size:3rem;margin-bottom:1rem;display:block}.overview-card h3{color:#fff;margin-bottom:1rem;font-size:1.25rem}.overview-card p{color:#fff;opacity:.8;line-height:1.6;margin-bottom:1.5rem;font-size:.875rem}.overview-card .overview-link{color:#f2be22;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;transition:color .3s ease}.overview-card .overview-link:hover{color:hsl(45,88.8888888889%,64.1176470588%)}.page-header{padding:3rem 0 2rem;text-align:center;border-bottom:1px solid rgba(242,190,34,.1);margin-bottom:3rem}@media(min-width: 1024px){.page-header{padding:4rem 0 3rem;margin-bottom:4rem}}.page-header h1{color:#fff;margin-bottom:1rem;font-size:2.25rem}@media(min-width: 1024px){.page-header h1{font-size:2.625rem}}.page-header__description{max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6;color:#fff;opacity:.9}@media(min-width: 1024px){.page-header__description{font-size:1.25rem}}.nav__link--active{color:#f2be22 !important;font-weight:600;position:relative}.nav__link--active::after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:6px;height:6px;background:#f2be22;border-radius:50%}.cta-section{padding:4rem 0;text-align:center;background:rgba(242,190,34,.05);border-radius:16px;margin:4rem 0}.cta-section h2{color:#fff;margin-bottom:1rem;font-size:1.75rem}.cta-section p{max-width:600px;margin:0 auto 2rem;color:#fff;opacity:.9;font-size:1rem;line-height:1.6}.cta-section .cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}@media(min-width: 768px){.cta-section .cta-buttons{gap:1.5rem}}.experience-timeline{position:relative;max-width:900px;margin:0 auto}.experience-timeline::before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background:rgba(242,190,34,.2)}@media(min-width: 1024px){.experience-timeline::before{left:50%;transform:translateX(-50%)}}.experience-date{margin-bottom:1rem}@media(min-width: 1024px){.experience-date{position:absolute;left:-120px;top:0;width:100px;text-align:right}}.experience-date time{font-size:.875rem;color:#fff;opacity:.7;font-weight:600}.experience-date .date-badge{display:inline-block;background:#f2be22;color:#1a1918;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;margin-bottom:4px}.experience-date .date-badge--current{background:#22c55e}.experience-date .date-badge--ongoing{background:#3b82f6}.card--current{border-color:rgba(34,197,94,.3);background:rgba(34,197,94,.05)}.card--ongoing{border-color:rgba(59,130,246,.3);background:rgba(59,130,246,.05)}.skills-experience{margin-top:4rem;padding:3rem 0;border-top:1px solid rgba(242,190,34,.1)}.skills-experience h2{text-align:center;margin-bottom:3rem;color:#fff}.experience-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:800px;margin:0 auto}@media(min-width: 1024px){.experience-grid{grid-template-columns:repeat(2, 1fr)}}.experience-item h3{color:#fff;margin-bottom:.5rem;font-size:1rem}.experience-item .experience-label{color:#fff;opacity:.7;font-size:.875rem;font-weight:600}.experience-bar{height:8px;background:rgba(242,190,34,.1);border-radius:4px;margin:8px 0;overflow:hidden}.experience-bar .experience-fill{height:100%;background:linear-gradient(90deg, #f2be22, rgb(246.25, 211.25, 106.25));border-radius:4px;transition:width .8s ease}.learning-philosophy{padding:4rem 0;border-top:1px solid rgba(242,190,34,.1);margin-top:4rem}.learning-philosophy h2{text-align:center;margin-bottom:3rem;color:#fff}.learning-philosophy .philosophy-content{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto}@media(min-width: 1024px){.learning-philosophy .philosophy-content{grid-template-columns:repeat(2, 1fr)}}.learning-philosophy .philosophy-item h3{color:#fff;margin-bottom:1rem;font-size:1.125rem}.learning-philosophy .philosophy-item p{color:#fff;opacity:.9;line-height:1.6}.current-goals{padding:3rem 0}.current-goals h2{text-align:center;margin-bottom:3rem;color:#fff}.current-goals .goals-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:800px;margin:0 auto}@media(min-width: 1024px){.current-goals .goals-grid{grid-template-columns:repeat(2, 1fr)}}.current-goals .goal-item h3{color:#fff;margin-bottom:.5rem;font-size:1rem}.current-goals .goal-item p{color:#fff;opacity:.8;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.current-goals .progress-bar{height:6px;background:rgba(242,190,34,.1);border-radius:3px;overflow:hidden}.current-goals .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg, #f2be22, rgb(246.25, 211.25, 106.25));border-radius:3px;transition:width 1s ease}.tech-tags{display:flex;flex-wrap:wrap;gap:8px;margin:1rem 0}.tech-tags .tech-tag{background:rgba(242,190,34,.1);color:#f2be22;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:600;border:1px solid rgba(242,190,34,.2)}.responsibility-list,.achievement-list,.learning-list,.outcome-list{margin:1rem 0;padding-left:0;list-style:none}.responsibility-list li,.achievement-list li,.learning-list li,.outcome-list li{position:relative;padding-left:20px;margin-bottom:8px;color:#fff;line-height:1.5}.responsibility-list li::before,.achievement-list li::before,.learning-list li::before,.outcome-list li::before{content:"•";position:absolute;left:0;color:#f2be22;font-weight:bold}.responsibility-list li strong,.achievement-list li strong,.learning-list li strong,.outcome-list li strong{color:#fff;font-weight:600}.meta-item{display:inline-block;background:rgba(242,190,34,.1);color:#fff;padding:4px 8px;border-radius:6px;font-size:.75rem;margin-right:8px;margin-bottom:4px;font-weight:500}.resource-grid,.certification-grid,.specialization-grid,.summary-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:1.5rem 0}@media(min-width: 1024px){.resource-grid,.certification-grid,.specialization-grid,.summary-grid{grid-template-columns:repeat(2, 1fr)}}.resource-item h4,.resource-item h3,.cert-item h4,.cert-item h3,.spec-item h4,.spec-item h3,.summary-item h4,.summary-item h3{color:#fff;margin-bottom:.5rem;font-size:1rem}.resource-item p,.cert-item p,.spec-item p,.summary-item p{color:#fff;opacity:.8;font-size:.875rem;line-height:1.5}.resource-item ul,.cert-item ul,.spec-item ul,.summary-item ul{margin:.5rem 0 0;padding-left:16px}.resource-item ul li,.cert-item ul li,.spec-item ul li,.summary-item ul li{color:#fff;opacity:.9;font-size:.875rem;margin-bottom:4px}.skill-category .skill-category__content p{color:#fff;opacity:.9;margin-bottom:1rem;line-height:1.6;font-size:.875rem}.video-container{position:relative;width:100%;height:0;padding-bottom:56.25%;margin:2rem 0;overflow:hidden;border-radius:8px;background-color:rgba(212,167,106,.1)}.video-container iframe,.video-container video,.video-container embed,.video-container object{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media(max-width: 414px){.video-container{margin:1.5rem 0;border-radius:6px}}@media(min-width: 1024px){.video-container{margin:2.5rem 0;border-radius:12px}}img{max-width:100%;height:auto;border-radius:4px;transition:transform .3s ease}img.responsive-image{width:100%;object-fit:cover;object-position:center}img.project-image{aspect-ratio:16/9;background-color:rgba(212,167,106,.1)}.hidden{display:none}.form-feedback{margin-top:1rem;padding:.75rem;border-radius:4px;font-weight:bold;text-align:center}.form-feedback--success{background-color:rgba(40,167,69,.2);color:#28a745;border:1px solid #28a745}.form-feedback--error{background-color:rgba(220,53,69,.2);color:#dc3545;border:1px solid #dc3545}.validation-message{display:block;font-size:.85rem;min-height:1.25rem;margin-top:.35rem;transition:all .3s ease;border-radius:3px;padding:.15rem .25rem}.validation-message.error{color:rgb(209.4151898734,36.2848101266,52.8721518987);animation:shake .5s ease-in-out;font-weight:500;background-color:rgba(220,53,69,.08)}.validation-message.warning{color:rgb(222.7,167.025,0);background-color:rgba(255,193,7,.08)}.validation-message.success{color:#28a745;font-weight:bold}.required-indicator{color:#dc3545;font-weight:bold;margin-left:2px}input.input-error,textarea.input-error,select.input-error{border-color:#dc3545 !important;box-shadow:0 0 0 1px rgba(220,53,69,.5) !important;background-color:rgba(220,53,69,.02) !important}input.input-error:focus,textarea.input-error:focus,select.input-error:focus{border-color:#dc3545 !important;box-shadow:0 0 0 2px rgba(220,53,69,.3) !important}input.input-warning,textarea.input-warning,select.input-warning{border-color:#ffc107 !important;box-shadow:0 0 0 1px rgba(255,193,7,.5) !important;background-color:rgba(255,193,7,.02) !important}input.input-warning:focus,textarea.input-warning:focus,select.input-warning:focus{border-color:#ffc107 !important;box-shadow:0 0 0 2px rgba(255,193,7,.3) !important}input:valid:not(:placeholder-shown):not(.input-error):not(.input-warning),textarea:valid:not(:placeholder-shown):not(.input-error):not(.input-warning),select:valid:not(:placeholder-shown):not(.input-error):not(.input-warning){border-color:rgba(40,167,69,.5) !important;background-color:rgba(40,167,69,.02) !important}.character-counter{display:flex;justify-content:flex-end;font-size:.75rem;margin-top:.25rem;color:silver;transition:color .3s ease}.character-counter.counter-warning{color:#ffc107;font-weight:bold}.form-submitting{position:relative}.form-submitting::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.7);z-index:1;border-radius:inherit}.form-submitting::after{content:"";position:absolute;top:50%;left:50%;width:30px;height:30px;margin-left:-15px;margin-top:-15px;border:3px solid rgba(23,162,184,.3);border-top-color:#17a2b8;border-radius:50%;z-index:2;animation:spin 1s linear infinite}@keyframes shake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-5px)}40%,80%{transform:translateX(5px)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.g-recaptcha{margin:1rem 0}@media(max-width: 320px){.g-recaptcha{transform:scale(0.85);transform-origin:0 0}}.form-control{transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{outline:none;box-shadow:0 0 0 3px rgba(23,162,184,.25);border-color:#17a2b8}.hero{display:grid;place-items:center;text-align:center;padding:4rem 0}@media(max-width: 414px){.hero{padding:2.5rem 0}}.hero h1{font-size:2.25rem;color:#fff}@media(max-width: 414px){.hero h1{font-size:1.75rem;margin-bottom:.5rem}}.hero .btn{margin-top:2rem}.hero__avatar{width:9.375rem;height:9.375rem;border-radius:50%;overflow:hidden;margin-left:auto;margin-right:auto;margin-bottom:1rem;border:3px solid #f2be22}@media(max-width: 414px){.hero__avatar{width:7.5rem;height:7.5rem}}.hero__avatar img{width:100%;height:100%;object-fit:cover}.hero__buttons{display:flex;justify-content:center;gap:1rem;margin-top:2rem}@media(max-width: 414px){.hero__buttons{flex-direction:column;align-items:center;gap:.75rem;margin-top:1.5rem}.hero__buttons .btn{min-width:12.5rem;padding-top:.5rem;padding-bottom:.5rem}}.projects-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-left:auto;margin-right:auto}@media(max-width: 414px){.projects-grid{width:100%;max-width:350px}}@media(min-width: 768px){.projects-grid{grid-template-columns:repeat(2, 1fr);gap:1.5rem}}@media(min-width: 1024px){.projects-grid{grid-template-columns:repeat(3, 1fr);gap:2rem}}@media(min-width: 1440px){.projects-grid{grid-template-columns:repeat(3, 1fr);gap:2.5rem;max-width:1200px}}.container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(max-width: 414px){.container{padding-left:1rem;padding-right:1rem}}@media(min-width: 768px){.container{padding-left:1rem;padding-right:1rem}}.content{display:flex;flex-direction:column;align-items:center;gap:6rem;margin-top:4rem;margin-bottom:4rem}@media(max-width: 414px){.content{margin-top:3rem;margin-bottom:3rem;gap:4rem}}@media(min-width: 768px){.content{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:4rem}}@media(min-width: 1024px){.content{gap:5rem;margin-top:5rem;margin-bottom:5rem}}.content>.projects,.content>.experience{flex:1;width:100%;text-align:center}.content>.projects h2,.content>.experience h2{margin-bottom:1.5rem}@media(max-width: 414px){.content>.projects h2,.content>.experience h2{margin-bottom:1rem;font-size:px-to-rem(24)}}@media(min-width: 768px){.content>.projects,.content>.experience{text-align:left;width:auto}}.footer{background-color:#1a1918;color:#fff;padding:3rem 0;margin-top:auto}.footer .footer-container{max-width:75rem;margin:0 auto;padding:0 1rem}.footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit, minmax(15.625rem, 1fr));gap:2rem;margin-bottom:2rem}@media(max-width: 768px){.footer .footer-content{grid-template-columns:1fr;gap:1rem;text-align:center}}.footer .footer-section h3{color:#f2be22;margin-bottom:1rem;font-size:1.125rem;font-weight:600}@media(max-width: 414px){.footer .footer-section h3{font-size:1rem}}.footer .social-links{display:flex;gap:1rem;justify-content:flex-start}@media(max-width: 768px){.footer .social-links{justify-content:center}}.footer .social-links .social-link{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:rgba(242,190,34,.1);border:1px solid #d4a76a;border-radius:50%;color:#fff;font-size:1.125rem;text-decoration:none;transition:all .3s ease}@media(max-width: 414px){.footer .social-links .social-link{width:2.25rem;height:2.25rem;font-size:1rem}}.footer .social-links .social-link:hover,.footer .social-links .social-link:focus{background-color:#f2be22;color:#1a1918;transform:translateY(-2px);box-shadow:0 4px 12px rgba(242,190,34,.3)}.footer .footer-links{list-style:none;padding:0;margin:0}.footer .footer-links li{margin-bottom:.5rem}.footer .footer-links li a{color:#fff;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer .footer-links li a:hover,.footer .footer-links li a:focus{color:#f2be22;text-decoration:underline}.footer .footer-bottom{border-top:1px solid rgba(212,167,106,.3);padding-top:1rem;text-align:center}.footer .footer-bottom p{color:hsla(0,0%,100%,.7);font-size:.875rem;margin:0}@media(max-width: 414px){.footer .footer-bottom p{font-size:.75rem}}.footer .contact-form{max-width:31.25rem;margin:0 auto 2rem;text-align:left}@media(max-width: 414px){.footer .contact-form{margin-bottom:1rem}}.footer .contact-form .form-group{margin-bottom:1rem}@media(max-width: 414px){.footer .contact-form .form-group{margin-bottom:.75rem}}.footer .contact-form label{display:block;margin-bottom:.25rem;color:#fff;font-weight:bold}.footer .contact-form input,.footer .contact-form textarea{width:100%;padding:.5rem;background-color:rgba(30,29,28,.6);border:1px solid #d4a76a;border-radius:.25rem;color:#fff;transition:border-color .3s;font-family:"Helvetica Neue",Arial,sans-serif}.footer .contact-form input:focus,.footer .contact-form textarea:focus{border-color:#f2be22;outline:none}.footer .contact-form textarea{resize:vertical;min-height:6.25rem}.footer .contact-form button{background-color:#f2be22;color:#000;padding:.5rem 1rem;border:none;border-radius:.25rem;cursor:pointer;font-weight:bold;transition:background-color .3s}.footer .contact-form button:hover{background-color:rgb(212.5,162.5,12.5)}footer{background-color:#1a1918;color:#fff;padding:3rem 1rem;text-align:center}footer h2{color:#f2be22;margin-bottom:2rem;font-size:1.75rem}@media(max-width: 414px){footer h2{font-size:1.5rem}}footer p{margin-bottom:1rem;color:hsla(0,0%,100%,.9)}footer p a{color:#f2be22;text-decoration:none}footer p a:hover,footer p a:focus{text-decoration:underline}footer .footer__copyright{font-size:.875rem;margin-top:2rem;opacity:.7;color:hsla(0,0%,100%,.7)}@media(max-width: 414px){footer .footer__copyright{font-size:.75rem;margin-top:1rem}}footer .contact-form{max-width:37.5rem;margin:0 auto 3rem;text-align:left;background-color:rgba(30,29,28,.3);padding:2rem;border-radius:.5rem;border:1px solid rgba(212,167,106,.3)}@media(max-width: 414px){footer .contact-form{margin-bottom:2rem;padding:1rem}}footer .contact-form .form-group{margin-bottom:1.5rem}@media(max-width: 414px){footer .contact-form .form-group{margin-bottom:1rem}}footer .contact-form label{display:block;margin-bottom:.5rem;color:#fff;font-weight:600;font-size:1rem}footer .contact-form input,footer .contact-form textarea{width:100%;padding:.75rem;background-color:rgba(30,29,28,.8);border:2px solid rgba(212,167,106,.5);border-radius:.375rem;color:#fff;transition:all .3s ease;font-family:"Helvetica Neue",Arial,sans-serif;font-size:1rem}footer .contact-form input:focus,footer .contact-form textarea:focus{border-color:#f2be22;background-color:rgba(30,29,28,.9);outline:none;box-shadow:0 0 0 3px rgba(242,190,34,.2)}footer .contact-form input::placeholder,footer .contact-form textarea::placeholder{color:hsla(0,0%,100%,.6)}footer .contact-form textarea{resize:vertical;min-height:7.5rem;line-height:1.5}footer .contact-form button{background:linear-gradient(135deg, #f2be22, rgb(244.8333333333, 204.1666666667, 82.1666666667));color:#1a1918;padding:.75rem 2rem;border:none;border-radius:.375rem;cursor:pointer;font-weight:700;font-size:1rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}footer .contact-form button:hover,footer .contact-form button:focus{background:linear-gradient(135deg, rgb(236.5833333333, 180.9166666667, 13.9166666667), #f2be22);transform:translateY(-2px);box-shadow:0 4px 12px rgba(242,190,34,.4)}footer .contact-form button:active{transform:translateY(0)}footer .contact-form .validation-message{display:block;color:#ff6b6b;font-size:.875rem;margin-top:.25rem;min-height:1.25rem}footer .contact-form .hidden{display:none !important}/*# sourceMappingURL=styles.css.map */
