.cta-link{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:1.05rem 2.3rem;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;border:2px solid transparent;transition:box-shadow .3s ease,background .3s ease,border-color .3s ease;will-change:transform}.cta-link.primary{background:linear-gradient(135deg,var(--color-leather-brown),var(--color-leather-light));color:var(--color-beige-light);box-shadow:0 4px 20px rgba(var(--rgb-leather),.35)}.cta-link.primary:hover{box-shadow:0 8px 32px rgba(var(--rgb-leather),.5)}.cta-link.secondary{background:transparent;color:var(--color-beige-light);border-color:var(--color-beige);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.cta-link.secondary:hover{background:rgba(var(--rgb-beige),.1);border-color:var(--color-beige-light)}.cta-link.compact{padding:.55rem 1.3rem;font-size:.85rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 2rem;transition:all .3s ease}.navbar.scrolled{background:#1c1f23d1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(212,197,185,.1);padding:1rem 2rem;box-shadow:0 4px 20px #0000004d}.navbar.mobile-open{background:#1c1f23f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(212,197,185,.1)}.navbar-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-left{display:flex;align-items:center;gap:.9rem}.gear-indicator{display:flex;align-items:center;gap:.5rem;padding:.35rem .7rem;font-family:var(--font-mono);background:rgba(var(--rgb-slate),.55);border:1px solid rgba(var(--rgb-beige),.14);border-radius:8px;cursor:default;-webkit-user-select:none;user-select:none}.gear-label{font-size:.58rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-muted)}.gear-window{display:inline-flex;align-items:center;justify-content:center;min-width:2ch;height:1.25em;overflow:hidden;font-size:.95rem;font-weight:600}.gear-value{display:inline-block;color:var(--color-forest-light);text-shadow:0 0 10px rgba(var(--rgb-forest-light),.55)}.scroll-progress{position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,var(--color-leather-brown),var(--color-leather-light),var(--color-forest-light));transform-origin:left;pointer-events:none}.navbar-logo{text-decoration:none;font-size:1.8rem;font-weight:800;font-family:Playfair Display,serif;color:var(--color-beige-light);padding:.5rem 1rem;border-radius:12px;background:linear-gradient(135deg,#8b5a3c33,#2d4a3e33);border:1px solid rgba(212,197,185,.2);transition:all .3s ease}.navbar-logo:hover{background:linear-gradient(135deg,#8b5a3c4d,#2d4a3e4d);box-shadow:0 4px 20px #8b5a3c4d}.logo-text{background:linear-gradient(135deg,var(--color-beige-light),var(--color-leather-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-menu{display:flex;gap:.5rem;align-items:center}.navbar-menu.desktop{display:none}.navbar-link{text-decoration:none;color:var(--color-beige);font-weight:500;font-size:.95rem;padding:.7rem 1.3rem;border-radius:10px;transition:all .3s ease;position:relative;overflow:hidden}.navbar-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(212,197,185,.1),transparent);transition:left .5s ease}.navbar-link:hover:before{left:100%}.navbar-link:hover{color:var(--color-beige-light);background:#d4c5b914;transform:translateY(-2px)}.navbar-link.active{color:var(--color-beige-light)}.navbar-link.active:after{content:"";position:absolute;left:1.1rem;right:1.1rem;bottom:.35rem;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--color-leather-light),var(--color-forest-light))}.mobile-menu-toggle{display:block;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:flex;flex-direction:column;gap:5px;width:28px}.hamburger span{display:block;width:100%;height:2px;background-color:var(--color-beige);transition:all .3s ease;border-radius:2px}.hamburger.open span:nth-child(1){transform:rotate(45deg) translateY(7px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translateY(-7px)}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#1c1f23f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(212,197,185,.1);overflow:hidden}.mobile-menu-link{display:block;padding:1.2rem 2rem;color:var(--color-beige);text-decoration:none;font-weight:500;font-size:1.1rem;border-bottom:1px solid rgba(212,197,185,.05);transition:all .3s ease}.mobile-menu-link:hover{background:#d4c5b914;color:var(--color-beige-light);padding-left:2.5rem}.mobile-menu-link.active{color:var(--color-beige-light);border-left:3px solid var(--color-leather-light)}@media(min-width:768px){.navbar-menu.desktop{display:flex}.mobile-menu-toggle{display:none}.navbar{padding:2rem 3rem}.navbar.scrolled{padding:1.2rem 3rem}}.navbar-cta{margin-left:1.5rem;flex-shrink:0}.mobile-menu-cta{margin:.6rem 1.5rem 1rem;align-self:stretch}@media(max-width:768px){.navbar-cta{display:none}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:6rem 2rem 2rem;overflow:hidden;--t-corner: .35s;--t-scan: .55s;--t-chip: .7s}.hero.warm{--t-corner: 0s;--t-scan: 0s;--t-chip: 0s}.hero-content{max-width:1200px;text-align:center;z-index:2;position:relative}.hero-title{font-size:clamp(2.5rem,8vw,7rem);line-height:1.1;margin-bottom:2.6rem;font-weight:900;display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero-greeting{font-size:clamp(1.5rem,4vw,3rem);color:var(--color-text-muted);font-weight:400;font-family:Inter,sans-serif}.detection-frame{position:relative;display:inline-block;padding:.12em .3em}.hero-name{letter-spacing:-.03em;position:relative}.frame-corner{position:absolute;width:.32em;height:.32em;border:2px solid rgba(var(--rgb-leather-light),.85);animation:corner-in .4s ease var(--t-corner) both}.corner-tl{top:0;left:0;border-right:none;border-bottom:none}.corner-tr{top:0;right:0;border-left:none;border-bottom:none}.corner-bl{bottom:0;left:0;border-right:none;border-top:none}.corner-br{bottom:0;right:0;border-left:none;border-top:none}@keyframes corner-in{0%{opacity:0;transform:scale(1.6)}to{opacity:1;transform:scale(1)}}.frame-scan{position:absolute;left:4%;right:4%;top:0;height:2px;background:linear-gradient(90deg,transparent,rgba(var(--rgb-forest-light),.8),transparent);opacity:0;animation:frame-scan 1.1s ease-in-out var(--t-scan) 1 both;pointer-events:none}.hero.warm .frame-scan{animation:none;opacity:0}@keyframes frame-scan{0%{top:0;opacity:.9}to{top:100%;opacity:0}}.detection-chip{position:absolute;top:calc(100% + .55rem);right:0;display:inline-flex;align-items:center;gap:.55rem;padding:.32rem .65rem;font-family:var(--font-mono);font-size:clamp(.62rem,1.5vw,.8rem);font-weight:500;letter-spacing:.08em;color:var(--color-beige-light);background:rgba(var(--rgb-slate),.72);border:1px solid rgba(var(--rgb-leather-light),.35);border-left:3px solid var(--color-leather-light);animation:chip-in .4s ease var(--t-chip) both}.detection-chip:before{content:"CLASS:";opacity:.6}@keyframes chip-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chip-label-window{display:inline-flex;align-items:center;height:1.4em;overflow:hidden}.chip-label{display:inline-block;white-space:nowrap}.chip-confidence{color:var(--color-forest-light);font-weight:600}.hero-subtitle{font-size:clamp(1rem,2vw,1.4rem);color:var(--color-text-muted);max-width:700px;margin:0 auto 3rem;line-height:1.7;font-weight:400}.hero-subtitle .highlight{color:var(--color-beige-light);font-weight:600;position:relative}.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:5rem}.hero-scroll{display:flex;justify-content:center}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--color-text-muted);font-size:.85rem;font-weight:500}.scroll-line{width:2px;height:40px;background:linear-gradient(to bottom,var(--color-beige),transparent);border-radius:2px}.hero-decoration{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.radar-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(var(--rgb-beige),.08)}.ring-1{width:42vmin;height:42vmin}.ring-2{width:64vmin;height:64vmin;border-style:dashed;border-color:rgba(var(--rgb-beige),.06)}.ring-3{width:86vmin;height:86vmin}.radar-sweep{position:absolute;top:50%;left:50%;width:86vmin;height:86vmin;margin:-43vmin 0 0 -43vmin;border-radius:50%;background:conic-gradient(from 0deg,rgba(var(--rgb-forest-light),.12),transparent 22%);animation:radar-rotate 16s linear infinite}@keyframes radar-rotate{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.frame-corner,.detection-chip{animation:none}.frame-scan,.radar-sweep{animation:none;opacity:0}}@media(max-width:768px){.hero{padding:5rem 1rem 1rem}.hero-cta{flex-direction:column;align-items:center;margin-bottom:3rem}.hero-cta .cta-link{width:100%;max-width:300px}}.credibility-strip{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;padding:1.5rem 2rem 3rem}.credibility-label{font-family:var(--font-mono);font-size:.62rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:rgba(var(--rgb-beige),.4)}.credibility-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.2rem 2.8rem;list-style:none}.credibility-item{font-family:var(--font-mono);font-size:.82rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:rgba(var(--rgb-beige),.62);white-space:nowrap}@media(max-width:768px){.credibility-list{gap:.8rem 1.6rem}.credibility-item{font-size:.68rem}}.section-index{display:block;font-family:var(--font-mono);font-size:.68rem;font-weight:500;letter-spacing:.22em;color:rgba(var(--rgb-beige),.45);margin-bottom:.6rem;white-space:pre}.about{min-height:100vh;padding:8rem 2rem;position:relative}.about-container{max-width:1400px;margin:0 auto}.about-header-intro-group{margin-bottom:4rem}.about-header{text-align:center;margin-bottom:2rem}.section-label{display:inline-block;padding:.5rem 1.5rem;background:#8b5a3c33;border:1px solid rgba(212,197,185,.2);border-radius:50px;color:var(--color-beige-light);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.section-title{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem;font-weight:800}.section-description{font-size:1.1rem;color:var(--color-text-muted);max-width:600px;margin:0 auto}.about-content{display:flex;flex-direction:column;gap:4rem}.about-intro{display:grid;grid-template-columns:1fr;gap:3rem;padding:3rem;border-radius:30px;position:relative;overflow:hidden}.intro-image{position:relative;margin:0 auto}.image-placeholder{width:250px;height:250px;border-radius:20px;background:linear-gradient(135deg,var(--color-leather-brown),var(--color-forest-green));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}.headshot-img{width:100%;height:100%;object-fit:cover;display:block}.image-decoration{position:absolute;top:-10px;right:-10px;width:100px;height:100px;border:2px solid var(--color-leather-brown);border-radius:20px;opacity:.3}.intro-text h3{font-size:2rem;margin-bottom:1.5rem;color:var(--color-beige-light)}.intro-text p{font-size:1.05rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:1.2rem}.intro-text .highlight-text{color:var(--color-beige-light);font-weight:600}.intro-lead{font-size:1.18rem;line-height:1.65;color:var(--color-beige-light);margin-bottom:1.6rem}.intro-now{list-style:none;display:flex;flex-direction:column;gap:1.1rem;margin-bottom:1.6rem}.intro-now li{position:relative;padding-left:1.1rem;border-left:2px solid rgba(var(--rgb-leather-light),.55)}.intro-now-role{display:block;font-family:var(--font-mono);font-size:.74rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-beige-light);margin-bottom:.35rem}.intro-now-detail{display:block;font-size:.95rem;line-height:1.65;color:var(--color-text-muted)}.intro-close{font-size:.98rem;line-height:1.75}.resume-cta{margin-top:1rem;align-self:flex-start}.about-interests{margin:2rem 0}.interests-title{font-size:2rem;text-align:center;margin-bottom:3rem;color:var(--color-beige-light)}.interests-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.interest-card{padding:2.5rem;border-radius:20px;text-align:center;transition:all .3s ease;cursor:pointer}.interest-icon{font-size:3rem;color:var(--color-leather-light);margin-bottom:1.5rem;display:inline-block}.interest-card h4{font-size:1.4rem;margin-bottom:1rem;color:var(--color-beige-light)}.interest-card p{font-size:.95rem;color:var(--color-text-muted);line-height:1.7}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.stat-card{padding:2.5rem 2rem;border-radius:20px;text-align:center;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(var(--rgb-leather),.22)}@property --gauge-fill{syntax: "<angle>"; inherits: false; initial-value: 0deg;}.gauge{position:relative;width:180px;height:180px;margin:0 auto}.gauge-track,.gauge-fill,.gauge-ticks{position:absolute;inset:0;border-radius:50%}.gauge-track{background:conic-gradient(from 135deg,rgba(255,255,255,.09) 0deg 270deg,transparent 270deg 360deg);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 13px),#000 calc(100% - 12px));mask:radial-gradient(farthest-side,transparent calc(100% - 13px),#000 calc(100% - 12px))}.gauge-fill{background:conic-gradient(from 135deg,var(--color-leather-light) 0deg,var(--color-forest-light) var(--gauge-fill),transparent var(--gauge-fill) 360deg);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 13px),#000 calc(100% - 12px));mask:radial-gradient(farthest-side,transparent calc(100% - 13px),#000 calc(100% - 12px));animation:gauge-sweep 1.7s cubic-bezier(.22,1,.36,1) forwards;filter:drop-shadow(0 0 6px rgba(var(--rgb-leather-light),.35))}@keyframes gauge-sweep{0%{--gauge-fill: 0deg}to{--gauge-fill: 222deg}}.gauge-ticks{background:repeating-conic-gradient(from 135deg,rgba(255,255,255,.18) 0deg 1.4deg,transparent 1.4deg 18deg);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 8px),#000 calc(100% - 7px) calc(100% - 1px),transparent 100%);mask:radial-gradient(farthest-side,transparent calc(100% - 8px),#000 calc(100% - 7px) calc(100% - 1px),transparent 100%);opacity:.7}.gauge-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;padding:0 1rem}.stat-number{font-size:2.8rem;font-weight:900;display:block;line-height:1}.stat-label{font-size:.85rem;color:var(--color-text-muted);font-weight:500}@media(prefers-reduced-motion:reduce){.gauge-fill{animation:none;--gauge-fill: 222deg}}@media(min-width:768px){.about-intro{grid-template-columns:auto 1fr;align-items:start}.intro-image{margin:0}.image-placeholder{width:300px;height:300px}}@media(max-width:768px){.about{padding:6rem 1rem}.about-intro{padding:2rem}.interests-grid,.about-stats{grid-template-columns:1fr}}.case-study-block{margin-bottom:3rem}.cs-header{max-width:760px;margin-bottom:1rem}.case-study{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:3.5rem;margin:0 auto 5rem}.cs-visual-col{min-width:0}.cs-visual{position:sticky;top:110px;padding:2rem}.cs-kicker{display:block;font-family:var(--font-mono);font-size:.66rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--color-leather-light);margin-bottom:.8rem}.cs-title{font-size:clamp(1.6rem,3vw,2.3rem);margin-bottom:.8rem;line-height:1.2}.cs-intro{color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.cs-steps{display:flex;flex-direction:column}.cs-step{min-height:52vh;display:flex;flex-direction:column;justify-content:center;padding:2.5rem 0;opacity:.35;transition:opacity .45s ease}.cs-step.active{opacity:1}.cs-step-index{font-family:var(--font-mono);font-size:.68rem;font-weight:600;letter-spacing:.22em;color:var(--color-forest-light);margin-bottom:.7rem}.cs-step h4{font-size:1.35rem;margin-bottom:.9rem}.cs-step p{color:var(--color-text-muted);line-height:1.75;max-width:56ch}.cs-step .cs-step-cta{margin-top:1.6rem;align-self:flex-start}.cs-diagram-frame{position:relative;border:1px dashed rgba(var(--rgb-beige),.18);border-radius:10px;padding:1.6rem 1.4rem 1.2rem;transition:border-color .45s ease,box-shadow .45s ease}.cs-diagram-frame.active{border-color:rgba(var(--rgb-forest-light),.75);box-shadow:0 0 24px rgba(var(--rgb-forest-light),.18)}.cs-frame-label{position:absolute;top:-.62em;right:1rem;padding:0 .5rem;background:var(--color-darker);font-family:var(--font-mono);font-size:.58rem;font-weight:600;letter-spacing:.2em;color:rgba(var(--rgb-beige),.5);transition:color .45s ease}.cs-diagram-frame.active .cs-frame-label{color:var(--color-forest-light)}.cs-diagram{display:flex;flex-direction:column;align-items:stretch}.cs-node{position:relative;border:1px solid rgba(var(--rgb-beige),.16);border-left:3px solid rgba(var(--rgb-beige),.16);border-radius:6px;padding:.7rem 1rem;background:rgba(var(--rgb-slate),.45);transition:border-color .45s ease,background .45s ease,box-shadow .45s ease,opacity .45s ease;opacity:.55}.cs-node.active{opacity:1;border-color:rgba(var(--rgb-leather-light),.6);border-left-color:var(--color-leather-light);background:rgba(var(--rgb-slate),.75);box-shadow:0 0 18px rgba(var(--rgb-leather),.22)}.cs-node-label{display:block;font-family:var(--font-mono);font-size:.78rem;font-weight:600;letter-spacing:.16em;color:var(--color-beige-light)}.cs-node-sub{display:block;font-family:var(--font-mono);font-size:.6rem;letter-spacing:.12em;color:var(--color-text-muted);margin-top:.25rem}.cs-connector{width:2px;height:1.1rem;margin:0 auto;background:rgba(var(--rgb-beige),.18);transition:background .45s ease}.cs-connector.active{background:var(--color-leather-light);box-shadow:0 0 8px rgba(var(--rgb-leather-light),.6)}.cs-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.8rem;margin-top:1.4rem}.result-chip{border:1px solid rgba(var(--rgb-beige),.16);border-left:3px solid var(--color-forest-light);border-radius:6px;padding:.65rem .85rem;background:rgba(var(--rgb-slate),.5)}.result-chip .chip-place{display:block;font-family:var(--font-mono);font-size:1.05rem;font-weight:700;color:var(--color-beige-light)}.result-chip .chip-event{display:block;font-family:var(--font-mono);font-size:.56rem;font-weight:500;letter-spacing:.14em;color:var(--color-text-muted);margin-top:.3rem;text-transform:uppercase}@media(max-width:900px){.case-study{grid-template-columns:1fr;gap:1.5rem}.cs-visual{position:static;top:auto;padding:1rem 0}.cs-step{min-height:0;padding:1.6rem 0;opacity:1}.cs-node,.cs-diagram-frame .cs-node{opacity:1}}@media(prefers-reduced-motion:reduce){.cs-step,.cs-node{opacity:1}}.research-dossier .cs-header{max-width:820px}.rd-overview{display:flex;flex-wrap:wrap;gap:2.5rem;margin-top:1.8rem;padding-top:1.6rem;border-top:1px solid rgba(var(--rgb-beige),.12)}.rd-metric{display:flex;flex-direction:column;gap:.3rem}.rd-overview .rd-metric-value{font-family:var(--font-mono);font-size:2rem;font-weight:600;line-height:1;color:var(--color-beige-light)}.rd-overview .rd-metric-label{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-muted);max-width:16ch}.rd-grid{display:flex;flex-direction:column;gap:1.6rem;margin:2.5rem 0 0}.rd-card{position:relative;border-radius:16px;padding:2.2rem 2.4rem;overflow:hidden}.rd-card:after{content:"";position:absolute;top:0;left:0;bottom:0;width:3px;background:linear-gradient(to bottom,var(--color-leather-light),var(--color-forest-light));opacity:.5}.rd-card.lead{border-color:rgba(var(--rgb-leather-light),.3)}.rd-card.lead:after{width:5px;opacity:1;box-shadow:0 0 18px rgba(var(--rgb-leather-light),.55)}.rd-card-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.rd-number{font-family:var(--font-mono);font-size:.7rem;font-weight:600;letter-spacing:.24em;color:var(--color-leather-light)}.rd-badges{display:flex;align-items:center;gap:.6rem}.rd-venue,.rd-role{font-family:var(--font-mono);font-size:.6rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;padding:.22rem .55rem;border-radius:4px}.rd-venue{color:var(--color-beige-light);border:1px solid rgba(var(--rgb-beige),.25)}.rd-role{color:var(--color-text-muted);border:1px solid rgba(var(--rgb-beige),.16)}.rd-role.lead{color:var(--color-forest-light);border-color:rgba(var(--rgb-forest-light),.5);background:rgba(var(--rgb-forest),.18)}.rd-title{font-size:clamp(1.2rem,2.2vw,1.55rem);line-height:1.3;color:var(--color-beige-light);margin-bottom:1.5rem;max-width:60ch}.rd-body{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem 2.4rem;margin-bottom:1.8rem}.rd-block-label{display:block;font-family:var(--font-mono);font-size:.6rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-forest-light);margin-bottom:.5rem}.rd-block p{color:var(--color-text-muted);line-height:1.7;font-size:.92rem}.rd-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.4rem 0;border-top:1px solid rgba(var(--rgb-beige),.1);border-bottom:1px solid rgba(var(--rgb-beige),.1);margin-bottom:1.5rem}.rd-metrics .rd-metric-value{font-family:var(--font-mono);font-size:1.55rem;font-weight:600;line-height:1;color:var(--color-beige-light)}.rd-metrics .rd-metric-label{font-family:Inter,sans-serif;font-size:.72rem;line-height:1.4;color:var(--color-text-muted);max-width:22ch}.rd-link{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-mono);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-leather-light);text-decoration:none;transition:color .25s ease,gap .25s ease}.rd-link:hover{color:var(--color-beige-light);gap:.7rem}.rd-link svg{font-size:.62rem}@media(max-width:900px){.rd-metrics{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media(max-width:768px){.rd-card{padding:1.8rem 1.6rem}.rd-body{grid-template-columns:1fr;gap:1.2rem}.rd-overview{gap:1.6rem}.rd-overview .rd-metric-value{font-size:1.6rem}}.projects-divider{display:flex;align-items:center;gap:1.25rem;margin-bottom:2.5rem;color:var(--color-text-muted);font-size:.85rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.projects-divider:before,.projects-divider:after{content:"";height:1px;flex:1;background:linear-gradient(to right,transparent,rgba(var(--rgb-beige),.25),transparent)}.projects-filters{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:4rem}.filter-button{padding:.8rem 2rem;border-radius:50px;border:2px solid rgba(212,197,185,.2);background:rgba(var(--rgb-slate),.5);color:var(--color-beige);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.filter-button:hover{border-color:var(--color-leather-light);background:#8b5a3c33}.filter-button.active{background:linear-gradient(135deg,var(--color-leather-brown),var(--color-leather-light));border-color:var(--color-leather-light);color:var(--color-beige-light);box-shadow:0 4px 20px #8b5a3c4d}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem}.project-card{border-radius:25px;overflow:hidden;cursor:pointer;transition:all .4s ease;display:flex;flex-direction:column}.project-card:hover{box-shadow:0 20px 60px #8b5a3c4d}.project-image{height:250px;position:relative;overflow:hidden;background:#000}.project-img-element{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.project-card:hover .project-img-element{transform:scale(1.05)}.project-img-fallback{width:100%;height:100%;background:radial-gradient(circle at 20% 30%,rgba(166,124,82,.35),transparent 55%),radial-gradient(circle at 80% 70%,rgba(45,74,62,.45),transparent 55%),linear-gradient(135deg,var(--color-surface-2),var(--color-dark));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.project-img-fallback:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(212,197,185,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(212,197,185,.06) 1px,transparent 1px);background-size:32px 32px;mask-image:radial-gradient(circle at center,black 40%,transparent 75%);-webkit-mask-image:radial-gradient(circle at center,black 40%,transparent 75%)}.fallback-icons{display:flex;gap:1.5rem;position:relative;z-index:1}.fallback-icon{font-size:2.75rem;color:var(--color-beige-light);filter:drop-shadow(0 4px 12px rgba(0,0,0,.5));transition:transform .4s ease}.project-card:hover .fallback-icon{transform:translateY(-4px)}.modal-img-fallback{min-height:320px}.project-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-icons{display:flex;gap:1.5rem}.tech-icon{font-size:2.5rem;color:var(--color-beige-light);opacity:.9}.project-content{padding:2rem;flex:1;display:flex;flex-direction:column}.project-title{font-size:1.5rem;margin-bottom:1rem;color:var(--color-beige-light)}.project-description{font-size:.95rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:1.5rem;flex:1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{padding:.4rem 1rem;background:#8b5a3c33;border:1px solid rgba(212,197,185,.2);border-radius:20px;font-size:.8rem;color:var(--color-beige-light);font-weight:500}.project-links{display:flex;gap:1rem}.project-link{width:45px;height:45px;border-radius:12px;background:#8b5a3c33;border:1px solid rgba(212,197,185,.2);display:flex;align-items:center;justify-content:center;color:var(--color-beige-light);font-size:1.2rem;transition:all .3s ease;text-decoration:none}.project-link:hover{background:var(--color-leather-brown);box-shadow:0 4px 15px #8b5a3c66}.project-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.project-modal{max-width:900px;width:100%;max-height:90vh;overflow-y:auto;border-radius:30px;position:relative}.modal-close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;border-radius:50%;border:none;background:#ffffff1a;color:var(--color-beige-light);font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.modal-close:hover{background:#fff3;transform:rotate(90deg)}.modal-image{height:300px;border-radius:20px 20px 0 0;overflow:hidden;background:#000}.modal-img-element{width:100%;height:100%;object-fit:cover}.modal-content{padding:3rem}.modal-content h3{font-size:2.5rem;margin-bottom:1.5rem;color:var(--color-beige-light)}.modal-content p{font-size:1.1rem;color:var(--color-text-muted);line-height:1.8;margin-bottom:2rem}.modal-tech{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2.5rem}.modal-actions{display:flex;gap:1rem;flex-wrap:wrap}.modal-button{padding:1rem 2rem;border-radius:50px;border:2px solid var(--color-beige);background:transparent;color:var(--color-beige-light);font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;text-decoration:none}.modal-button:hover{background:#d4c5b91a;transform:translateY(-2px)}.modal-button.primary{background:linear-gradient(135deg,var(--color-leather-brown),var(--color-leather-light));border-color:var(--color-leather-light);box-shadow:0 4px 20px #8b5a3c4d}.modal-button.primary:hover{box-shadow:0 6px 30px #8b5a3c66}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}.modal-content{padding:2rem}.modal-content h3{font-size:2rem}.modal-actions{flex-direction:column}.modal-button{width:100%;justify-content:center}}.featured-work{min-height:100vh;padding:8rem 2rem;position:relative}.featured-work-container{max-width:1400px;margin:0 auto}.featured-work-header{text-align:center;margin-bottom:4rem}@media(max-width:768px){.featured-work{padding:6rem 1rem}}.experience{min-height:100vh;padding:8rem 2rem;position:relative}.experience-container{max-width:1200px;margin:0 auto}.experience-header{text-align:center;margin-bottom:5rem}.experience-timeline{position:relative;padding:2rem 0}.experience-item{display:grid;grid-template-columns:auto 1fr;gap:2rem;margin-bottom:3rem;position:relative}.experience-item:last-child .marker-line{display:none}.experience-marker{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.marker-dot{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--color-leather-brown),var(--color-leather-light));box-shadow:0 0 0 4px #8b5a3c33,0 0 20px #8b5a3c66;position:relative;animation:pulse-dot 3s ease-in-out infinite}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 4px #8b5a3c33,0 0 20px #8b5a3c66}50%{box-shadow:0 0 0 8px #8b5a3c4d,0 0 30px #8b5a3c99}}.marker-line{width:2px;flex:1;min-height:100px;background:linear-gradient(to bottom,var(--color-leather-brown),transparent);margin-top:.5rem}.experience-card{padding:2.5rem;border-radius:25px;transition:all .4s ease}.experience-card:hover{box-shadow:0 20px 60px #8b5a3c4d}.experience-header-info{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem}.company-badge{width:60px;height:60px;border-radius:15px;background:linear-gradient(135deg,var(--color-leather-brown),var(--color-forest-green));display:flex;align-items:center;justify-content:center;color:var(--color-beige-light);font-size:1.5rem;flex-shrink:0;box-shadow:0 8px 25px #8b5a3c4d;padding:.7rem;background-color:#fff;background-blend-mode:soft-light}.company-logo{width:100%;height:100%;object-fit:contain}.experience-title-section{flex:1}.experience-position{font-size:1.6rem;color:var(--color-beige-light);margin-bottom:.5rem;font-weight:700}.experience-company{font-size:1.2rem;color:var(--color-leather-light);font-weight:600}.experience-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(212,197,185,.1)}.meta-item{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.95rem}.meta-item svg{color:var(--color-leather-light)}.experience-summary{font-size:1.02rem;line-height:1.75;color:var(--color-beige-light);font-weight:400;margin-bottom:1.5rem;padding-left:1.1rem;border-left:3px solid var(--color-leather-light)}.upcoming-tag{display:inline-block;margin-left:.75rem;padding:.25rem .75rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-beige-light);background:linear-gradient(135deg,var(--color-forest-green),var(--color-leather-brown));border-radius:999px;vertical-align:middle;box-shadow:0 2px 12px #2d4a3e66}.experience-achievements{margin-bottom:1.5rem}.experience-achievements h5{font-size:1.1rem;color:var(--color-beige-light);margin-bottom:1rem;font-weight:600}.experience-achievements ul{list-style:none;padding:0;margin:0}.experience-achievements li{padding-left:1.5rem;margin-bottom:.8rem;color:var(--color-text-muted);line-height:1.6;position:relative}.experience-achievements li:before{content:"▸";position:absolute;left:0;color:var(--color-leather-light);font-weight:700}.experience-tech{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(212,197,185,.1)}.experience-progression{margin-top:1.5rem}.experience-progression h5{font-size:1.05rem;color:var(--color-beige-light);margin-bottom:1rem;font-weight:700}.progression-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.8rem}.progress-item{padding:.8rem 1rem;border-radius:14px;background:rgba(var(--rgb-slate),.55);border:1px solid rgba(212,197,185,.06);color:var(--color-text)}.progress-item .progress-role{font-weight:700;color:var(--color-beige-light);margin-bottom:.3rem}.progress-item .progress-meta{font-size:.9rem;color:var(--color-text-muted)}.tech-badge{padding:.5rem 1.2rem;background:#2d4a3e4d;border:1px solid rgba(212,197,185,.2);border-radius:20px;font-size:.85rem;color:var(--color-beige-light);font-weight:500;transition:all .3s ease}.tech-badge:hover{background:#2d4a3e80;border-color:var(--color-forest-light);transform:translateY(-2px)}@media(max-width:768px){.experience{padding:6rem 1rem}.experience-item{grid-template-columns:auto 1fr;gap:1rem}.experience-card{padding:1.5rem}.experience-header-info{flex-direction:column;gap:1rem}.company-badge{width:50px;height:50px;font-size:1.2rem}.experience-position{font-size:1.3rem}.experience-company{font-size:1rem}.experience-meta{flex-direction:column;gap:.8rem}}.education{min-height:100vh;padding:8rem 2rem;position:relative}.education-container{max-width:1400px;margin:0 auto}.education-header{text-align:center;margin-bottom:5rem}.education-content{display:flex;flex-direction:column;gap:4rem}.education-degrees{display:flex;flex-direction:column;gap:3rem}.degree-card{display:grid;grid-template-columns:auto 1fr;gap:2.5rem;padding:3rem;border-radius:30px;transition:all .4s ease;align-items:start}.degree-card:hover{box-shadow:0 20px 60px #8b5a3c4d}.degree-icon{width:80px;height:80px;border-radius:20px;background:linear-gradient(135deg,#1a1e22e6,rgba(var(--rgb-forest),.55));display:flex;align-items:center;justify-content:center;color:var(--color-beige-light);font-size:2.5rem;flex-shrink:0;box-shadow:0 10px 30px #0009;padding:.6rem;border:1px solid rgba(212,197,185,.06)}.degree-logo{width:100%;height:100%;object-fit:contain}.degree-content{flex:1}.degree-title{font-size:1.8rem;color:var(--color-beige-light);margin-bottom:.5rem;font-weight:700}.degree-institution{font-size:1.3rem;color:var(--color-leather-light);margin-bottom:1.5rem;font-weight:600}.degree-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(212,197,185,.1)}.degree-meta span{color:var(--color-text-muted);font-size:.95rem;display:flex;align-items:center;gap:.3rem}.degree-gpa{padding:.3rem 1rem;background:#8b5a3c33;border-radius:20px;color:var(--color-beige-light)!important;font-weight:600}.degree-description{font-size:1.05rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:1.5rem}.degree-achievements{margin-top:1.5rem}.degree-achievements h5{font-size:1.1rem;color:var(--color-beige-light);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-weight:600}.degree-achievements h5 svg{color:var(--color-leather-light)}.degree-achievements ul{list-style:none;padding:0;margin:0}.degree-achievements li{padding-left:1.5rem;margin-bottom:.8rem;color:var(--color-text-muted);line-height:1.6;position:relative}.degree-achievements li:before{content:"✓";position:absolute;left:0;color:var(--color-forest-green);font-weight:700;font-size:1.2rem}.education-extra{display:grid;grid-template-columns:1fr;gap:3rem}.subsection-title{font-size:1.8rem;color:var(--color-beige-light);margin-bottom:2rem;display:flex;align-items:center;gap:.8rem;font-weight:700}.subsection-title svg{color:var(--color-leather-light)}.courses-section{padding:3rem;border-radius:30px}.courses-grid{display:flex;flex-wrap:wrap;gap:1rem}.course-tag{padding:.8rem 1.5rem;background:#8b5a3c33;border:1px solid rgba(212,197,185,.2);border-radius:25px;color:var(--color-beige-light);font-size:.95rem;font-weight:500;transition:all .3s ease;cursor:pointer}.course-tag:hover{background:#8b5a3c4d;border-color:var(--color-leather-light);transform:translateY(-2px);box-shadow:0 4px 15px #8b5a3c4d}@media(min-width:1024px){.education-extra{grid-template-columns:2fr 1fr}}@media(max-width:768px){.education{padding:6rem 1rem}.degree-card{grid-template-columns:1fr;padding:2rem;gap:1.5rem}.degree-icon{width:60px;height:60px;font-size:2rem;margin:0 auto}.degree-title{font-size:1.5rem}.degree-institution{font-size:1.1rem}.degree-meta{flex-direction:column;gap:.8rem}.courses-section{padding:2rem}.subsection-title{font-size:1.5rem}}.publications-section{border-radius:20px;padding:2.5rem;margin-bottom:3rem}.publications-list{list-style:none;display:flex;flex-direction:column;gap:1.6rem;margin-top:1.5rem}.publication-item{padding-left:1.1rem;border-left:3px solid var(--color-forest-light)}.publication-meta{display:flex;align-items:center;gap:.7rem;margin-bottom:.45rem}.publication-venue{font-family:var(--font-mono);font-size:.62rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-leather-light);border:1px solid rgba(var(--rgb-leather-light),.4);border-radius:4px;padding:.18rem .5rem}.publication-status{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted)}.publication-status.upcoming{color:var(--color-forest-light)}.publication-title{font-size:1.05rem;line-height:1.45;color:var(--color-beige-light);margin-bottom:.4rem}.publication-summary{font-size:.9rem;line-height:1.65;color:var(--color-text-muted);max-width:75ch}.publication-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:.6rem;font-family:var(--font-mono);font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-leather-light);text-decoration:none;transition:color .25s ease,gap .25s ease}.publication-link:hover{color:var(--color-beige-light);gap:.6rem}.publication-link svg{font-size:.6rem}@media(max-width:768px){.publications-section{padding:1.8rem}}.skills{min-height:100vh;padding:8rem 2rem;position:relative}.skills-container{max-width:1400px;margin:0 auto}.skills-header{text-align:center;margin-bottom:5rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.skill-group{padding:2.5rem;border-radius:30px;transition:all .4s ease}.skill-group:hover{box-shadow:0 20px 60px #8b5a3c4d}.skill-group-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(212,197,185,.1)}.skill-group-icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,var(--color-leather-brown),var(--color-leather-light));display:flex;align-items:center;justify-content:center;color:var(--color-beige-light);font-size:1.6rem;flex-shrink:0;box-shadow:0 10px 30px #0006}.skill-group-title{font-size:1.4rem;color:var(--color-beige-light);font-weight:700}.skill-tags{display:flex;flex-wrap:wrap;gap:.8rem}.skill-tag{padding:.6rem 1.2rem;background:#8b5a3c33;border:1px solid rgba(212,197,185,.2);border-radius:25px;color:var(--color-beige-light);font-size:.9rem;font-weight:500;transition:all .3s ease;cursor:default}.skill-tag:hover{background:#8b5a3c4d;border-color:var(--color-leather-light);box-shadow:0 4px 15px #8b5a3c4d}@media(max-width:768px){.skills{padding:6rem 1rem}.skills-grid{grid-template-columns:1fr;gap:1.5rem}.skill-group{padding:2rem}.skill-group-title{font-size:1.2rem}}.contact{min-height:100vh;padding:8rem 2rem 2rem;position:relative}.contact-container{max-width:1400px;margin:0 auto}.contact-header{text-align:center;margin-bottom:5rem}.contact-content{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:5rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{padding:3rem;border-radius:30px}.info-card h3{font-size:2rem;color:var(--color-beige-light);margin-bottom:1.5rem;font-weight:700}.info-card>p{font-size:1.05rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:2.5rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.detail-item{display:flex;align-items:flex-start;gap:1.5rem}.detail-icon{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,var(--color-leather-brown),var(--color-leather-light));display:flex;align-items:center;justify-content:center;color:var(--color-beige-light);font-size:1.3rem;flex-shrink:0;padding:12px}.detail-item div h4{font-size:1.1rem;color:var(--color-beige-light);margin-bottom:.5rem;font-weight:600}.detail-item div a,.detail-item div span,.detail-item div p{color:var(--color-text-muted);text-decoration:none;transition:color .3s ease}.detail-item div a:hover{color:var(--color-leather-light)}.social-links h4{font-size:1.2rem;color:var(--color-beige-light);margin-bottom:1.5rem;font-weight:600}.social-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.social-link{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem;border-radius:20px;text-decoration:none;transition:all .3s ease;cursor:pointer}.social-icon{font-size:2rem;color:var(--color-leather-light)}.social-name{font-size:.9rem;color:var(--color-text-muted);font-weight:500}.social-link:hover .social-icon,.social-link:hover .social-name{color:var(--color-beige-light)}.contact-form{padding:3rem;border-radius:30px;display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.8rem}.form-group label{font-size:.95rem;font-weight:600;color:var(--color-beige-light);letter-spacing:.02em}.form-group input,.form-group textarea{padding:1rem 1.5rem;border-radius:15px;border:2px solid rgba(212,197,185,.1);background:rgba(var(--rgb-slate),.55);color:var(--color-text);font-size:1rem;font-family:Inter,sans-serif;transition:all .3s ease;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-leather-light);background:rgba(var(--rgb-slate),.78);box-shadow:0 0 0 4px #8b5a3c1a}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--color-text-muted);opacity:.6}.submit-button{padding:1.2rem 2.5rem;border-radius:50px;border:none;background:linear-gradient(135deg,var(--color-leather-brown),var(--color-leather-light));color:var(--color-beige-light);font-size:1.05rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.8rem;transition:all .3s ease;box-shadow:0 4px 20px #8b5a3c4d;margin-top:1rem}.submit-button:hover:not(:disabled){box-shadow:0 6px 30px #8b5a3c66;transform:translateY(-2px)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.loading-spinner{width:16px;height:16px;border:2px solid var(--color-beige-light);border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-message{padding:1rem 1.5rem;border-radius:15px;background:#2d4a3e4d;border:1px solid var(--color-forest-light);color:var(--color-beige-light);font-size:.95rem;text-align:center;font-weight:500}.error-message{margin-top:1rem;color:#ff6b6b;font-size:.95rem;text-align:center;font-weight:500}@media(min-width:1024px){.contact-content{grid-template-columns:1fr 1.2fr}}@media(max-width:768px){.contact{padding:6rem 1rem 2rem}.info-card,.contact-form{padding:2rem}.social-grid{grid-template-columns:repeat(2,1fr)}}.site-footer{position:relative;z-index:1;border-top:1px solid rgba(var(--rgb-beige),.12);background:rgba(var(--rgb-slate),.35);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.footer-container{max-width:1400px;margin:0 auto;padding:3.5rem 2rem 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.4fr;gap:3rem;padding-bottom:2.5rem}.footer-logo{display:inline-block;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:900;color:var(--color-beige-light);text-decoration:none;margin-bottom:.8rem}.footer-positioning{color:var(--color-text-muted);line-height:1.65;max-width:34ch}.footer-col h4{font-family:var(--font-mono);font-size:.66rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:rgba(var(--rgb-beige),.5);margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-col a,.footer-static{display:inline-flex;align-items:center;gap:.55rem;color:var(--color-text-muted);text-decoration:none;font-size:.92rem;transition:color .25s ease}.footer-col a:hover{color:var(--color-beige-light)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgba(var(--rgb-beige),.08);color:var(--color-text-muted);font-size:.82rem}.footer-bottom a{color:var(--color-text-muted);text-decoration:none;transition:color .25s ease}.footer-bottom a:hover{color:var(--color-beige-light)}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.body-line{position:relative;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;z-index:1;pointer-events:none}.body-line svg{display:block;width:100%;height:28px;overflow:visible}.lane-edge{stroke:rgba(var(--rgb-beige),.1);stroke-width:1;vector-effect:non-scaling-stroke}.lane-stripe{stroke-width:3;stroke-linecap:round;stroke-dasharray:44 38;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 6px rgba(var(--rgb-leather-light),.4));animation:lane-travel 2.8s linear infinite}.body-line.flip .lane-stripe{animation-direction:reverse}@keyframes lane-travel{to{stroke-dashoffset:-82}}.lane-pulse-track{position:absolute;inset:0 2rem;top:50%;height:3px;margin-top:-1.5px;overflow:hidden;pointer-events:none}.lane-pulse{position:absolute;top:0;left:0;width:12%;height:100%;border-radius:3px;background:linear-gradient(90deg,transparent,rgba(var(--rgb-beige),.9),transparent);filter:drop-shadow(0 0 8px rgba(var(--rgb-leather-light),.8));transform:translate(-110%);opacity:0}.body-line.in-view .lane-pulse{animation:lane-pulse-sweep 1.1s ease-out both}.body-line.flip.in-view .lane-pulse{animation-direction:reverse}@keyframes lane-pulse-sweep{0%{transform:translate(-110%);opacity:0}15%{opacity:1}85%{opacity:1}to{transform:translate(850%);opacity:0}}.lane-stud{position:absolute;top:50%;left:50%;width:9px;height:9px;transform:translate(-50%,-50%) rotate(45deg);background:var(--color-beige-light);box-shadow:0 0 12px 2px rgba(var(--rgb-leather-light),.7);animation:stud-glow 2.8s ease-in-out infinite}@keyframes stud-glow{0%,to{opacity:.55;box-shadow:0 0 8px 1px rgba(var(--rgb-leather-light),.5)}50%{opacity:1;box-shadow:0 0 16px 3px rgba(var(--rgb-leather-light),.85)}}@media(prefers-reduced-motion:reduce){.lane-stripe,.lane-stud,.body-line.in-view .lane-pulse{animation:none}}@media(max-width:768px){.body-line svg{height:22px}}.animated-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:var(--color-dark);overflow:hidden}.animated-background canvas{display:block;width:100%;height:100%}.app{position:relative;width:100%;min-height:100vh}main{position:relative;z-index:1}.glass{background:rgba(var(--rgb-slate),.55);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #00000047}.glass-strong{background:rgba(var(--rgb-slate),.82);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 32px #0006}.glass-light{background:#ffffff0d;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.08)}.experience-card,.project-card,.degree-card,.skill-group,.interest-card,.stat-card{position:relative}.experience-card:before,.project-card:before,.degree-card:before,.skill-group:before,.interest-card:before,.stat-card:before{content:"";position:absolute;left:0;top:22px;bottom:22px;width:3px;border-radius:0 3px 3px 0;background:linear-gradient(to bottom,var(--color-leather-light),var(--color-forest-light));opacity:0;transform:scaleY(.4);transform-origin:center;transition:opacity .35s ease,transform .35s ease;pointer-events:none;z-index:2}.experience-card:hover:before,.project-card:hover:before,.degree-card:hover:before,.skill-group:hover:before,.interest-card:hover:before,.stat-card:hover:before{opacity:.9;transform:scaleY(1)}.gradient-text{background:linear-gradient(135deg,var(--color-beige-light),var(--color-leather-light),var(--color-forest-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}*{margin:0;padding:0;box-sizing:border-box}:root{--color-darker: #1c1f23;--color-dark: #22262b;--color-surface: #2a2f35;--color-surface-2: #31373e;--color-leather-brown: #b07a4f;--color-leather-light: #c79a6b;--color-forest-green: #3f6353;--color-forest-light: #5a8270;--color-beige: #d8ccc0;--color-beige-light: #efe7dd;--color-text: #f4f1ec;--color-text-muted: #aab2b8;--font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;--rgb-leather: 176, 122, 79;--rgb-leather-light: 199, 154, 107;--rgb-forest: 63, 99, 83;--rgb-forest-light: 90, 130, 112;--rgb-beige: 216, 204, 192;--rgb-slate: 49, 55, 62}html{scroll-behavior:smooth;overflow-x:hidden;overflow-x:clip}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-darker);color:var(--color-text);overflow-x:hidden;overflow-x:clip}#root{width:100%;overflow-x:hidden;overflow-x:clip}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;letter-spacing:-.02em}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-darker)}::-webkit-scrollbar-thumb{background:var(--color-leather-brown);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-leather-light)}::selection{background-color:var(--color-forest-green);color:var(--color-beige-light)}::-moz-selection{background-color:var(--color-forest-green);color:var(--color-beige-light)}
