*{margin:0;padding:0;box-sizing:border-box}body{font-family:Neuemontreal,sans-serif;background:#fff;color:#111;line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased}header{display:flex;justify-content:space-between;align-items:center;padding:0rem 2rem;position:sticky;top:0;background:#fff;z-index:100;border-bottom:2px solid #000;height:50px;font-weight:700;font-size:.8rem;text-transform:uppercase}header nav a{text-decoration:none;color:#171717;text-transform:uppercase;margin-right:15px}header nav a:hover{color:#878953 border-color: currentColor}.nav-links{justify-content:flex-end;align-items:center;display:flex}.nav-links a{text-decoration:none;color:#111;font-weight:700;transition:color .3s ease}.nav-links a:hover{color:#878953}.menu-toggle{display:none;font-size:1.5rem;background:none;border:none;cursor:pointer}@media (max-width: 768px){.nav-links{position:absolute;top:60px;right:0;background:#fff;flex-direction:column;gap:1rem;padding:.5rem 2rem;border:1px solid #eee;border-radius:0 0 8px 8px;display:none}.nav-links.open{display:flex}.menu-toggle{display:block}}.nav-container{justify-content:space-between;align-items:center;width:100%;min-width:100%;height:50px;padding-left:40px;padding-right:40px;display:flex}.logo{font-size:.8rem;float:left}a{color:inherit;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .2s ease}a:hover{text-decoration-color:currentColor}.hero-text{color:var(--black);margin-top:20px;margin-bottom:20px;font-size:6vw;font-weight:500;line-height:6vw}.bio{align-items:center;width:90%;height:auto;margin:2rem auto;padding:6vw 0;display:block}#showcase{width:100%;margin:4rem 0;display:flex;justify-content:center}.showcase-video{width:80%;max-width:1000px;aspect-ratio:16 / 9}.showcase-video iframe{width:100%;height:100%;border-radius:8px;border:0}section{width:90%;margin:5rem auto;padding:0}h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;border-bottom:2px solid #000;padding-bottom:.5rem}p{margin-bottom:1rem;color:#333}.talk-section{padding-bottom:2rem;border-bottom:2px solid #000}.talk{display:grid;grid-template-columns:1fr 1fr;gap:2rem;position:relative;min-height:350px;margin-top:1rem}.talk:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:2px;height:100%;background-color:#000;z-index:0}.talk .title{font-weight:600;font-size:1rem}.talk .description{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:.8rem;position:relative;z-index:1;font-size:1.5rem}.talk .description h3{font-size:1.2rem;font-weight:600}.language-pill{display:inline-block;background:#e0f2ff;color:#0366d6;font-size:.75rem;font-weight:600;padding:.3rem .9rem;margin:0 .5rem;border-radius:999px;border:1px solid #b3e0ff;width:auto}.talk .description a{display:inline-block;padding:.6rem 1.5rem;background:#111;color:#fff;text-decoration:none;border-radius:999px;font-size:.9rem;font-weight:500;transition:all .3s ease}.talk .description a:hover{background:#878953;transform:scale(1.05)}.talk .video{position:relative;z-index:1}.talk .video iframe{width:100%;height:400px;border:0;border-radius:15px}@media (max-width: 768px){.talk{grid-template-columns:1fr}.talk:before{display:none}.talk .video iframe{height:200px}}.about-me-section{width:90%;margin:5rem auto}.about-me-container{display:flex;gap:2rem;height:auto}.about-me-image{display:flex;justify-content:center;align-items:center;flex:1}.about-me-image img{width:70%;height:auto;object-fit:cover;border-radius:12px}.about-me-bio{flex:1;display:flex;flex-direction:column;justify-content:center;width:70%}.about-me-bio h2{font-size:1.5rem;margin-bottom:1rem}.about-me-bio p{margin-bottom:1rem;color:#333;line-height:1.6;font-size:1.5rem}@media (max-width: 768px){.about-me-container{flex-direction:column;gap:1.5rem}.about-me-image,.about-me-bio{flex:unset;width:100%}.about-me-image img{height:auto}}.list{display:flex;flex-direction:column;gap:1.5rem}.list-item h3{font-size:1rem;font-weight:500;margin-bottom:.3rem}.list-item p{font-size:.9rem;color:#555}form input,form textarea{width:100%;padding:.7rem;border:2px solid #ddd;border-radius:4px;font-family:inherit;font-size:.95rem;margin-bottom:.8rem}form textarea{resize:vertical}form button{padding:.6rem 1.2rem;border:none;background:#111;color:#fff;font-size:.9rem;cursor:pointer;border-radius:4px;transition:opacity .2s ease}form button:hover{opacity:.85}#contact-me .mail{color:#878953}#contact-me a{text-decoration:none}#contact-me a:hover{text-decoration:line-through}footer{border-top:2px solid #000;width:100%;padding:2rem 0;display:flex;justify-content:space-evenly;gap:2rem;flex-wrap:wrap}footer a{font-weight:700;text-decoration:none}footer a:hover{text-decoration:line-through}@media (max-width: 768px){header{flex-direction:column;align-items:flex-start}header nav a{margin-left:0;margin-right:1.5rem}.talk{flex-direction:column;align-items:flex-start}.talk:before{display:none}.talk .description{padding-right:0;justify-content:flex-start}.talk .image{padding-left:0;margin-top:1.5rem}section,.bio{width:90%}}
