@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #ffcf00;--color-bg: #ffcf00;--color-text: #000000;--color-text-light: #333;--font-serif: "Tiempos", "Times New Roman", serif;--font-sans: "Arial", "Helvetica", sans-serif}html{scroll-behavior:smooth;height:-webkit-fill-available}body{font-family:var(--font-serif);background-color:var(--color-bg);color:var(--color-text);line-height:1.3;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;min-height:-webkit-fill-available;overscroll-behavior:none}.app{min-height:100vh;min-height:100dvh;position:relative}.nav{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;z-index:100;background-color:var(--color-bg)}.nav-logo{font-family:var(--font-sans);font-size:2rem;font-weight:400;letter-spacing:.08em;display:flex;align-items:center;justify-content:center;width:72px;height:72px}.nav-links{display:flex;gap:1.8rem}.nav-link{background:none;border:none;font-family:var(--font-sans);font-size:.9rem;font-weight:400;color:var(--color-text);cursor:pointer;transition:opacity .3s ease;text-decoration:none;letter-spacing:.02em}.nav-link:hover{opacity:.5}.hero{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:6rem 2rem 4rem;position:relative;box-sizing:border-box}.profile-container{margin-bottom:2.5rem}.profile-image{width:270px;height:270px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--color-text)}.hero-title{font-family:var(--font-serif);font-size:clamp(1.8rem,4vw,2.4rem);font-weight:400;line-height:1.2;letter-spacing:.01em;margin-bottom:1rem}.asterisk{font-size:.65em;vertical-align:super}.hero-pronunciation{font-family:var(--font-sans);font-size:.85rem;font-weight:400;color:var(--color-text);letter-spacing:.02em}.section{max-width:800px;margin:0 auto;padding:5rem 3rem;text-align:center}.section-title{font-family:var(--font-serif);font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:400;margin-bottom:1.5rem;letter-spacing:.01em}.section-subtitle{font-family:var(--font-sans);font-size:.85rem;font-weight:400;color:var(--color-text-light);margin-top:-1rem;margin-bottom:1.5rem}.content-list{display:flex;flex-direction:column;gap:.6rem;align-items:center}.content-item{font-family:var(--font-serif);font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:400;line-height:1.5}.content-link{font-family:var(--font-serif);font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:400;color:var(--color-text);text-decoration:none;transition:opacity .3s ease;display:inline-block}.content-link:hover{opacity:.5}.location-city{font-weight:500}.location-duration{font-weight:400}.education-degree{font-weight:500}.education-school{font-weight:400}.writing-title{font-style:italic}.writing-type{font-weight:400}.teaching-course{font-weight:500}.teaching-details{font-weight:400}.design-grid{display:flex;flex-wrap:wrap;gap:.4rem 1.2rem;justify-content:center}.design-item{font-family:var(--font-serif);font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:400}.footer{text-align:center;padding:2rem;margin-top:2rem;font-family:var(--font-sans);font-size:.75rem;color:var(--color-text);letter-spacing:.02em}@media (max-width: 768px){.nav{padding:1rem;flex-direction:row;align-items:center}.nav-logo{font-size:.85rem;width:auto;height:72px;justify-content:flex-start;margin-right:.5rem}.nav-links{display:flex;flex-wrap:nowrap;gap:.6rem;flex:1;width:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-right:5px;justify-content:flex-end;scrollbar-width:none;-ms-overflow-style:none}.nav-links::-webkit-scrollbar{display:none}.nav-link{font-size:.825rem;white-space:nowrap;flex-shrink:0}.hero{min-height:100vh;min-height:100svh;padding:5rem 1.5rem 3rem;justify-content:center}.profile-image{width:210px;height:210px}.hero-title{font-size:1.5rem}.hero-pronunciation{font-size:.8rem}.section{padding:3rem 1.5rem}.section-title{font-size:1.4rem}.content-item,.content-link{font-size:1.1rem}.footer{padding:1.5rem;font-size:.7rem}}@media (max-width: 480px){.profile-image{width:180px;height:180px}.hero-title{font-size:1.3rem}}
