html { scroll-padding-top: 4rem; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.admin-bar .claw-nav { top: 32px; }
.claw-dropdown > summary { list-style: none; }
.claw-dropdown > summary::-webkit-details-marker { display: none; }
.claw-dropdown > summary::after { content: " ▾"; font-size: .75em; }
.claw-dropdown[open] > summary::after { content: " ▴"; }
.claw-dropdown > div > a { display: block; padding: .625rem 1rem; font-size: .875rem; color: rgb(71 85 105); transition: color .15s, background-color .15s; }
.dark .claw-dropdown > div > a { color: rgb(163 163 163); }
.claw-dropdown > div > a:hover { color: rgb(23 23 23); background: rgb(250 250 250); }
.dark .claw-dropdown > div > a:hover { color: white; background: rgb(38 38 38); }
#claw-mobile-menu a, #claw-mobile-menu button { color: rgb(71 85 105); font-size: .875rem; font-weight: 500; }
.dark #claw-mobile-menu a, .dark #claw-mobile-menu button { color: rgb(163 163 163); }
[data-claw-contact-form] input, [data-claw-contact-form] select, [data-claw-contact-form] textarea { border-radius: 0; }
@media screen and (max-width: 782px) { body.admin-bar .claw-nav { top: 46px; } }
