.desc-on-image{position:relative;padding:10px 20px;margin-top:60%}.desc-on-image:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:#242424;z-index:-1;border-radius:15px}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.hero-text h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--charcoal);margin-bottom:1rem;line-height:1.2}.hero-text .subtitle{font-size:1.3rem;color:var(--dust-blue);margin-bottom:2rem;font-weight:400}.hero-text .bio{font-size:1.1rem;color:var(--neutral-grey);margin-bottom:3rem;max-width:500px}.hero-visual{position:relative;height:500px}.profile-card{background:var(--white);border-radius:25px;padding:2rem;box-shadow:0 20px 40px rgba(44,62,80,.1);transform:rotate(3deg);transition:transform .3s ease;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.profile-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:25px;background-image:url(/me-ghibli.png);background-position:50%;background-size:cover;z-index:-1}.profile-card:hover{transform:rotate(0deg) scale(1.02)}.profile-image{width:200px;height:200px;border-radius:50%;background:linear-gradient(45deg,var(--sage-green),var(--soft-blue));margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;font-size:4rem;color:var(--white);font-weight:700}.cta-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}@media (max-width:768px){.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-text .bio{margin-bottom:10px;font-size:medium}.hero-visual{height:300px}.cta-buttons{justify-content:center;gap:1rem}.cta-buttons .btn{padding:.5rem 1rem}}.flag-chooser{list-style:none;padding:10px;display:flex;flex-direction:column;gap:10px;position:absolute;margin-top:10px!important;z-index:auto;left:-40px;min-width:130px}.flag-chooser-mobile{display:flex;align-items:center;justify-content:center;gap:10px}.border-flags{margin:5px 0;border-radius:1.1rem;border:1px solid #ccc;width:fit-content;background-color:#f3f2f2}.flag-chooser li{margin:0}.flag-chooser a,.flag-chooser-mobile a{text-decoration:none;color:inherit;display:flex;align-items:center}.flag-chooser img,.flag-chooser-mobile img{width:24px;height:24px;margin-right:5px}@media (max-width:768px){.flag-chooser{min-width:217px;z-index:999}}