@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&family=Poppins:wght@300;400&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}body{margin:0;background-color:#0d0d0d;font-family:Poppins,sans-serif;color:#fff;overflow-x:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column}.page{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-section{position:relative;width:100%;height:50vh;background:url(/joyce2.jpg) center center / cover no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000008c;z-index:1}.title,.subtitle{position:relative;z-index:2;margin:0 auto;width:fit-content}.title{font-family:Playfair Display,serif;font-size:clamp(2.2rem,5vw,4rem);color:#f48fb1;margin-bottom:.5rem}.subtitle{font-family:Playfair Display,serif;font-style:italic;color:#ffb6c1;font-size:clamp(1rem,2vw,1.5rem)}.bio-section{background:linear-gradient(to bottom,#0d0d0d,#1a1a1a);padding:4rem 1rem 5rem;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.bio-content{max-width:700px;text-align:center;font-size:clamp(1rem,1.1vw,1.15rem);line-height:1.7;color:#f3f3f3;margin-bottom:2rem}.profile-img{width:clamp(140px,20vw,200px);border-radius:50%;box-shadow:0 0 15px #e7548066;margin-top:1rem}footer{margin-top:2rem;font-size:.9rem;color:#bbb;text-align:center;width:100%}@media (max-width: 768px){.hero-section{height:50vh;background-position:center top}.bio-content{padding:0 1rem}}.hero-section,.bio-section{animation:fadeIn 1.2s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
