:root{--brand-500:#007acc;--brand-700:#005fa3;--focus-ring:rgba(0,122,204,0.18)}html{font-size:16px;-webkit-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body{min-height:100vh;background-color:inherit;color:inherit;font-family:Inter,system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue','Noto Sans JP',sans-serif;font-size:1rem;line-height:1.625}img,video,picture,figure{max-width:100%;height:auto;display:block;object-fit:cover}svg{max-width:100%;height:auto;display:block}a,button{transition:all 180ms cubic-bezier(.2,.8,.2,1)}:focus{outline:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{box-shadow:0 0 0 6px var(--focus-ring);border-radius:.5rem}.iconify{display:inline-flex;align-items:center;justify-content:center}.container{max-width:1200px}#mobile-menu{display:none}#mobile-menu.open{display:block}#menu-backdrop{transition:opacity 260ms ease}#mobile-menu .animate-fadeIn{animation:fadeIn 360ms ease-out both}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}100%{opacity:1;transform:translateY(0)}}body.no-scroll{height:100vh;overflow:hidden}button[disabled]{opacity:.6;cursor:not-allowed;transform:none}.rounded-2xl{border-radius:1rem}.rounded-xl{border-radius:.75rem}.shadow-lg{box-shadow:0 12px 30px rgba(14,20,30,0.08)}.shadow-md{box-shadow:0 8px 20px rgba(14,20,30,0.06)}.hover\:shadow-lg:hover{box-shadow:0 12px 30px rgba(14,20,30,0.08)}.hover\:-translate-y-1:hover{transform:translateY(-4px)}.animate-beam{animation:beam 3s ease-in-out infinite}@keyframes beam{0%{transform:translateY(0);opacity:.6}50%{transform:translateY(-6px);opacity:1}100%{transform:translateY(0);opacity:.6}}#cookie-consent{max-width:24rem;border-radius:.75rem;box-shadow:0 10px 30px rgba(2,6,23,0.08)}#cookie-consent button{min-width:3.25rem}#cookie-consent button:focus-visible{box-shadow:0 0 0 6px rgba(0,122,204,0.12)}#cookie-consent .btn-primary{background-image:linear-gradient(90deg,var(--brand-500),var(--brand-700));color:#fff;border:0}#cookie-consent .btn-secondary{background:#fff;border:1px solid rgba(15,23,42,.08);color:#0f172a}@media (max-width:640px){#cookie-consent{right:1rem;left:1rem;bottom:1rem;max-width:none;padding:.75rem}header .container{padding-left:1rem;padding-right:1rem}}/***** Accessibility helpers *****/.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}nav a{touch-action:manipulation}#mobile-menu a:focus-visible{box-shadow:0 0 0 6px rgba(0,122,204,0.12);border-radius:.5rem}.card-media{width:100%;height:10rem;object-fit:cover;border-radius:.5rem}.hero-media{width:100%;height:18rem;object-fit:cover}.focus-ring{box-shadow:0 0 0 6px rgba(0,122,204,0.12);border-radius:.5rem}/* ensure link color contrast */a{color:var(--brand-500)}a:hover{color:var(--brand-700)}