* { box-sizing: border-box; }
html, body { margin: 0; min-width: 320px; background: #f5f2eb; }
body { color: #071827; font-family: Arial, sans-serif; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 5; height: 1px; pointer-events: none; }
.site-nav { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.site-nav a, .mobile-menu a { color: inherit; text-decoration: none; }
.menu-toggle { display: none; }
.mobile-menu { display: none; }
picture, picture img { display: block; width: 100%; height: auto; }
picture img { max-width: 1440px; margin: 0 auto; }
.site-footer { padding: 28px 64px; color: #fff; background: #071827; }
.site-footer h2 { margin: 0 0 12px; color: #d6ff3f; font-size: 18px; }
.site-footer address { font-style: normal; line-height: 1.6; }
.site-footer a { color: #fff; }
.site-footer p { margin: 16px 0 0; color: #c4ced5; font-size: 13px; }
.skip-link { position: absolute; left: -10000px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 10; padding: 10px 14px; color: #fff; background: #071827; pointer-events: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 768px) {
  .site-header { height: 0; pointer-events: none; }
  .menu-toggle { display: flex; position: fixed; top: 52px; right: 20px; z-index: 7; align-items: center; gap: 7px; min-height: 40px; padding: 8px 12px; border: 0; border-radius: 6px; color: #071827; background: #d6ff3f; font: 700 14px Arial, sans-serif; pointer-events: auto; cursor: pointer; }
  .menu-icon { font-size: 20px; line-height: 1; }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu { display: flex; position: fixed; top: 102px; right: 20px; left: 20px; z-index: 6; flex-direction: column; gap: 0; padding: 8px 20px; border-radius: 8px; background: #071827; box-shadow: 0 8px 24px rgba(7,24,39,.25); pointer-events: auto; }
  .mobile-menu a { padding: 14px 0; color: #fff; border-bottom: 1px solid #284253; font-size: 16px; }
  .mobile-menu a:last-child { border-bottom: 0; }
  .site-footer { padding: 24px 20px; }
}
@media (max-width: 480px) { picture img { width: 100%; } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
