@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600;1,700&display=swap);body{font-family:Lora,Georgia,Times New Roman,serif;font-size:16px;letter-spacing:.01em;line-height:1.75}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-weight:700;letter-spacing:-.02em}:root{--bg:#0a0a0a;--fg:#f5f5f5;--muted:#737373;--border:#1f1f1f;--card:#111;--nav-h:68px}[data-theme=light]{--bg:#fffaf2;--fg:#1a1714;--muted:#6b6560;--border:#e5dfd7;--card:#fff}[data-theme=dark]{--bg:#0a0a0a;--fg:#f5f5f5;--muted:#737373;--border:#1f1f1f;--card:#111}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#0a0a0a;background:var(--bg);color:#f5f5f5;color:var(--fg);overflow-x:hidden;transition:background .35s ease,color .35s ease}.container{margin:0 auto;max-width:960px;padding:0 2rem}@keyframes letterFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes sprinklePop{0%{opacity:0;transform:scale(0) translateY(0)}30%{opacity:1;transform:scale(1.2) translateY(-5px)}to{opacity:0;transform:scale(.5) translateY(-15px)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeBlurUp{0%{filter:blur(10px);opacity:0;transform:translateY(30px)}to{filter:blur(0);opacity:1;transform:translateY(0)}}.header{align-items:center;background:#0000!important;display:flex;height:68px;height:var(--nav-h);opacity:0;position:relative;transform:translateY(-15px);transition:opacity .9s cubic-bezier(.2,.9,.4,1.1),transform .9s cubic-bezier(.2,.9,.4,1.1);will-change:transform,opacity;z-index:200}.header.header--visible{opacity:1;transform:translateY(0)}.header-inner{align-items:center;display:flex;justify-content:space-between;width:100%}.brand{display:flex;flex-direction:column;gap:.1rem}.brand-name{color:#f5f5f5;color:var(--fg);font-family:Playfair Display,serif;font-size:.95rem;font-weight:700;letter-spacing:-.02em;line-height:1.3;text-decoration:none}.brand-sub{color:#737373;color:var(--muted);cursor:pointer;display:inline-block;font-family:Lora,serif;font-size:.75rem;font-weight:500;max-width:130px;position:relative;text-decoration:none;transition:color .2s}.brand-sub:hover{color:#f5f5f5;color:var(--fg)}.brand-sub-canvas{height:calc(100% + 20px);inset:-10px -10px;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s;width:calc(100% + 20px);will-change:transform,opacity;z-index:1}.brand-sub:hover .brand-sub-canvas{opacity:1}.brand-sub-text{white-space:nowrap}.brand-sub-text,.letter{display:inline-block;opacity:0}.letter{animation:letterFadeIn .3s ease forwards;backface-visibility:hidden}.sprinkles-container{height:100%;left:0;overflow:visible;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.sprinkle{animation:sprinklePop .6s ease-out forwards;backface-visibility:hidden;background:#c0c0c0e6;border-radius:50%;height:2px;opacity:0;position:absolute;width:2px;will-change:transform,opacity}.nav-desktop{align-items:center;display:flex;gap:2rem}.nav-link{color:#f5f5f5;color:var(--fg);font-family:Lora,serif;font-size:.9rem;font-weight:500;position:relative;text-decoration:none;transition:opacity .15s}.nav-link:after{background:#f5f5f5;background:var(--fg);bottom:-2px;content:"";height:1px;left:0;position:absolute;transition:width .25s ease;width:0}.nav-link:hover{opacity:.6}.nav-link:hover:after{width:100%}.icon-btn{align-items:center;background:none;border:none;color:#f5f5f5;color:var(--fg);cursor:pointer;display:inline-flex;padding:0;transition:opacity .15s}.icon-btn:hover{opacity:.55}.mobile-menu-btn{align-items:center;background:none;border:none;color:#f5f5f5;color:var(--fg);cursor:pointer;display:none;flex-direction:column;gap:5px;justify-content:center;padding:8px;transition:transform .2s ease}.mobile-menu-btn:hover{transform:scale(1.05)}.ham-line{background:#f5f5f5;background:var(--fg);border-radius:4px;display:block;height:2px;transform-origin:center;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);width:22px}.mobile-menu-btn.open .ham-line:first-child{transform:translateY(7px) rotate(45deg)}.mobile-menu-btn.open .ham-line:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-btn.open .ham-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile{animation:slideDown .25s cubic-bezier(.22,1,.36,1) both;background:#0a0a0a;background:var(--bg);border-bottom:1px solid #1f1f1f;border-bottom:1px solid var(--border);display:none;flex-direction:column;gap:0;left:0;padding:1.5rem 2rem 2rem;position:fixed;right:0;top:68px;top:var(--nav-h);z-index:190}.nav-mobile.open{display:flex}.nav-mobile .nav-link{border-bottom:1px solid #1f1f1f;border-bottom:1px solid var(--border);font-family:Lora,serif;font-size:1rem;padding:.9rem 0}.nav-mobile .nav-link:last-of-type{border-bottom:none}.hero{padding:5.5rem 0 3rem}.hero-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:290px 1fr}.squircle-wrapper{animation:fadeBlurUp 1.2s cubic-bezier(.2,.9,.4,1.1) 0s forwards;aspect-ratio:290/295;backface-visibility:hidden;border-radius:1.25rem;overflow:hidden;width:100%;will-change:transform,opacity,filter}.profile-img{display:block;height:100%;object-fit:cover;width:100%}.hero-content h1{animation:fadeBlurUp .6s cubic-bezier(.2,.9,.4,1.1) .15s forwards;color:#f5f5f5;color:var(--fg);font-family:Playfair Display,serif;font-size:2.6rem;font-weight:700;letter-spacing:-.03em;line-height:1.15}.hero-content h1,.role{backface-visibility:hidden;opacity:0;will-change:transform,opacity,filter}.role{animation:fadeBlurUp .6s cubic-bezier(.2,.9,.4,1.1) .25s forwards;color:#737373;color:var(--muted);font-family:Lora,serif;font-size:.975rem;font-weight:400;margin-bottom:1.1rem}.hero-divider{animation:fadeBlurUp .6s cubic-bezier(.2,.9,.4,1.1) .35s forwards;background:#1f1f1f;background:var(--border);height:1px;margin:1rem 0 .85rem;width:100%}.description,.hero-divider{backface-visibility:hidden;opacity:0;will-change:transform,opacity,filter}.description{animation:fadeBlurUp .6s cubic-bezier(.2,.9,.4,1.1) .45s forwards;color:#737373;color:var(--muted);font-family:Lora,serif;font-size:1rem;line-height:1.75;margin-bottom:2rem}.email-form{animation:fadeBlurUp 1s cubic-bezier(.2,.9,.4,1.1) 2.1s forwards;backface-visibility:hidden;display:flex;gap:.5rem;opacity:0;will-change:transform,opacity,filter}.email-form input{background:#111;background:var(--card);border:1px solid #1f1f1f;border:1px solid var(--border);border-radius:.45rem;color:#f5f5f5;color:var(--fg);flex:1 1;font-family:Lora,serif;font-size:.875rem;outline:none;padding:.68rem 1rem;transition:border-color .2s}.email-form input:focus{border-color:#505050}.email-form button{background:#f5f5f5;background:var(--fg);border:none;border-radius:.45rem;color:#0a0a0a;color:var(--bg);cursor:pointer;font-family:Lora,serif;font-size:.875rem;font-weight:600;padding:.68rem 1.35rem;transition:opacity .15s;white-space:nowrap}.email-form button:hover{opacity:.82}.writings-section{padding:2.5rem 0 4rem}.section-header{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:.75rem}.section-title{color:#f5f5f5;color:var(--fg);font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700;letter-spacing:-.025em}.read-all-link{color:#737373;color:var(--muted);font-family:Lora,serif;font-size:.85rem;text-decoration:none}.read-all-link:hover{color:#f5f5f5;color:var(--fg)}.posts-list{display:flex;flex-direction:column}.post-item{align-items:center;border-bottom:1px solid #1f1f1f;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:1rem 0;text-decoration:none;transition:opacity .15s,padding-left .2s}.post-item:hover{opacity:.6;padding-left:4px}.post-title{color:#f5f5f5;color:var(--fg);font-family:Lora,serif;font-size:.95rem;font-weight:500}.post-date{color:#737373;color:var(--muted);font-family:Lora,serif;font-size:.82rem}.social-connect{padding:2rem 0 4rem;text-align:center}.social-title{color:#f5f5f5;color:var(--fg);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.5rem}.social-sub{color:#737373;color:var(--muted);font-family:Lora,serif;font-size:.95rem;margin-bottom:2rem}.social-icons{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.social-icon{align-items:center;color:#737373;color:var(--muted);display:flex;flex-direction:column;gap:.5rem;padding:.5rem;text-decoration:none;transition:color .2s,transform .2s}.social-icon:hover{color:#f5f5f5;color:var(--fg);transform:translateY(-3px)}.social-name{font-family:Lora,serif;font-size:.8rem;font-weight:500}.about-page,.blog-page,.projects-page,.resume-page{padding:3.5rem 0}.blog-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.blog-header h1{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;letter-spacing:-.025em}.blog-search{background:#111;background:var(--card);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23737373' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");background-position:.8rem;background-repeat:no-repeat;border:1px solid #1f1f1f;border:1px solid var(--border);border-radius:2rem;color:#f5f5f5;color:var(--fg);font-family:Lora,serif;font-size:.85rem;outline:none;padding:.6rem 1rem .6rem 2.2rem;transition:all .2s ease;width:240px}.blog-search:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23f5f5f5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");border-color:#f5f5f5;border-color:var(--fg);width:280px}[data-theme=light] .blog-search{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b6560' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E")}[data-theme=light] .blog-search:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231a1714' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");border-color:#1a1714}.no-results{color:#737373;color:var(--muted);font-family:Lora,serif;font-size:.875rem;padding:2rem 0}.projects-page h1{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.projects-sub{color:#737373;color:var(--muted);font-family:Lora,serif;font-size:.95rem;margin-bottom:2.5rem}.projects-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.project-card{background:#111;background:var(--card);border:1px solid #1f1f1f;border:1px solid var(--border);border-radius:.75rem;overflow:hidden;text-decoration:none;transition:border-color .2s,transform .2s}.project-card:hover{border-color:#737373;border-color:var(--muted);transform:translateY(-2px)}.project-thumb{align-items:center;aspect-ratio:16/9;background:#1f1f1f;background:var(--border);color:#737373;color:var(--muted);display:flex;font-size:2rem;justify-content:center;width:100%}.project-thumb img{height:100%;object-fit:cover;width:100%}.project-body{padding:1rem 1.1rem 1.2rem}.project-name{color:#f5f5f5;color:var(--fg);font-family:Playfair Display,serif;font-size:1rem;font-weight:600;margin-bottom:.3rem}.project-desc{color:#737373;color:var(--muted);font-family:Lora,serif;font-size:.875rem;line-height:1.55;margin-bottom:.5rem}.project-link{align-items:center;color:#4a8fff;display:inline-flex;font-family:Lora,serif;font-size:.82rem;gap:.25rem}.project-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.25rem}.project-tag{border:1px solid #1f1f1f;border:1px solid var(--border);border-radius:2rem;color:#737373;color:var(--muted);font-family:Lora,serif;font-size:.72rem;padding:.15rem .5rem}.about-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 280px}.about-page h1{font-family:Playfair Display,serif;font-size:1.8rem;margin-bottom:1.5rem}.about-body p{color:#737373;color:var(--muted);font-family:Lora,serif;font-size:1rem;line-height:1.75;margin-bottom:1rem}.about-photo{border:1px solid #1f1f1f;border:1px solid var(--border);border-radius:1rem;overflow:hidden}.about-photo img{height:100%;object-fit:cover;width:100%}.about-stack{margin-top:2rem}.stack-list{gap:.5rem}.stack-pill{background:#111;background:var(--card);border:1px solid #1f1f1f;border:1px solid var(--border);border-radius:2rem;font-size:.78rem;padding:.3rem .75rem}.resume-meta,.stack-pill{color:#737373;color:var(--muted)}.resume-meta{margin-bottom:2.5rem}.resume-dl-btn,.resume-meta{font-family:Lora,serif;font-size:.875rem}.resume-dl-btn{align-items:center;background:#f5f5f5;background:var(--fg);border-radius:.45rem;color:#0a0a0a;color:var(--bg);cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;margin-bottom:3rem;padding:.65rem 1.25rem;text-decoration:none;transition:opacity .15s}.resume-dl-btn:hover{opacity:.82}.resume-section{margin-bottom:2.5rem}.resume-section h2{border-bottom:1px solid #1f1f1f;border-bottom:1px solid var(--border);color:#737373;color:var(--muted);font-family:Playfair Display,serif;font-size:.8rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem;padding-bottom:.5rem;text-transform:uppercase}.resume-item{margin-bottom:1.5rem}.resume-item-header{align-items:baseline;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.25rem}.resume-item-title{color:#f5f5f5;color:var(--fg);font-family:Playfair Display,serif;font-size:.975rem;font-weight:600}.resume-item-date{color:#737373;color:var(--muted);font-family:Lora,serif;font-size:.8rem;white-space:nowrap}.resume-item-sub{margin-bottom:.4rem}.resume-item-desc,.resume-item-sub{color:#737373;color:var(--muted);font-family:Lora,serif;font-size:.85rem}.resume-item-desc{line-height:1.65}.resume-item-desc li{margin-left:1rem;margin-top:.2rem}.contact-section{padding:3rem 0 2rem;text-align:left}.contact-title{color:#f5f5f5;color:var(--fg);font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.5rem}.contact-sub{color:#737373;color:var(--muted);font-family:Lora,serif;font-size:.95rem;margin-bottom:1.5rem;max-width:500px}.contact-links{align-items:flex-start;display:flex;flex-direction:column;gap:.75rem}.contact-email,.contact-resume{align-items:center;color:#f5f5f5;color:var(--fg);display:inline-flex;font-family:Lora,serif;font-size:.9rem;gap:.5rem;text-decoration:underline;text-decoration-color:#737373;text-decoration-color:var(--muted);text-decoration-thickness:1px;text-underline-offset:4px;transition:opacity .15s}.contact-email:hover,.contact-resume:hover{opacity:.7}.footer{border-top:1px solid #1f1f1f;border-top:1px solid var(--border);margin-top:2rem;padding:1.2rem 0}.footer-inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-copy{color:#737373;color:var(--muted);font-family:Lora,serif;font-size:.82rem}.footer-themes{display:flex;gap:.3rem}.theme-btn{align-items:center;background:none;border:none;border-radius:.3rem;color:#737373;color:var(--muted);cursor:pointer;display:inline-flex;justify-content:center;padding:.3rem;transition:all .15s}.theme-btn:hover{background:#8080801a;color:#f5f5f5;color:var(--fg)}.theme-btn.active{background:#80808026;color:#f5f5f5;color:var(--fg)}.search-modal-overlay{align-items:flex-start;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000b8;display:flex;inset:0;justify-content:center;padding-top:8rem;position:fixed;z-index:1000}.search-modal{background:#111;background:var(--card);border:1px solid #1f1f1f;border:1px solid var(--border);border-radius:.75rem;max-width:560px;padding:1.25rem;width:90%}.search-modal-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.search-modal-header input{background:#0a0a0a;background:var(--bg);border:1px solid #1f1f1f;border:1px solid var(--border);border-radius:.45rem;color:#f5f5f5;color:var(--fg);flex:1 1;font-family:Lora,serif;font-size:.9rem;outline:none;padding:.68rem 1rem}.close-btn{background:none;border:none;color:#737373;color:var(--muted);cursor:pointer;font-size:1.4rem}.close-btn:hover{color:#f5f5f5;color:var(--fg)}.search-results{max-height:360px;overflow-y:auto}.search-result-item{border-bottom:1px solid #1f1f1f;border-bottom:1px solid var(--border);color:#f5f5f5;color:var(--fg);display:flex;font-family:Lora,serif;font-size:.875rem;justify-content:space-between;padding:.75rem 0;text-decoration:none}.search-result-item:hover{opacity:.6}.search-placeholder{color:#737373;color:var(--muted);font-family:Lora,serif;font-size:.875rem;padding:2.5rem 0;text-align:center}@media (max-width:768px){.container{padding:0 1.25rem}.header{height:auto;padding:1rem 0}.nav-desktop{display:none}.mobile-actions{align-items:center;display:flex;gap:4px}.mobile-menu-btn{display:flex}.icon-btn,.mobile-menu-btn{justify-content:center;min-height:44px;min-width:44px}.brand-name{font-size:1.15rem}.hero{padding:3rem 0 2rem}.hero-grid{display:flex;flex-direction:column;gap:0;text-align:left}.squircle-wrapper{margin:0 auto 2rem;max-width:320px;width:68%}.hero-content h1{font-size:2.5rem}.description{font-size:1rem}.email-form{flex-direction:column}.writings-section{padding:2rem 0}.social-connect{padding:1rem 0 3rem}.social-icons{gap:1.2rem}.social-icon svg{height:28px;width:28px}.social-name{font-size:.7rem}.about-page,.blog-page,.projects-page,.resume-page{padding:2rem 0}.blog-header{align-items:stretch;flex-direction:column}.blog-search,.blog-search:focus{width:100%}.about-grid,.projects-grid{grid-template-columns:1fr}.about-grid{gap:2rem}.about-photo{max-width:160px}.resume-item-header{flex-direction:column;gap:.15rem}.resume-dl-btn{justify-content:center;width:100%}.footer-inner{flex-direction:column;gap:.5rem;text-align:center}.footer-copy{order:1;width:100%}.footer-themes{order:2}.theme-btn{min-height:36px;min-width:36px;padding:.3rem}.theme-btn svg{height:14px;width:14px}}@media (max-width:450px){.social-icons{gap:.8rem}.hero-content h1{font-size:2rem}}.mobile-actions{display:none}@media (max-width:768px){.mobile-actions{align-items:center;display:flex;gap:4px}}.hero-social{display:flex;gap:1.25rem;margin-top:1.75rem}.hero-social-icon{align-items:center;color:#737373;color:var(--muted);display:inline-flex;justify-content:center;padding:4px;transition:color .2s ease,transform .2s ease}.hero-social-icon:hover{color:#f5f5f5;color:var(--fg);transform:translateY(-2px)}.experience-section{padding:3rem 0 4rem;position:relative}.experience-section .section-title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;letter-spacing:-.025em;margin-bottom:2rem}.tree-timeline{padding-left:1.5rem;position:relative;will-change:transform}.tree-timeline:before{background:#1f1f1f;background:var(--border);bottom:0;content:"";left:0;position:absolute;top:0;transform:scaleY(0);transform-origin:top;transition:transform .8s cubic-bezier(.2,.9,.4,1.1);width:2px}.timeline-reveal.tree-timeline:before{transform:scaleY(1)}.timeline-item{backface-visibility:hidden;border-bottom:none;display:flex;gap:1.5rem;opacity:0;padding:.8rem 0 .8rem 1.2rem;position:relative;transform:translateX(-12px) scale(.96);transition:opacity .5s cubic-bezier(.2,.9,.4,1.1),transform .5s cubic-bezier(.2,.9,.4,1.1);will-change:transform,opacity}.timeline-item:before{border-top:1px dashed #737373;border-top:1px dashed var(--muted);content:"";height:0;left:-1.5rem;opacity:0;position:absolute;top:1.2rem;transform:scaleX(0);transform-origin:left;transition:opacity .3s ease .2s,transform .4s ease .2s;width:1.2rem}.timeline-item:after{animation:starShine 2s ease-in-out infinite;background:#f5f5f5;background:var(--fg);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);content:"";height:12px;left:-1.65rem;opacity:0;position:absolute;top:1.05rem;transform:scale(0);transition:opacity .2s ease .3s,transform .3s cubic-bezier(.34,1.2,.64,1) .3s;width:12px}.timeline-reveal .timeline-item{opacity:1;transform:translateX(0) scale(1)}.timeline-reveal .timeline-item:before{opacity:1;transform:scaleX(1)}.timeline-reveal .timeline-item:after{opacity:1;transform:scale(1)}.timeline-year{color:#f5f5f5;color:var(--fg);flex-shrink:0;font-size:.9rem;font-weight:600;letter-spacing:-.01em;width:85px}.timeline-content{flex:1 1}.timeline-phase{color:#f5f5f5;color:var(--fg);font-size:.95rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.2rem}.timeline-desc{color:#737373;color:var(--muted);font-size:.82rem;line-height:1.55;margin:0}@keyframes starShine{0%,to{box-shadow:0 0 4px 0 #f5f5f5;box-shadow:0 0 4px 0 var(--fg)}50%{box-shadow:0 0 8px 2px #737373;box-shadow:0 0 8px 2px var(--muted)}}@media (max-width:640px){.tree-timeline{padding-left:.5rem}.timeline-item{flex-direction:column;gap:.25rem;padding:.8rem 0 .8rem 1rem}.timeline-item:before{left:-.8rem;width:.8rem}.timeline-item:after{height:10px;left:-.95rem;top:.85rem;width:10px}.timeline-year{width:auto}}.timeline-scroll-wrapper{max-height:400px;overflow-y:auto;padding-right:.5rem;scrollbar-color:#737373 #0000;scrollbar-color:var(--muted) #0000;scrollbar-width:thin}.timeline-scroll-wrapper::-webkit-scrollbar{width:5px}.timeline-scroll-wrapper::-webkit-scrollbar-track{background:#0000;border-radius:10px;margin:.5rem 0}.timeline-scroll-wrapper::-webkit-scrollbar-thumb{background:#1f1f1f;background:var(--border);background-clip:content-box;border:1px solid #0000;border-radius:10px}.timeline-scroll-wrapper::-webkit-scrollbar-thumb:hover{background:#737373;background:var(--muted)}@media (max-width:768px){.footer-inner{align-items:center;flex-direction:row;gap:.5rem;justify-content:space-between}.footer-copy{font-family:Lora,serif;font-size:.75rem;white-space:nowrap}.footer-themes{gap:.2rem}.theme-btn{min-height:28px;min-width:28px;padding:.2rem}.theme-btn svg{height:12px;width:12px}.footer{padding:.8rem 0}}.about-page{padding:60px 0 100px}.about-title{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.15;margin-bottom:48px}.about-row{align-items:flex-start;display:flex;gap:48px}.about-left{flex:0 0 62%;max-width:62%}.about-right{flex:0 0 34%;max-width:34%}.about-intro{color:inherit;font-family:Lora,serif;font-size:1.05rem;font-style:italic;line-height:1.7;margin-bottom:20px}.about-links{display:flex;flex-direction:column;gap:16px;margin:32px 0 40px}.about-link{color:inherit;font-family:Lora,serif;font-size:.95rem;text-decoration:underline;width:fit-content}.about-link:hover{opacity:.65}.about-photo{aspect-ratio:1/1;border-radius:12px;cursor:pointer;display:block;object-fit:cover;width:100%}.about-lightbox{align-items:center;background:#0000008c;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.about-lightbox__close{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5rem;position:fixed;right:24px;top:20px;z-index:1001}.about-lightbox__inner{align-items:center;display:flex;flex-direction:column;gap:12px}.about-lightbox__inner img{border-radius:12px;max-height:75vh;max-width:min(500px,90vw);object-fit:cover}.about-lightbox__caption{color:#eee;font-family:Lora,serif;font-size:.9rem;font-style:italic}.about-stack h2{font-family:Playfair Display,serif;font-size:.85rem;letter-spacing:.08em;margin-bottom:12px;opacity:.5;text-transform:uppercase}.stack-list{display:flex;flex-wrap:wrap;gap:8px}.stack-pill{border:1px solid;border-radius:999px;font-family:Lora,serif;font-size:.8rem;opacity:.7;padding:4px 12px}@media (max-width:640px){.about-row{flex-direction:column-reverse}.about-left,.about-right{flex:initial;max-width:100%;width:100%}.about-photo{margin:0 auto;max-width:260px}}*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}
/*# sourceMappingURL=main.f97b9602.css.map*/