html,body{height:100%;margin:0;padding:0;font-size:16px;box-sizing:border-box;overflow-x:hidden}*,*:before,*:after{box-sizing:inherit}section{height:100vh;margin:0}.wrapper{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;background-image:url(/images/lady_justice2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.overlay{position:absolute;inset:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#0003;z-index:0}.content{z-index:1;padding-top:2rem;padding-bottom:2rem}.image-container{display:flex;justify-content:center;padding:1rem}.image-container img{max-width:80%;max-height:200px;height:auto;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5))}.headlines{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:90%;margin:0 auto;text-align:center;padding:1rem}h1{font-family:Playfair Display,serif;font-weight:600;color:#fff;font-size:clamp(2rem,8vw,100px);margin:0;text-align:center}.bottom-content{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;z-index:1;margin-bottom:6rem;padding:1rem;text-align:center}.mini-title,.mini-text{font-family:Playfair Display,serif;font-weight:600;color:#fff;font-size:1rem}@media (max-width: 768px){.wrapper{justify-content:flex-start;padding-top:2rem;padding-bottom:2rem}.bottom-content{margin-bottom:4rem}.image-container img{max-width:60%;max-height:150px}.mini-title,.mini-text{font-size:.9rem;text-align:center}}@media (max-width: 480px){.image-container img{max-width:70%;max-height:120px}h1{font-size:clamp(1.8rem,10vw,3rem)}.mini-title,.mini-text{font-size:.85rem}}.navbar{background-color:#fff;padding:1rem 2rem;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px #0000000d}.nav-list{list-style:none;display:flex;justify-content:center;gap:2rem}.nav-link{font-weight:700;text-decoration:none;color:#060709;font-weight:500;transition:color .3s ease;cursor:pointer}.nav-link:hover{color:#9b6e2a}.active-link{color:#9b6e2a;border-bottom:2px solid #9b6e2a}.navbar-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto}.logo{display:flex;align-items:center}.logo-icon{height:40px;width:auto}.hero{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 1rem;background-image:url(/images/lady_justice2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-content{max-width:800px}.hero-welcome{font-size:1.5rem;letter-spacing:2px;color:#fff;margin-bottom:.5rem;text-transform:uppercase}.hero-name{font-size:3rem;color:#fff;font-weight:700;margin-bottom:1rem;text-transform:uppercase}.hero-description{font-size:1.125rem;color:#fff;line-height:1.6}.hero:before{content:"";position:absolute;inset:0;background:url(/images/hero-bg.jpg) center/cover no-repeat;filter:blur(8px);transform:scale(1.05);z-index:0}
