/* солана.укр — framework-free base layer. PHP templates remain compatible with legacy hosting; CSS has no runtime dependency. */
:root{
  --font-sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Noto Sans",sans-serif;
  --font-display:Georgia,"Times New Roman",serif;
  --font-mono:"SFMono-Regular",Consolas,"Liberation Mono",monospace;
  color-scheme:light;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;min-width:320px}
img,svg,video{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
a{color:inherit}
.header__mobile-menu{display:none}
.header__mobile-menu.is-open{display:block}
.header__burger{width:44px;height:44px;align-items:center;justify-content:center;border:0;background:transparent;padding:9px}
.header__burger span{display:block;width:23px;height:2px;border-radius:999px;margin:2px 0}
@media(min-width:901px){.header__mobile-menu{display:none!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
