:root{color-scheme:light dark;font-family:Georgia,Times New Roman,serif;line-height:1.5}body{margin:0;background:#faf9f7;color:#1a1a1a}.particle-bg{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;z-index:-1;pointer-events:none}.nav{position:fixed;top:0;left:0;right:0;background:#fff;z-index:100;box-shadow:0 4px 16px #0000001a,0 1px 3px #0000000f}.nav__inner{max-width:1200px;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between}.nav__brand{font-size:1.25rem;letter-spacing:.08em;color:#1a1a1a;text-decoration:none;font-weight:600}.nav__links{list-style:none;margin:0;padding:0;display:flex;gap:1.5rem}.nav__links a{color:#1a1a1a;text-decoration:none;font-size:.95rem}.nav__links a:hover{color:#777}.page{max-width:1200px;margin:0 auto;padding:5rem 1.25rem 14rem}.footer{position:fixed;left:0;right:0;bottom:0;z-index:200;background:#fff;box-shadow:0 -8px 24px #00000014,0 -1px 3px #0000000d;will-change:transform}.footer__inner{max-width:1200px;margin:0 auto;padding:2rem 1.25rem}.footer__copyright{margin:1rem 0 0;color:#777;font-size:.85rem}.section{margin-top:3rem;scroll-margin-top:5rem}.section__title{font-size:clamp(1.4rem,2.5vw,2rem);letter-spacing:.03em;margin:0 0 1rem}.section__text{margin:0;color:#444}.about-section{min-height:calc(100vh - 10rem);display:flex;align-items:center;justify-content:center;scroll-margin-top:5rem}.about-card{position:relative;z-index:2;max-width:90vw;max-height:90vw;padding:3rem;background:#fff;border-radius:50%;box-shadow:0 18px 40px #0000001f,0 4px 10px #0000000f;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.profile-card{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:78%}.profile-card__avatar{width:200px;height:200px;border-radius:50%;object-fit:cover;background:#e8e6e3;box-shadow:0 8px 24px #00000014;margin-top:-3rem;margin-bottom:3rem}.profile-card__name{font-family:Sacramento,cursive;font-size:clamp(2.2rem,4.5vw,3.4rem);line-height:1.1;margin:0 0 .25rem;color:#1a1a1a}.profile-card__bio{margin:.5rem 0 0;color:#444;line-height:1.5;font-size:clamp(1rem,1.3vw,1.15rem)}.header{margin-bottom:2rem;text-align:center}.title{font-size:clamp(2rem,4vw,3rem);letter-spacing:.04em;margin:0 0 .5rem}.subtitle{margin:0;max-width:42rem;margin-inline:auto;color:#444;font-size:1rem}.boxes-container{display:grid;gap:1rem;margin:0;padding:0}.box{position:relative;aspect-ratio:4 / 3}.box-content{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border-radius:6px;overflow:hidden;background:#e8e6e3;box-shadow:0 8px 24px #0000000f}.box-image{display:block;width:100%;height:100%;object-fit:cover}.box-caption{position:absolute;left:0;right:0;bottom:0;padding:.5rem .75rem;background:linear-gradient(to top,#0000008c,#0000);color:#fff;font-size:.95rem}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;visibility:hidden}.modal .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;cursor:pointer}.modal .content{position:relative;width:min(80vw,900px);height:min(80vh,700px);z-index:1001}.modal .content .box-content{position:absolute;top:0;right:0;bottom:0;left:0}
