*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:oklch(97.5% .007 72);--bg-alt:oklch(93.5% .01 72);--bg-dark:oklch(16% .012 72);--text:oklch(16% .012 72);--text-2:oklch(40% .01 72);--text-3:oklch(62% .008 72);--accent:oklch(52% .13 28);--accent-lt:oklch(90% .04 28);--line:oklch(88% .01 72);--r:3px}html{scroll-behavior:smooth}body{font-family:var(--ff-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.65}nav{z-index:100;background:var(--bg);border-bottom:1px solid #0000;justify-content:space-between;align-items:center;height:60px;padding:0 clamp(1.5rem,5vw,4rem);transition:border-color .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}nav.scrolled{border-color:var(--line);box-shadow:0 1px 16px oklch(0% 0 0/.04)}.nav-name{font-family:var(--ff-head);letter-spacing:.02em;color:var(--text);font-size:1.1rem;font-weight:500;text-decoration:none}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{letter-spacing:.08em;text-transform:uppercase;color:var(--text-2);font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--accent)}.nav-toggle{cursor:pointer;background:0 0;border:none;padding:4px;display:none}.nav-toggle span{background:var(--text);width:22px;height:1.5px;margin:5px 0;transition:all .3s;display:block}section{padding:clamp(4rem,8vw,7rem) clamp(1.5rem,5vw,4rem)}.container{max-width:1000px;margin:0 auto}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.72rem;font-weight:500}.section-title{font-family:var(--ff-head);color:var(--text);margin-bottom:3rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:400;line-height:1.15}#hero{background:var(--bg);flex-direction:column;justify-content:center;min-height:100vh;padding-top:60px;display:flex}.hero-inner{grid-template-columns:1fr 420px;align-items:center;gap:4rem;width:100%;max-width:1000px;margin:0 auto;display:grid}.hero-photo{aspect-ratio:1;border-radius:8px;position:relative;overflow:hidden;box-shadow:0 24px 64px oklch(0% 0 0/.14)}.hero-photo img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.hero-photo:after{content:"";pointer-events:none;border:1px solid oklch(100% 0 0/.12);border-radius:8px;position:absolute;inset:0}.hero-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:500;display:flex}.hero-eyebrow:before{content:"";background:var(--accent);width:36px;height:1px;display:block}.hero-name{font-family:var(--ff-head);letter-spacing:-.01em;margin-bottom:.5rem;font-size:clamp(3.2rem,8vw,6.5rem);font-weight:300;line-height:1}.hero-name em{color:var(--accent);font-style:italic}.hero-title{font-family:var(--ff-head);color:var(--text-2);margin-bottom:2.5rem;font-size:clamp(1.1rem,2.5vw,1.45rem);font-style:italic;font-weight:300;line-height:1.4}.hero-meta{color:var(--text-3);flex-wrap:wrap;gap:1.5rem;margin-bottom:3rem;font-size:.85rem;display:flex}.hero-meta a{color:var(--text-3);text-decoration:none;transition:color .2s}.hero-meta a:hover{color:var(--accent)}.hero-meta span{align-items:center;gap:.4rem;display:flex}.hero-cta{background:var(--text);color:var(--bg);letter-spacing:.04em;border-radius:var(--r);align-items:center;gap:.6rem;padding:.75rem 1.6rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.hero-cta:hover{background:var(--accent);transform:translateY(-1px)}.hero-scroll{letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);flex-direction:column;align-items:center;gap:.5rem;font-size:.7rem;text-decoration:none;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero-scroll:after{content:"";background:var(--text-3);width:1px;height:40px;animation:2s ease-in-out infinite scrollPulse;display:block}@keyframes scrollPulse{0%,to{opacity:.3;transform-origin:top;transform:scaleY(1)}50%{opacity:1;transform-origin:top;transform:scaleY(1.3)}}#sobre{background:var(--bg-alt)}.sobre-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.sobre-text p{color:var(--text-2);text-wrap:pretty;margin-bottom:1.2rem;font-size:.97rem}.sobre-text p:last-child{margin-bottom:0}.sobre-stats{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.stat-card{background:var(--bg);border:1px solid var(--line);border-radius:6px;padding:1.5rem}.stat-num{font-family:var(--ff-head);color:var(--accent);font-size:2.6rem;font-weight:300;line-height:1}.stat-label{color:var(--text-3);margin-top:.4rem;font-size:.8rem;line-height:1.3}#educacion{background:var(--bg)}.timeline{flex-direction:column;gap:0;display:flex}.timeline-item{grid-template-columns:140px 1fr;gap:0 2.5rem;padding-bottom:2.5rem;display:grid;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-item:before{content:"";background:var(--line);width:1px;margin-left:2.5rem;position:absolute;top:8px;bottom:0;left:140px;transform:translate(-50%)}.timeline-item:last-child:before{display:none}.timeline-date{color:var(--text-3);text-align:right;padding-top:.2rem;font-size:.78rem;line-height:1.4}.timeline-body{padding-left:1.5rem;position:relative}.timeline-body:before{content:"";border:2px solid var(--accent);background:var(--bg);border-radius:50%;width:9px;height:9px;position:absolute;top:8px;left:0;transform:translate(-50%)}.timeline-body h3{font-family:var(--ff-head);font-size:1.35rem;font-weight:500;line-height:1.2}.timeline-body .inst{color:var(--accent);margin-bottom:.3rem;font-size:.85rem;font-weight:500}.timeline-body .loc{color:var(--text-3);font-size:.8rem}#experiencia{background:var(--bg-alt)}.exp-list{flex-direction:column;gap:1px;display:flex}.exp-item{background:var(--bg);border:1px solid var(--line);border-radius:6px;margin-bottom:1px;overflow:hidden}.exp-header{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:background .15s;display:flex}.exp-header:hover{background:var(--accent-lt)}.exp-header-left{flex:1}.exp-header h3{font-family:var(--ff-head);font-size:1.15rem;font-weight:500;line-height:1.2}.exp-header .role{color:var(--accent);margin-top:.15rem;font-size:.82rem;font-weight:500}.exp-header-right{flex-direction:column;align-items:flex-end;gap:.2rem;display:flex}.exp-date{color:var(--text-3);white-space:nowrap;font-size:.75rem}.exp-toggle{width:20px;height:20px;color:var(--text-3);justify-content:center;align-items:center;transition:transform .25s;display:flex}.exp-item.open .exp-toggle{transform:rotate(45deg)}.exp-body{max-height:0;transition:max-height .35s;overflow:hidden}.exp-item.open .exp-body{max-height:600px}.exp-body-inner{border-top:1px solid var(--line);padding:0 1.5rem 1.5rem}.exp-body-inner ul{flex-direction:column;gap:.45rem;padding-top:1rem;padding-left:1.1rem;display:flex}.exp-body-inner li{color:var(--text-2);font-size:.88rem}#habilidades{background:var(--bg)}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.skill-tag{background:var(--bg-alt);border:1px solid var(--line);color:var(--text-2);border-radius:4px;padding:.7rem 1rem;font-size:.85rem;transition:border-color .2s,color .2s}.skill-tag:hover{border-color:var(--accent);color:var(--text)}.soft-section{margin-top:2.5rem}.soft-section h3{font-family:var(--ff-head);color:var(--text-2);margin-bottom:1.2rem;font-size:1.3rem;font-weight:400}.soft-grid{flex-wrap:wrap;gap:.6rem;display:flex}.soft-tag{border:1px solid var(--accent);color:var(--accent);background:0 0;border-radius:20px;padding:.35rem .9rem;font-size:.8rem}.tools-section{margin-top:2.5rem}.tools-section h3{font-family:var(--ff-head);color:var(--text-2);margin-bottom:1.2rem;font-size:1.3rem;font-weight:400}.tools-list{flex-wrap:wrap;gap:.8rem;display:flex}.tool{background:var(--bg-dark);color:var(--bg);letter-spacing:.03em;border-radius:4px;padding:.5rem 1rem;font-size:.82rem;font-weight:500}#proyecto{background:var(--bg-dark);color:var(--bg)}#proyecto .section-label{color:var(--accent)}#proyecto .section-title{color:var(--bg)}.proyecto-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.proyecto-text p{color:oklch(82% .008 72);text-wrap:pretty;margin-bottom:1.2rem;font-size:.97rem}.proyecto-text p:last-child{margin-bottom:0}.proyecto-highlight{background:oklch(22% .012 72);border:1px solid oklch(30% .01 72);border-radius:8px;padding:2rem}.proyecto-highlight h3{font-family:var(--ff-head);color:var(--bg);margin-bottom:.75rem;font-size:1.6rem;font-style:italic;font-weight:500;line-height:1.2}.proyecto-tags{flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;display:flex}.proyecto-tag{letter-spacing:.06em;color:oklch(75% .008 72);background:oklch(30% .01 72);border-radius:3px;padding:.3rem .7rem;font-size:.75rem}.proyecto-tag.accent{background:var(--accent);color:#fff}#cursos{background:var(--bg-alt)}.cursos-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.2rem;display:grid}.curso-card{background:var(--bg);border:1px solid var(--line);border-radius:6px;padding:1.25rem 1.4rem;transition:border-color .2s,transform .15s}.curso-card:hover{border-color:var(--accent);transform:translateY(-2px)}.curso-date{color:var(--accent);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.4rem;font-size:.72rem;font-weight:500}.curso-title{font-family:var(--ff-head);margin-bottom:.4rem;font-size:1.05rem;font-weight:500;line-height:1.3}.curso-org{color:var(--text-3);margin-bottom:.5rem;font-size:.8rem}.curso-desc{color:var(--text-2);font-size:.82rem;line-height:1.5}#contacto{background:var(--bg)}.contacto-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contacto-text p{color:var(--text-2);text-wrap:pretty;margin-bottom:1rem;font-size:.97rem}.contacto-links{flex-direction:column;gap:.9rem;display:flex}.contacto-link{background:var(--bg-alt);border:1px solid var(--line);color:var(--text);border-radius:6px;align-items:center;gap:1rem;padding:1rem 1.25rem;text-decoration:none;transition:border-color .2s,transform .15s;display:flex}.contacto-link:hover{border-color:var(--accent);transform:translate(3px)}.contacto-link-icon{background:var(--accent-lt);width:36px;height:36px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contacto-link-label{color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.contacto-link-value{font-size:.9rem;font-weight:500}footer{background:var(--bg-dark);color:oklch(55% .008 72);justify-content:space-between;align-items:center;padding:1.75rem clamp(1.5rem,5vw,4rem);font-size:.78rem;display:flex}footer a{color:oklch(55% .008 72);text-decoration:none}@media (width<=768px){.hero-inner{grid-template-columns:1fr;gap:2.5rem}.hero-photo{max-width:320px;margin:0 auto}.nav-links{background:var(--bg);z-index:99;flex-direction:column;gap:1.5rem;padding:3rem 2rem;display:none;position:fixed;inset:60px 0 0}.nav-links.open{display:flex}.nav-toggle{display:block}.sobre-grid,.proyecto-grid,.contacto-grid{grid-template-columns:1fr;gap:2.5rem}.timeline-item{grid-template-columns:1fr}.timeline-item:before{display:none}.timeline-date{text-align:left;color:var(--accent);padding-bottom:.25rem;font-weight:500}.timeline-body{padding-left:1rem}footer{text-align:center;flex-direction:column;gap:.5rem}}@media (width<=480px){.sobre-stats{grid-template-columns:1fr 1fr}}.wa-float{z-index:9999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .25s,box-shadow .25s;animation:2.5s ease-in-out infinite wa-pulse;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 16px #25d36673}.wa-float:hover{animation:none;transform:scale(1.12);box-shadow:0 6px 22px #25d36699}@keyframes wa-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.07)}}
