/*
Theme Name: LLAHONA
Description: Editorial theme for LLAHONA.
Version: 1.0.0
*/
:root{--ll-bg:#f4f3ef;--ll-fg:#111;--ll-line:#d6d4cf;--ll-pad:clamp(18px,2.2vw,34px)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ll-bg);color:var(--ll-fg);font-family:Inter,Arial,sans-serif}img{max-width:100%;height:auto}a{color:inherit}
.site-header{position:fixed;z-index:1000;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:18px var(--ll-pad)}
.site-header__logo img{height:28px;width:auto}.site-header__nav{display:flex;gap:24px;align-items:center;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.site-header__nav a{text-decoration:none}
.site-header__instagram{width:18px;height:18px;display:inline-flex}.site-header__instagram svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6}
.site-footer{padding:36px var(--ll-pad);border-top:1px solid var(--ll-line);display:flex;justify-content:space-between;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
@media(max-width:700px){.site-header{padding:14px 18px}.site-header__nav{gap:14px}.site-footer{padding:28px 18px}}
