.lux-header{position:sticky;top:0;z-index:999}
    .lux-header *{box-sizing:border-box}
    .lux-header .wrap{max-width:var(--max,1160px);margin:0 auto;padding:0 16px}

    .lux-topbar{
      border-bottom:1px solid rgba(255,255,255,.08);
      background:rgba(10,10,10,.34);
      backdrop-filter:blur(14px);
    }
    .lux-topbar .inner{
      display:flex;align-items:center;justify-content:flex-start;gap:12px;
      padding:8px 0;
      color:var(--muted2,rgba(255,255,255,.62));
      font-size:12px;
      letter-spacing:.2px;
    }
    .lux-topbar .left{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
    .lux-topbar .badge{
      display:inline-flex;align-items:center;gap:8px;
      padding:6px 10px;border-radius:999px;
      border:1px solid rgba(255,255,255,.10);
      background:rgba(255,255,255,.04);
      white-space:nowrap;
    }
    .lux-topbar .dot{
      width:7px;height:7px;border-radius:999px;flex:0 0 auto;
      background:radial-gradient(circle at 30% 30%, #fff, var(--gold,#D4AF37));
      box-shadow:0 0 0 4px rgba(212,175,55,.10);
    }
    .lux-topbar a{color:rgba(255,255,255,.92);text-decoration:none}
    .lux-topbar a:hover{text-decoration:underline}

    .lux-bar{
      background:rgba(10,10,10,.55);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(255,255,255,.10);
      transition:box-shadow .22s ease, background .22s ease;
    }
    .lux-bar.is-scrolled{
      box-shadow:0 18px 44px rgba(0,0,0,.35);
      background:rgba(10,10,10,.70);
    }
    .lux-nav{
      display:flex;align-items:center;justify-content:space-between;
      gap:14px;
      padding:12px 0;
    }

    .lux-brand{
      display:flex;align-items:center;gap:12px;
      text-decoration:none;color:#fff;min-width:0;
    }
    .lux-logo{
      width:66px;height:66px;border-radius:20px;
      display:grid;place-items:center;
      border:1px solid rgba(255,255,255,.14);
      background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
      box-shadow:0 12px 32px rgba(0,0,0,.20);
      overflow:hidden;flex:0 0 auto;
    }
    .lux-logo img{
      width:100%;height:100%;object-fit:contain;
      padding:8px;
      filter:drop-shadow(0 8px 14px rgba(0,0,0,.26));
    }

    .lux-brandText{display:flex;flex-direction:column;gap:2px;min-width:0}
    .lux-brandName{
      font-family:var(--serif,"Playfair Display",serif);
      font-weight:650;
      letter-spacing:.25px;
      font-size:17px;
      line-height:1.1;
      white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    }
    .lux-brandTag{
      font-size:12px;color:var(--muted2,rgba(255,255,255,.62));
      letter-spacing:.18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    }

    .lux-links{display:none;align-items:center;gap:2px;flex-wrap:wrap;justify-content:center}
    .lux-links a{
      text-decoration:none;
      font-size:13px;
      color:var(--muted,rgba(255,255,255,.76));
      padding:10px 11px;
      border-radius:999px;
      transition:background .18s ease, color .18s ease, transform .18s ease;
      position:relative;
    }
    .lux-links a:hover{
      background:rgba(255,255,255,.08);
      color:#fff;transform:translateY(-1px);
    }
    .lux-links a[aria-current="page"]{
      color:#fff;
      background:rgba(212,175,55,.14);
      border:1px solid rgba(212,175,55,.28);
      padding:9px 10px;
    }

    .lux-actions{display:flex;align-items:center;gap:10px}
    .lux-cta,
    .lux-whatsapp{
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      padding:10px 13px;border-radius:999px;
      text-decoration:none;font-weight:900;letter-spacing:.2px;font-size:13px;
      white-space:nowrap;
      transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
      color:#fff;
    }
    .lux-cta{
      border:1px solid rgba(212,175,55,.42);
      background:linear-gradient(180deg, rgba(212,175,55,.20), rgba(212,175,55,.08));
      box-shadow:0 10px 26px rgba(212,175,55,.10);
    }
    .lux-whatsapp{
      display:none;
      border:1px solid rgba(37,211,102,.48);
      background:linear-gradient(180deg, rgba(37,211,102,.22), rgba(37,211,102,.08));
      box-shadow:0 10px 26px rgba(37,211,102,.08);
    }
    .lux-cta:hover,
    .lux-whatsapp:hover{
      transform:translateY(-1px);
      box-shadow:0 14px 34px rgba(212,175,55,.16);
    }
    .lux-whatsapp:hover{box-shadow:0 14px 34px rgba(37,211,102,.12)}
    .lux-cta:focus,
    .lux-whatsapp:focus{outline:2px solid rgba(212,175,55,.55);outline-offset:2px}

    .lux-burger{
      width:42px;height:42px;border-radius:999px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.06);
      display:inline-grid;place-items:center;
      cursor:pointer;
      transition:transform .18s ease, background .18s ease;
    }
    .lux-burger:hover{transform:translateY(-1px);background:rgba(255,255,255,.09)}
    .lux-burger:focus{outline:2px solid rgba(212,175,55,.55);outline-offset:2px}
    .lux-burger svg{width:18px;height:18px;color:#fff}

    .lux-panelWrap{position:relative}
    .lux-panel{
      position:absolute;right:0;top:calc(100% + 10px);
      width:min(92vw, 360px);
      border-radius:18px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(12,12,12,.92);
      backdrop-filter:blur(16px);
      box-shadow:0 18px 44px rgba(0,0,0,.45);
      overflow:hidden;
      transform:translateY(-6px);
      opacity:0;visibility:hidden;pointer-events:none;
      transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
    }
    .lux-panel.is-open{
      opacity:1;visibility:visible;pointer-events:auto;
      transform:translateY(0);
    }
    .lux-panelHead{
      padding:14px 14px 10px;
      border-bottom:1px solid rgba(255,255,255,.10);
      display:flex;align-items:center;justify-content:space-between;gap:10px;
    }
    .lux-panelHead .t{
      font-family:var(--serif,"Playfair Display",serif);
      font-size:16px;letter-spacing:.2px;margin:0;color:#fff;
    }
    .lux-close{
      width:38px;height:38px;border-radius:999px;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.06);
      display:grid;place-items:center;cursor:pointer;
    }
    .lux-close svg{width:16px;height:16px;color:#fff}

    .lux-panelLinks{padding:10px 8px 12px;display:grid;gap:4px}
    .lux-panelLinks a{
      display:flex;align-items:center;justify-content:space-between;gap:10px;
      padding:12px 12px;
      border-radius:14px;
      text-decoration:none;
      color:rgba(255,255,255,.88);
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.08);
      transition:transform .18s ease, background .18s ease, border-color .18s ease;
      font-weight:800;
    }
    .lux-panelLinks a:hover{
      transform:translateY(-1px);
      background:rgba(255,255,255,.06);
      border-color:rgba(212,175,55,.22);
    }
    .lux-panelLinks a[aria-current="page"]{
      background:rgba(212,175,55,.12);
      border-color:rgba(212,175,55,.28);
      color:#fff;
    }
    .lux-panelLinks .is-primary{
      background:rgba(212,175,55,.12);
      border-color:rgba(212,175,55,.28);
      color:#fff;
      font-weight:900;
    }
    .lux-panelLinks .is-whatsapp{
      background:rgba(37,211,102,.10);
      border-color:rgba(37,211,102,.28);
      color:#fff;
      font-weight:900;
    }
    .lux-panelLinks .chev{opacity:.85}
    .lux-panelLinks .chev svg{width:16px;height:16px}

    .lux-panelFoot{
      padding:12px 14px 14px;
      border-top:1px solid rgba(255,255,255,.10);
      display:grid;gap:10px;
    }
    .lux-mini{color:var(--muted2,rgba(255,255,255,.62));font-size:12.5px;line-height:1.45}

    @media (min-width: 860px){
      .lux-links{display:flex}
      .lux-panelWrap{display:none}
      .lux-whatsapp{display:inline-flex}
      .lux-brandName{font-size:18px}
      .lux-logo{width:72px;height:72px;border-radius:22px}
    }

    @media (max-width: 480px){
      .lux-brandTag{display:none}
      .lux-logo{width:58px;height:58px;border-radius:18px}
      .lux-cta{padding:10px 12px;font-size:12.5px}
    }

    @media (prefers-reduced-motion: reduce){
      .lux-bar,.lux-panel,.lux-links a,.lux-burger,.lux-panelLinks a,.lux-cta,.lux-whatsapp{transition:none!important}
    }