:root{
  --lunada-header-ink:#3d2b1f;
  --lunada-header-muted:#806e61;
  --lunada-header-paper:#fcf7f0;
  --lunada-header-gold:#d4a76a;
  --lunada-header-radius:10px;
}
.lunada-global-header,
.lunada-global-header *,
.lunada-global-menu,
.lunada-global-menu *{box-sizing:border-box}
.lunada-global-header{
  position:fixed;top:8px;left:8px;right:8px;z-index:10000;height:56px;
  display:block;margin:0;padding:0;border:1px solid rgba(212,167,106,.16);
  border-radius:var(--lunada-header-radius);background:rgba(252,247,240,.9);
  -webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);
  box-shadow:0 10px 34px rgba(61,43,31,.07),inset 0 1px 0 rgba(255,255,255,.72);
  color:var(--lunada-header-ink);transition:background .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.lunada-global-header.is-scrolled{background:rgba(252,247,240,.97);border-color:rgba(212,167,106,.24);box-shadow:0 16px 44px rgba(61,43,31,.11),inset 0 1px 0 rgba(255,255,255,.82)}
.lunada-global-header__inner{width:100%;max-width:1200px;height:100%;margin:0 auto;padding:0 8px 0 16px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.lunada-global-header__brand{min-width:0;display:inline-flex;align-items:center;gap:10px;color:var(--lunada-header-ink)!important;text-decoration:none!important;-webkit-tap-highlight-color:transparent}
.lunada-global-header__logo{display:block;width:auto!important;height:34px!important;max-width:none!important;flex:0 0 auto}
.lunada-global-header__brand-text{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:1rem;font-weight:700;line-height:1;letter-spacing:-.03em;white-space:nowrap;color:var(--lunada-header-ink)}
.lunada-global-header__brand-text>span{color:var(--lunada-header-gold)}
.lunada-global-header__brand-text small{display:block;margin-top:3px;font-size:.43rem;font-weight:500;line-height:1;letter-spacing:.35em;text-transform:uppercase;color:var(--lunada-header-muted)}
.lunada-global-header__desktop{position:static!important;inset:auto!important;width:auto!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:2px!important;margin:0!important;padding:0!important;background:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;transform:none!important;backdrop-filter:none!important}
.lunada-global-header__desktop a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border-radius:6px;color:#6b5340!important;text-decoration:none!important;font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.76rem;font-weight:600;line-height:1;white-space:nowrap;transition:background .2s ease,color .2s ease,transform .2s ease;-webkit-tap-highlight-color:transparent}
.lunada-global-header__desktop a:hover{background:rgba(212,167,106,.11);color:var(--lunada-header-ink)!important}
.lunada-global-header__desktop .lunada-global-header__cta{min-height:44px;margin-left:5px;padding:0 18px;background:linear-gradient(135deg,#3d2b1f,#2e1f15)!important;color:#fffaf2!important;box-shadow:0 10px 24px rgba(61,43,31,.16)}
.lunada-global-header__desktop .lunada-global-header__cta:hover{transform:translateY(-1px);background:linear-gradient(135deg,#4a3425,#2e1f15)!important}
.lunada-global-header__desktop a[aria-current="page"]{background:rgba(212,167,106,.13);color:var(--lunada-header-ink)!important}
.lunada-global-header__desktop .lunada-global-header__cta[aria-current="page"]{background:linear-gradient(135deg,#3d2b1f,#2e1f15)!important;color:#fffaf2!important}
.lunada-global-header__toggle{display:none;width:44px;height:44px;flex:0 0 44px;align-items:center;justify-content:center;flex-direction:column;gap:4px;margin:0;padding:0;border:0;border-radius:7px;background:rgba(61,43,31,.07);color:var(--lunada-header-ink);cursor:pointer;-webkit-tap-highlight-color:transparent}
.lunada-global-header__toggle span{display:block;width:18px;height:1.5px;border-radius:2px;background:currentColor;transition:transform .22s ease,opacity .22s ease}
.lunada-global-header__toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(5.5px) rotate(45deg)}
.lunada-global-header__toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.lunada-global-header__toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}
.lunada-global-menu{position:fixed;top:70px;left:8px;right:8px;z-index:9999;display:grid;gap:4px;padding:10px;border:1px solid rgba(212,167,106,.2);border-radius:var(--lunada-header-radius);background:rgba(255,251,245,.98);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 22px 62px rgba(61,43,31,.16);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .22s ease,visibility .22s ease,transform .22s ease}
.lunada-global-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.lunada-global-menu a{min-height:46px;display:flex;align-items:center;padding:0 14px;border-radius:7px;color:#6b5340!important;text-decoration:none!important;font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:.9rem;font-weight:600;line-height:1.25;-webkit-tap-highlight-color:transparent}
.lunada-global-menu a:hover,.lunada-global-menu a:focus-visible{background:rgba(212,167,106,.11);color:var(--lunada-header-ink)!important}
.lunada-global-menu .lunada-global-menu__cta{justify-content:center;margin-top:4px;background:linear-gradient(135deg,#3d2b1f,#2e1f15)!important;color:#fffaf2!important}
.lunada-global-header a:focus-visible,.lunada-global-header button:focus-visible,.lunada-global-menu a:focus-visible{outline:3px solid rgba(212,167,106,.55);outline-offset:2px}
body.lunada-global-menu-open{overflow:hidden}
@media(max-width:820px){
  .lunada-global-header{top:6px;left:6px;right:6px;height:52px}
  .lunada-global-header__inner{padding:0 5px 0 12px;gap:10px}
  .lunada-global-header__logo{height:31px!important}
  .lunada-global-header__brand-text{font-size:.92rem}
  .lunada-global-header__brand-text small{font-size:.38rem;letter-spacing:.28em}
  .lunada-global-header__desktop{display:none!important}
  .lunada-global-header__toggle{display:flex}
  .lunada-global-menu{top:64px;left:6px;right:6px}
}
@media(max-width:360px){
  .lunada-global-header__brand-text{font-size:.84rem}
  .lunada-global-header__brand-text small{font-size:.34rem;letter-spacing:.22em}
  .lunada-global-header__logo{height:28px!important}
}
@media(prefers-reduced-motion:reduce){.lunada-global-header,.lunada-global-header *, .lunada-global-menu{transition:none!important}}
