@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg:#0f172a;--bg-secondary:#1e293b;--bg-gradient:linear-gradient(135deg,#0f172a,#1e1b4b 50%,#312e81);--text:#ffffff;--text-muted:#cbd5e1;--accent:#22c55e;--accent-light:#4ade80;--accent-dark:#16a34a;--border:rgba(255,255,255,0.1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overscroll-behavior:none;height:100%}html,html:before{background:var(--bg-gradient);background-attachment:fixed}html:before{content:"";position:fixed;top:-500px;left:-500px;right:-500px;bottom:-500px;z-index:-2;pointer-events:none}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-gradient);background-attachment:fixed;color:var(--text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;min-height:100vh;position:relative;overscroll-behavior:none}body:before{content:"";position:fixed;top:-500px;left:-500px;right:-500px;bottom:-500px;background:radial-gradient(circle at 20% 50%,rgba(34,197,94,.1) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(99,102,241,.1) 0,transparent 50%),radial-gradient(circle at 40% 20%,rgba(139,92,246,.08) 0,transparent 50%);pointer-events:none;z-index:-1}.main-wrapper{width:100%}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 0;background-color:transparent;transition:background-color .3s ease}.header.scrolled{background-color:rgba(15,23,42,.9);backdrop-filter:blur(10px)}.nav{max-width:1400px;margin:0 auto;padding:0 3rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.75rem;font-weight:600;color:var(--text);background:none;border:none;cursor:pointer;letter-spacing:.02em;transition:all .3s ease;padding:0}.nav-logo:hover{opacity:.8}.logo-text{background:linear-gradient(135deg,var(--accent) 0,var(--accent-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.nav-links{display:flex;gap:.5rem}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:flex;flex-direction:column;gap:4px;width:24px;height:18px;position:relative}.hamburger span{display:block;width:100%;height:2px;background-color:var(--text);border-radius:2px;transition:all .3s ease}.hamburger.open span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:999;backdrop-filter:blur(4px)}.nav-link{background:none;border:1px solid transparent;color:var(--text-muted);font-family:inherit;font-size:.95rem;font-weight:500;padding:.5rem 1rem;cursor:pointer;transition:all .2s ease;border-radius:8px}.nav-link:hover{color:var(--text);background-color:rgba(255,255,255,.08);border-color:var(--accent);transform:translateY(-1px)}.nav-link.active{color:var(--text);border:1px solid var(--border);background-color:rgba(255,255,255,.05)}.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-divider{width:1px;height:24px;background-color:var(--border)}.nav-cta,.nav-link-email{white-space:nowrap;text-decoration:none}.nav-cta{background-color:var(--accent);color:var(--text);font-size:.95rem;font-weight:500;padding:.5rem 1.25rem;border-radius:8px;text-decoration:none;transition:background-color .2s ease}.nav-cta:hover{background-color:var(--accent-light)}.hero-section{min-height:100vh;padding:6rem 3rem 4rem;position:relative;max-width:1400px;margin:0 auto}.hero-container,.hero-section{display:flex;align-items:center;justify-content:center;width:100%}.hero-container{gap:4rem;max-width:1200px}.hero-left{flex:1;max-width:500px}.hero-greeting{font-size:1rem;color:var(--text-muted);margin-bottom:.5rem;font-weight:400}.hero-name{font-size:clamp(3rem,6vw,4.5rem);font-weight:700;color:var(--accent);line-height:1.1;margin-bottom:.5rem}.hero-tagline{font-size:1.25rem;color:var(--text);line-height:1.6;margin-top:1.5rem;margin-bottom:2rem}.hero-button{display:inline-block;padding:.875rem 2rem;background-color:var(--accent);color:var(--text);font-size:.95rem;font-weight:500;text-decoration:none;border-radius:8px;transition:all .2s ease}.hero-button:hover{background-color:var(--accent-light)}.hero-divider{width:1px;height:500px;background-color:var(--border);flex-shrink:0}.hero-right{flex:1;display:flex;justify-content:center;align-items:center}.hero-image-container{position:relative;width:100%;max-width:450px;aspect-ratio:1}.hero-image{width:100%;height:100%;border-radius:50%;object-fit:cover;box-shadow:0 0 60px rgba(34,197,94,.2);animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-social{position:fixed;right:2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1rem;z-index:100}.hero-social a{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.05);border:1px solid var(--border);border-radius:50%;color:var(--text-muted);font-size:1.25rem;transition:all .3s ease}.hero-social a:hover{color:var(--text);border-color:var(--accent);background-color:rgba(34,197,94,.1)}.section{padding:6rem 3rem;max-width:1200px;margin:0 auto}.section,.section-container{width:100%}.animate-section{opacity:0;transform:translateY(50px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.animate-section.visible{opacity:1;transform:translateY(0)}.section-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:3rem;color:var(--text)}.contact-title{text-align:center}.about-content{gap:3rem}.about-content,.about-text{display:flex;flex-direction:column}.about-text{gap:1.5rem}.about-text p{color:var(--text-muted);line-height:1.8;font-size:1.05rem}.about-badges{display:flex;gap:1rem;flex-wrap:wrap}.badge{padding:.75rem 1.5rem;background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;color:var(--text);font-weight:500;transition:all .2s ease}.badge:hover{border-color:var(--accent);background-color:rgba(34,197,94,.1)}.skills-content{display:flex;flex-direction:column;gap:2rem}.skills-categories{display:flex;gap:.5rem;flex-wrap:wrap}.skill-category{font-family:inherit;font-size:.95rem;padding:.6rem 1.5rem;background:transparent;color:var(--text-muted);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:all .2s ease}.skill-category.active,.skill-category:hover{color:var(--text);border-color:var(--accent)}.skill-category.active{background-color:var(--accent)}.skills-list{display:flex;flex-wrap:wrap;gap:.75rem;list-style:none;padding:0}.skill-item{background-color:rgba(34,197,94,.1);color:var(--accent-light);padding:.6rem 1.25rem;border-radius:20px;font-size:.95rem;font-weight:500;border:1px solid rgba(34,197,94,.2);transition:all .3s ease;opacity:0;transform:translateY(20px) scale(.9)}.skills-list.visible .skill-item{opacity:1;transform:translateY(0) scale(1)}.skills-list.visible .skill-item:first-child{transition-delay:.05s}.skills-list.visible .skill-item:nth-child(2){transition-delay:.1s}.skills-list.visible .skill-item:nth-child(3){transition-delay:.15s}.skills-list.visible .skill-item:nth-child(4){transition-delay:.2s}.skills-list.visible .skill-item:nth-child(5){transition-delay:.25s}.skills-list.visible .skill-item:nth-child(6){transition-delay:.3s}.skill-item:hover{background-color:rgba(34,197,94,.2);border-color:var(--accent);transform:translateY(-2px) scale(1.05)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:all .3s ease}.project-card:hover{border-color:var(--accent);transform:translateY(-4px)}.project-card h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text)}.project-card p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.7}.project-card .button{display:inline-block;padding:.6rem 1.25rem;border:1px solid var(--accent);color:var(--text);font-size:.9rem;text-decoration:none;border-radius:8px;transition:all .2s ease}.project-card .button:hover{background-color:var(--accent)}.project-card .tech-stack{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;padding:0}.project-card .tech-stack li{background-color:rgba(255,255,255,.05);color:var(--text-muted);padding:.35rem .75rem;border-radius:4px;font-size:.8rem}.disc-content{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:start}.disc-text{display:flex;flex-direction:column;gap:2rem}.disc-stats{display:flex;gap:3rem;padding:1.5rem 2rem;background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:12px}.disc-stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.stat-value-container{display:flex;align-items:center;gap:.5rem}.stat-value{font-size:1.5rem;font-weight:600;color:var(--accent-light);text-decoration:none}.stat-value:hover{color:var(--accent)}.rating-change{font-size:.9rem;font-weight:600;padding:.25rem .5rem;border-radius:.25rem;background:rgba(255,255,255,.1);display:inline-flex;align-items:center;gap:.25rem}.rating-arrow{font-size:1rem;line-height:1}.rating-change-value{font-weight:600}.rating-change.positive{color:#4ade80}.rating-change.negative{color:#f87171}.disc-text p{color:var(--text-muted);line-height:1.8}.disc-text h3{font-size:1.4rem;color:var(--accent-light);margin-top:.5rem}.disc-categories{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:1.5rem}.disc-category-group{display:flex;flex-direction:column;gap:.875rem}.disc-category-title{font-size:.875rem;font-weight:600;color:var(--accent-light);text-transform:uppercase;letter-spacing:.1em;margin:0;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.disc-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:0;margin:0}.disc-list li{padding:.75rem 1rem;background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;font-size:.9rem}.disc-list li:hover{border-color:var(--accent);background-color:rgba(34,197,94,.08)}.disc-link{flex:1;min-width:0;color:var(--text);text-decoration:none;display:flex;align-items:center;transition:color .2s ease}.disc-link:hover{color:var(--accent-light)}.disc-name{flex:1;min-width:0}.disc-count{color:var(--accent-light);font-weight:600;font-size:.8rem;flex-shrink:0;margin-left:1rem;text-align:right}.disc-social h3{font-size:1.4rem;color:var(--accent-light);margin-bottom:1rem}.disc-social-icons{display:flex;gap:1rem}.disc-social-icons a{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:50%;color:var(--text-muted);font-size:1.25rem;transition:all .3s ease}.disc-social-icons a:hover{background-color:var(--accent);color:var(--text);border-color:var(--accent)}.disc-image-wrapper{position:sticky;top:100px;align-self:start;height:fit-content}.disc-image{width:100%;max-width:100%;height:auto;border-radius:12px;object-fit:cover;display:block}.faith-content{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:start}.faith-text{display:flex;flex-direction:column;gap:1.5rem}.faith-text p{color:var(--text-muted);line-height:1.8;font-size:1.05rem}.faith-text strong{color:var(--text)}.scripture{background-color:rgba(34,197,94,.08);border-left:4px solid var(--accent);padding:2rem;border-radius:0 12px 12px 0;margin:1.5rem 0}.scripture p{font-style:italic;margin-bottom:1rem;color:var(--text-muted)}.scripture cite{display:block;text-align:right;font-style:normal;font-weight:600;color:var(--accent);margin-top:1rem}.faith-image-wrapper{position:sticky;top:100px;align-self:start;height:fit-content}.faith-image{width:100%;max-width:100%;height:auto;border-radius:12px;object-fit:cover;display:block}.contact-content{text-align:center;max-width:600px;margin:0 auto}.contact-content p{color:var(--text-muted);font-size:1.15rem;margin-bottom:2rem;line-height:1.8}.contact-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.contact-link{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;color:var(--text);text-decoration:none;font-size:.95rem;transition:all .3s ease}.contact-link:hover{border-color:var(--accent);transform:translateY(-2px)}.footer{text-align:center;padding:3rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.9rem}@media (max-width:1024px){.hero-container{flex-direction:column;gap:2rem;text-align:center}.hero-left{max-width:100%}.hero-divider{display:none}.hero-image-container{max-width:350px}.hero-social{display:none}.disc-content,.faith-content{grid-template-columns:1fr}.disc-image-wrapper,.faith-image-wrapper{position:static;order:-1;width:100%;max-width:100%}.disc-image,.faith-image{width:100%;max-width:100%;height:auto}.nav{padding:0 1.5rem}.section{padding:4rem 1.5rem}}@media (max-width:768px){.hero-section{padding:5rem 1.5rem 3rem}.hero-name{font-size:2.5rem}.nav-links{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background-color:rgba(15,23,42,.98);backdrop-filter:blur(10px);flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:5rem 2rem;z-index:1000;transform:translateX(-100%);transition:transform .3s ease;overflow-y:auto;margin:0}.nav-links.mobile-open{transform:translateX(0)}.nav-link{font-size:1.2rem;padding:1rem 2rem;width:100%;max-width:300px;text-align:center}.nav-link:hover{background-color:rgba(34,197,94,.15);border-color:var(--accent);transform:scale(1.02)}.nav-link-email{display:none;text-decoration:none}.nav-link-email.mobile-only{display:block;text-decoration:none}.nav-link-email.mobile-only:hover{text-decoration:none}.mobile-menu-toggle{display:block}.nav-divider,.nav-right{display:none}}.mobile-only{display:none}@media (max-width:768px){.mobile-only{display:block}.section-title{font-size:2rem}.disc-stats{flex-direction:column;gap:1.5rem}.disc-categories{gap:1.5rem}.disc-categories,.projects-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero-section{padding:4rem 1rem 2rem}.hero-name{font-size:2rem}.section{padding:3rem 1rem}}