html{box-sizing:border-box;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial;scroll-behavior:smooth}*,*::before,*::after{box-sizing:inherit}body{font-size:16px;line-height:1.6;color:#0f172a;background-color:#fff;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video{max-width:100%;height:auto;display:block;object-fit:cover}a{color:inherit;text-decoration:none}button,input,textarea{font-family:inherit}:focus{outline:none}:focus-visible{outline:3px solid rgba(250,204,21,0.28);outline-offset:3px;border-radius:8px}#mobileMenu{transition:opacity .32s ease,transform .32s ease}#mobileMenu[aria-hidden="false"]{opacity:1;transform:translateY(0)}#mobileMenu[aria-hidden="true"]{opacity:0;transform:translateY(-6px);pointer-events:none}#mobileMenu .slide-in{animation:slideIn .36s cubic-bezier(.2,.9,.2,1) both}@keyframes slideIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}body.menu-open{overflow:hidden;height:100vh}.iconify{vertical-align:middle;display:inline-block}.rounded-2xl{border-radius:1rem}.rounded-xl{border-radius:.75rem}.shadow-md{box-shadow:0 6px 18px rgba(16,24,40,0.08)}.shadow-lg{box-shadow:0 10px 30px rgba(16,24,40,0.12)}.card-hover{transition:transform .22s ease,box-shadow .22s ease}.card-hover:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(16,24,40,0.12)}.button-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}footer address a{color:#b45309;text-decoration:underline}#cookie{max-width:380px;min-width:260px}@media (max-width:640px){#cookie{right:1rem;left:1rem;bottom:1rem;max-width:calc(100% - 2rem)}}.focus-ring{box-shadow:0 0 0 4px rgba(250,204,21,0.18);border-radius:8px}/* Ensure interactive icon sizes adapt */.iconify[role="img"]{width:auto;height:auto}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}input[type="text"],input[type="email"],textarea,select{border-radius:.5rem;padding:.6rem .75rem;border:1px solid rgba(15,23,42,0.08);background-color:#fff;color:#0f172a}input[type="text"]:focus,input[type="email"]:focus,textarea:focus,select:focus{box-shadow:0 6px 18px rgba(16,24,40,0.06),0 0 0 4px rgba(250,204,21,0.12);border-color:rgba(250,204,21,0.22)}