@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.invisible{visibility:hidden}.visible{visibility:visible}.fixed{position:fixed}.start{inset-inline-start:var(--spacing)}.flex{display:flex}.border{border-style:var(--tw-border-style);border-width:1px}.uppercase{text-transform:uppercase}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--cream:#f5f0eb;--warm-white:#faf8f5;--sand:#e8ddd2;--taupe:#c4b5a5;--brown:#8b7355;--dark-brown:#3d2b1f;--charcoal:#2c2c2c;--text-light:#7a6a5a;--accent:#9b6b47;--accent-light:#d4a574;--border:#ddd4c8;--sidebar-bg:#2c2420;--sidebar-text:#f0ebe5;--sidebar-muted:#9a8a7d}html{scroll-behavior:smooth}body{background-color:var(--warm-white);color:var(--charcoal);font-family:Jost,sans-serif;font-weight:300;line-height:1.7;overflow-x:hidden}.navbar{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#faf8f5f2;justify-content:space-between;align-items:center;height:70px;padding:0 4rem;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:0 2px 20px #3d2b1f14}.nav-logo{color:var(--dark-brown);letter-spacing:.05em;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;text-decoration:none}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--text-light);letter-spacing:.15em;text-transform:uppercase;font-size:.75rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-links a:after{content:"";background:var(--accent);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--accent)}.nav-links a:hover:after{width:100%}.nav-cta{letter-spacing:.15em;text-transform:uppercase;border:1px solid var(--accent);color:var(--accent);padding:.5rem 1.4rem;font-size:.7rem;font-weight:500;text-decoration:none;transition:all .25s}.nav-cta:hover{background:var(--accent);color:#fff}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--charcoal);width:24px;height:1px;transition:all .3s;display:block}.hero{grid-template-columns:340px 1fr;min-height:100vh;padding-top:70px;display:grid}.hero-sidebar{background:var(--sidebar-bg);flex-direction:column;align-items:center;padding:4rem 2.5rem;display:flex;position:relative;overflow:hidden}.hero-sidebar:before{content:"";border:1px solid #ffffff0d;border-radius:50%;width:200px;height:200px;position:absolute;top:-60px;right:-60px}.hero-sidebar:after{content:"";border:1px solid #ffffff0a;border-radius:50%;width:240px;height:240px;position:absolute;bottom:40px;left:-80px}.avatar-wrapper{border:3px solid #d4a57466;border-radius:50%;flex-shrink:0;width:160px;height:160px;margin-bottom:2rem;overflow:hidden}.avatar-wrapper img{object-fit:cover;width:100%;height:100%}.avatar-placeholder{width:100%;height:100%;color:var(--accent-light);background:linear-gradient(135deg,#4a3728 0%,#6b4c38 100%);justify-content:center;align-items:center;font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:300;display:flex}.hero-name{color:var(--sidebar-text);text-align:center;letter-spacing:.02em;margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:1.9rem;font-weight:400;line-height:1.2}.hero-title{letter-spacing:.2em;text-transform:uppercase;color:var(--accent-light);text-align:center;margin-bottom:2.5rem;font-size:.65rem;font-weight:500}.sidebar-divider{background:#d4a5744d;width:40px;height:1px;margin:0 auto 2.5rem}.sidebar-contact-list{flex-direction:column;gap:1rem;width:100%;margin-bottom:2.5rem;list-style:none;display:flex}.sidebar-contact-list li{align-items:center;gap:.75rem;display:flex}.contact-icon{background:#9b6b4733;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.contact-icon svg{width:13px;height:13px;stroke:var(--accent-light);fill:none;stroke-width:1.5px}.contact-text{color:var(--sidebar-muted);font-size:.78rem;line-height:1.4}.contact-text a{color:var(--sidebar-muted);text-decoration:none;transition:color .2s}.contact-text a:hover{color:var(--accent-light)}.sidebar-section-title{letter-spacing:.2em;text-transform:uppercase;color:var(--accent-light);border-bottom:1px solid #d4a57433;width:100%;margin-bottom:1.2rem;padding-bottom:.6rem;font-size:.6rem;font-weight:600}.skill-bar-list{flex-direction:column;gap:1rem;width:100%;margin-bottom:2.5rem;list-style:none;display:flex}.skill-bar-item{flex-direction:column;gap:.4rem;display:flex}.skill-bar-label{color:var(--sidebar-muted);justify-content:space-between;font-size:.72rem;display:flex}.skill-bar-track{background:#ffffff14;border-radius:999px;height:2px;overflow:hidden}.skill-bar-fill{background:linear-gradient(90deg, var(--accent), var(--accent-light));transform-origin:0;border-radius:999px;height:100%;animation:1.2s forwards barGrow}@keyframes barGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.lang-list{flex-direction:column;gap:.7rem;width:100%;margin-bottom:2.5rem;list-style:none;display:flex}.lang-item{color:var(--sidebar-muted);justify-content:space-between;font-size:.75rem;display:flex}.lang-level{gap:3px;display:flex}.lang-dot{background:#ffffff1f;border-radius:50%;width:7px;height:7px}.lang-dot.filled{background:var(--accent)}.hero-main{flex-direction:column;justify-content:center;padding:5rem 5rem 5rem 6rem;display:flex}.hero-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--accent);align-items:center;gap:1rem;margin-bottom:1.2rem;font-size:.65rem;font-weight:500;display:flex}.hero-eyebrow:before{content:"";background:var(--accent);width:40px;height:1px;display:inline-block}.hero-headline{color:var(--dark-brown);letter-spacing:-.01em;margin-bottom:2rem;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,5vw,5.5rem);font-weight:300;line-height:1.05}.hero-headline em{color:var(--accent);font-style:italic}.hero-bio{color:var(--text-light);max-width:520px;margin-bottom:3rem;font-size:.92rem;line-height:1.85}.hero-actions{align-items:center;gap:1.5rem;display:flex}.btn-primary{background:var(--accent);color:#fff;letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.6rem;padding:.85rem 2.2rem;font-size:.7rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary:hover{background:var(--dark-brown)}.btn-primary svg{stroke:#fff;fill:none;stroke-width:1.5px;width:14px;height:14px}.btn-secondary{letter-spacing:.15em;text-transform:uppercase;color:var(--brown);border-bottom:1px solid var(--taupe);padding-bottom:2px;font-size:.7rem;font-weight:500;text-decoration:none;transition:all .25s}.btn-secondary:hover{color:var(--accent);border-color:var(--accent)}.hero-stats{border-top:1px solid var(--border);gap:3rem;margin-top:4rem;padding-top:2.5rem;display:flex}.stat-item{flex-direction:column;gap:.25rem;display:flex}.stat-number{color:var(--dark-brown);font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:300;line-height:1}.stat-label{letter-spacing:.15em;text-transform:uppercase;color:var(--text-light);font-size:.65rem;font-weight:500}section{padding:6rem 0}.section-inner{max-width:1100px;margin:0 auto;padding:0 4rem}.section-header{margin-bottom:4rem}.section-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--accent);align-items:center;gap:1rem;margin-bottom:.8rem;font-size:.62rem;font-weight:600;display:flex}.section-eyebrow:before{content:"";background:var(--accent);width:30px;height:1px;display:inline-block}.section-title{color:var(--dark-brown);font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:300;line-height:1.15}.about-section{background:var(--cream)}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.about-text p{color:var(--text-light);margin-bottom:1.5rem;font-size:.92rem;line-height:1.9}.about-values{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}.value-card{border:1px solid var(--border);background:#fff;padding:1.5rem;transition:border-color .2s}.value-card:hover{border-color:var(--taupe)}.value-icon{background:var(--cream);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:.8rem;display:flex}.value-icon svg{width:16px;height:16px;stroke:var(--accent);fill:none;stroke-width:1.5px}.value-card h4{letter-spacing:.08em;text-transform:uppercase;color:var(--dark-brown);margin-bottom:.4rem;font-size:.78rem;font-weight:500}.value-card p{color:var(--text-light);font-size:.78rem;line-height:1.6}.about-image{position:relative}.about-img-main{aspect-ratio:4/5;object-fit:cover;width:100%;display:block}.about-img-placeholder{aspect-ratio:4/5;background:linear-gradient(160deg, var(--sand) 0%, var(--taupe) 100%);color:#fff6;justify-content:center;align-items:center;width:100%;font-family:Cormorant Garamond,serif;font-size:5rem;display:flex}.about-img-badge{background:var(--dark-brown);color:#fff;text-align:center;min-width:120px;padding:1.5rem;position:absolute;bottom:-1.5rem;left:-1.5rem}.badge-number{color:var(--accent-light);font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:300;line-height:1;display:block}.badge-label{letter-spacing:.12em;text-transform:uppercase;color:#fff9;margin-top:.3rem;font-size:.6rem;font-weight:500;display:block}.experience-section{background:var(--warm-white)}.timeline{padding-left:2rem;position:relative}.timeline:before{content:"";background:var(--border);width:1px;position:absolute;top:8px;bottom:8px;left:0}.timeline-item{padding:0 0 3.5rem 3rem;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-dot{background:var(--accent);border:2px solid var(--warm-white);outline:2px solid var(--accent);border-radius:50%;width:10px;height:10px;position:absolute;top:8px;left:-2rem;transform:translate(50%)}.timeline-meta{align-items:center;gap:1rem;margin-bottom:.6rem;display:flex}.timeline-period{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);white-space:nowrap;font-size:.65rem;font-weight:500}.timeline-period-bar{background:var(--border);flex:1;height:1px}.timeline-company{letter-spacing:.12em;text-transform:uppercase;color:var(--taupe);white-space:nowrap;font-size:.65rem;font-weight:500}.timeline-role{color:var(--dark-brown);margin-bottom:.8rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400;line-height:1.2}.timeline-desc{color:var(--text-light);max-width:600px;margin-bottom:1rem;font-size:.85rem;line-height:1.8}.tag-list{flex-wrap:wrap;gap:.5rem;display:flex}.tag{letter-spacing:.1em;text-transform:uppercase;background:var(--cream);border:1px solid var(--border);color:var(--brown);padding:.3rem .8rem;font-size:.62rem;font-weight:500}.skills-section{background:var(--dark-brown);color:#fff}.skills-section .section-title{color:var(--sidebar-text)}.skills-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.skill-category{background:#ffffff08;border:1px solid #ffffff14;padding:2.5rem 2rem;transition:background .2s}.skill-category:hover{background:#ffffff0f}.skill-cat-title{letter-spacing:.2em;text-transform:uppercase;color:var(--accent-light);border-bottom:1px solid #ffffff14;margin-bottom:1.5rem;padding-bottom:.8rem;font-size:.65rem;font-weight:600}.skill-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{color:#f0ebe5cc;background:#9b6b4726;border:1px solid #9b6b474d;padding:.35rem .75rem;font-size:.72rem;transition:all .2s}.skill-tag:hover{color:var(--accent-light);background:#9b6b474d}.education-section{background:var(--cream)}.education-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.edu-card{border:1px solid var(--border);background:#fff;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative}.edu-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #3d2b1f14}.edu-card:before{content:"";background:var(--accent);width:3px;height:0;transition:height .3s;position:absolute;top:0;left:0}.edu-card:hover:before{height:100%}.edu-period{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.8rem;font-size:.62rem;font-weight:500}.edu-degree{color:var(--dark-brown);margin-bottom:.3rem;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:400;line-height:1.25}.edu-school{color:var(--text-light);margin-bottom:1rem;font-size:.78rem}.edu-desc{color:var(--text-light);font-size:.82rem;line-height:1.75}.projects-section{background:var(--warm-white)}.projects-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.project-card{background:var(--cream);border:1px solid var(--border);transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.project-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #3d2b1f1a}.project-img{aspect-ratio:16/10;object-fit:cover;width:100%;display:block}.project-img-placeholder{aspect-ratio:16/10;justify-content:center;align-items:center;width:100%;font-size:2.5rem;display:flex}.project-body{padding:1.8rem}.project-number{letter-spacing:.15em;color:var(--accent);margin-bottom:.6rem;font-family:Cormorant Garamond,serif;font-size:.65rem;font-weight:600;display:block}.project-name{color:var(--dark-brown);margin-bottom:.6rem;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;line-height:1.25}.project-desc{color:var(--text-light);margin-bottom:1.2rem;font-size:.78rem;line-height:1.7}.project-link{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.5rem;font-size:.65rem;font-weight:500;text-decoration:none;transition:gap .2s;display:inline-flex}.project-link:hover{gap:.8rem}.project-link svg{width:12px;height:12px;stroke:var(--accent);fill:none;stroke-width:2px}.contact-section{background:var(--cream)}.contact-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:6rem;display:grid}.contact-text p{color:var(--text-light);margin-bottom:2rem;font-size:.9rem;line-height:1.85}.contact-info-list{flex-direction:column;gap:1.2rem;margin-bottom:2rem;list-style:none;display:flex}.contact-info-item{color:var(--text-light);align-items:center;gap:1rem;font-size:.85rem;display:flex}.contact-info-icon{border:1px solid var(--border);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.contact-info-icon svg{width:15px;height:15px;stroke:var(--accent);fill:none;stroke-width:1.5px}.social-links{gap:.75rem;margin-top:1.5rem;display:flex}.social-link{border:1px solid var(--border);width:38px;height:38px;color:var(--text-light);justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.social-link:hover{border-color:var(--accent);color:var(--accent)}.social-link svg{stroke:currentColor;fill:none;stroke-width:1.5px;width:16px;height:16px}.contact-form{flex-direction:column;gap:1.2rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-field{flex-direction:column;gap:.4rem;display:flex}.form-field label{letter-spacing:.12em;text-transform:uppercase;color:var(--brown);font-size:.65rem;font-weight:500}.form-field input,.form-field textarea{border:1px solid var(--border);color:var(--charcoal);resize:vertical;background:#fff;outline:none;padding:.8rem 1rem;font-family:Jost,sans-serif;font-size:.85rem;transition:border-color .2s}.form-field input:focus,.form-field textarea:focus{border-color:var(--accent)}.form-field textarea{min-height:130px}.form-submit{background:var(--accent);color:#fff;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;border:none;align-self:flex-start;align-items:center;gap:.6rem;padding:.9rem 2.4rem;font-family:Jost,sans-serif;font-size:.7rem;font-weight:500;transition:background .2s;display:inline-flex}.form-submit:hover{background:var(--dark-brown)}.form-submit svg{stroke:#fff;fill:none;stroke-width:1.5px;width:14px;height:14px}.footer{background:var(--sidebar-bg);justify-content:space-between;align-items:center;padding:2.5rem 4rem;display:flex}.footer-logo{color:var(--sidebar-text);letter-spacing:.05em;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:400;text-decoration:none}.footer-copy{color:var(--sidebar-muted);font-size:.72rem}.footer-nav{gap:2rem;list-style:none;display:flex}.footer-nav a{letter-spacing:.12em;text-transform:uppercase;color:var(--sidebar-muted);font-size:.65rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-nav a:hover{color:var(--accent-light)}.fade-up{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.fade-up.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.hero{grid-template-columns:280px 1fr}.hero-main{padding:4rem 3rem}.skills-grid,.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.navbar{padding:0 1.5rem}.nav-links,.nav-cta{display:none}.hamburger{display:flex}.hero{grid-template-rows:auto 1fr;grid-template-columns:1fr}.hero-sidebar,.hero-main{padding:3rem 2rem}.about-grid,.contact-grid{grid-template-columns:1fr;gap:2.5rem}.education-grid,.skills-grid,.projects-grid{grid-template-columns:1fr}.hero-stats{flex-wrap:wrap;gap:1.5rem}.form-row{grid-template-columns:1fr}.footer{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem}.section-inner{padding:0 1.5rem}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
