html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}*{margin:0;padding:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}a:not([class]){text-decoration-skip-ink:auto}img,picture,svg,video,canvas{max-width:100%;height:auto;vertical-align:middle;font-style:italic;background-repeat:no-repeat;background-size:cover}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important;transition:none}}body,html{height:100%;scroll-behavior:smooth}html{background:#00a3a3}body{font-family:lora,serif;font-weight:400;font-style:normal;color:#3d3229;min-height:100vh}.bg-canvas{position:fixed;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}.page-container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1rem}main{background:rgba(255,253,249,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:18px;box-shadow:0 4px 24px rgba(0,0,0,6%);max-width:640px;width:100%;padding:3rem 2.5rem;transition:box-shadow .3s ease,transform .3s ease}main:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.1)}h1{font-family:playfair display,serif;font-weight:700;font-size:clamp(2.4rem,5vw,3.5rem);line-height:1.15;color:#3d3229;margin-bottom:1rem}h2{font-family:playfair display,serif;font-weight:700;font-size:1.15rem;color:#3d3229;margin-bottom:.5rem;margin-top:.5rem}.highlight{position:relative;z-index:0}.highlight::before{content:"";position:absolute;left:-4px;right:-4px;bottom:.05em;height:.35em;background:#00a3a3;opacity:.15;border-radius:4px;transform:rotate(-1.5deg);z-index:-1}h1 div:nth-child(2) .highlight::before{transform:rotate(1deg)}.bio{font-family:lora,serif;font-style:italic;font-size:clamp(1rem,2vw,1.125rem);line-height:1.7;color:#6b5e50;margin-bottom:1.5rem}a{color:#00a3a3;text-decoration:none;transition:color .2s ease}a:hover{color:#007a7a}.social-links{display:flex;gap:.75rem;margin-bottom:1.25rem}.social-links a{display:inline-block;padding:.5rem 1.4rem;border:1.5px solid #00a3a3;border-radius:999px;font-family:lora,serif;font-weight:500;font-size:.95rem;color:#00a3a3;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.social-links a:hover{background:#00a3a3;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,163,163,.25)}.resources-link a{font-size:.9rem;color:#6b5e50;position:relative}.resources-link a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1.5px;background:linear-gradient(90deg,#00a3a3,#7dd3d3);transition:width .3s ease}.resources-link a:hover{color:#00a3a3}.resources-link a:hover::after{width:100%}footer{margin-top:1.5rem;text-align:center;color:rgba(255,255,255,.7);font-size:.85rem}footer a{color:rgba(255,255,255,.85)}footer a:hover{color:#fff}@keyframes fade-in-up{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}h1{animation:fade-in-up .6s ease both;animation-delay:.2s}.bio{animation:fade-in-up .6s ease both;animation-delay:.4s}.social-links{animation:fade-in-up .6s ease both;animation-delay:.55s}h2{animation:fade-in-up .6s ease both;animation-delay:.65s}.resources-link{animation:fade-in-up .6s ease both;animation-delay:.7s}footer{animation:fade-in-up .6s ease both;animation-delay:.85s}@media(max-width:640px){.page-container{justify-content:flex-start;padding-top:3rem}main{padding:2rem 1.5rem}.social-links{flex-direction:column}.social-links a{text-align:center}}